<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_努力吧_分类_数据结构和算法</title><id>http://feed.cnblogs.com/blog/u/71288/category/285755/rss</id><updated>2012-06-02T15:52:30Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/halzhang/category/285755.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/71288/category/285755/rss"/><entry><id>http://www.cnblogs.com/halzhang/archive/2011/10/10/2206596.html</id><title type="text">单个for循环打印九九乘法表</title><summary type="text">1 for (int i = 1,j=1; j &lt;= 9; i++) {2 printf("%d * %d = %d %s",i,j,i*j,"\t"); 3 // NSLog(@"%d * %d = %d",i,j,i*j);4 if(i == j){5 i =0;j++;6 // NSLog(@"%@",@"\n");7 printf("%s","\n");8 }9 }</summary><published>2011-10-10T13:40:00Z</published><updated>2011-10-10T13:40:00Z</updated><author><name>HalZhang</name><uri>http://www.cnblogs.com/halzhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/halzhang/archive/2011/10/10/2206596.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/halzhang/archive/2011/10/10/2206596.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/halzhang/archive/2011/10/07/2200631.html</id><title type="text">常见排序算法-采用Objective-c实现</title><summary type="text">国庆比较闲，复习一下算法，随便练练objective-c；本文采用objective-c实现常见的排序算法：选择排序，插入排序，快速排序。悼念乔帮主，期待apple在后乔帮主时代创造出更出色的产品。 1 // 2 // Sort.h 3 // Algorithm 4 // 5 // Created by 张 汉国 on 11-9-30. 6 // Copyright 2011年 __MyCompanyName__. All rights reserved. 7 // 8 9 #import &lt;Foundation/Foundation.h&gt;10 11 @interface Sort</summary><published>2011-10-07T08:36:00Z</published><updated>2011-10-07T08:36:00Z</updated><author><name>HalZhang</name><uri>http://www.cnblogs.com/halzhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/halzhang/archive/2011/10/07/2200631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/halzhang/archive/2011/10/07/2200631.html"/><content type="html"/></entry></feed>
