<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>食色摄宅 &#187; 宅</title>
	<atom:link href="http://zzism.com/category/individual/feed/" rel="self" type="application/rss+xml" />
	<link>http://zzism.com</link>
	<description>zz&#039;s blog</description>
	<lastBuildDate>Mon, 23 May 2011 02:27:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.10</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-10/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-10/#comments</comments>
		<pubDate>Mon, 23 May 2011 02:27:40 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=147</guid>
		<description><![CDATA[讲述外部变量及其作用域。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.9</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-9/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-9/#comments</comments>
		<pubDate>Wed, 11 May 2011 15:01:46 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=144</guid>
		<description><![CDATA[通过一个实例来介绍字符数组，重点说明字符串结束符"\0"，以及程序中需要设定的检验输入字符串溢出的问题。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.8</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-8/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-8/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 09:04:16 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=142</guid>
		<description><![CDATA[本节讲述c语言函数的参数采用的值传递特性，也就是，传递给被调用函数的参数不是存放在原来的变量中的，被调用函数不能直接修改主调函数中变量的值，而只能修改私有的临时副本的值。如何做到让函数可以修改参数的值呢，C也提供了方法。那就是提供参数的地址为参数，相应的，调用函数的参数就应声明为指针类型。

本节没有习题。
]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.7</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-7/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-7/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:28:06 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=140</guid>
		<description><![CDATA[1.7介绍了函数的大概，讲述了哪怕只是很简单的程序段，但是仍然使用函数的形式的优点。

讲述了函数声明，函数定义，函数原型，参数，形参，实参，等概念及语法。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.6</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-6/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-6/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 06:25:51 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=137</guid>
		<description><![CDATA[本节介绍了数组的概念，数组下标的表示方法，if、else if的用法。

本节练习题1-13要求输出一个直方图，不懂啊，什么意思，不懂只能翻答案了。配套习题解答里面给出的答案，原来就是按照单词长度，输出一个由"*"组成的图形，但是给出程序的执行结果我不是很明白，于是按照自己对题目的理解，修改了程序。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.5.4</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-5-4/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-5-4/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 15:00:52 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=133</guid>
		<description><![CDATA[本节给出一个程序，功能是计算输入字符的行数，单词数和字符数。通过这个程序，介绍了以下一些概念：
表达式的赋值结合次序为从右至左。
运算符&#124;&#124;和&#038;&，说明了&#038;&比&#124;&#124;优先级要高，它们连接的表达式为从左向右求值，并且一旦足够判断出最终结果了，则求值终止，不再对余下的表达式求值。
与 if 配对的 else 语句。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.5.3</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-5-3/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-5-3/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:35:21 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=125</guid>
		<description><![CDATA[这一节继续讲计数相关，这次是计算行数。

计算行数，也就是计算"\n"的数量。

要注意的是：
双等号"=="和单等号"="在表达式中的不同意义。
单引号中的字符表示一个整形值，包括转义字符。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.5.2</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-5-2/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-5-2/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 04:25:22 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=121</guid>
		<description><![CDATA[这一节用一个简单的程式介绍了字符数的计算。

新出现的知识点是自增运算符"++"和自减运算符"--"，要注意的是此种运算符作为“前缀运算符”和“后缀运算符”是有区别的。

第二个“for循环”的程序版本，给出了一个空循环体的实例。

最后总结了while循环和for循环的一个优点：]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>《C程序设计语言(The C Programming Language)》学习笔记 1.5.1</title>
		<link>http://zzism.com/the-c-programming-language-study-notes-1-5-1/</link>
		<comments>http://zzism.com/the-c-programming-language-study-notes-1-5-1/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 05:46:04 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[The C Programming Language]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=115</guid>
		<description><![CDATA[1.5节开始讲述字符的输入与输出，介绍了一次读写一个字符的最简单的函数：getchar 和 putchar 。]]></description>
		<wfw:commentRss>http://zzism.com/the-c-programming-language-study-notes-1-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Xcode下编译执行一个c程序</title>
		<link>http://zzism.com/c-in-xcode-for-beginner/</link>
		<comments>http://zzism.com/c-in-xcode-for-beginner/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 03:39:09 +0000</pubDate>
		<dc:creator>zz</dc:creator>
				<category><![CDATA[宅]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://zzism.com/?p=95</guid>
		<description><![CDATA[Xcode是苹果公司自行开发的，只在Mac OS X平台下运行的IDE。作为开发工具，Xcode可谓包罗万象，可就算是一个Xcode的初学者，要上手，却也并非难事。本文将以一个最简单的c程序，HelloWorld，为例，实现在Xcode上的编译运行。]]></description>
		<wfw:commentRss>http://zzism.com/c-in-xcode-for-beginner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

