<?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>VC爱好者 v3.0 &#187; 学习</title>
	<atom:link href="http://www.vcfans.com/tag/%e5%ad%a6%e4%b9%a0/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vcfans.com</link>
	<description>生活的天平本不平衡，只有通过努力改变其偏向。</description>
	<lastBuildDate>Tue, 22 Nov 2011 17:32:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>windows 驱动编程规范</title>
		<link>http://www.vcfans.com/2010/05/standard-windows-driver-programming.html</link>
		<comments>http://www.vcfans.com/2010/05/standard-windows-driver-programming.html#comments</comments>
		<pubDate>Tue, 25 May 2010 18:53:28 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[驱动]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1210</guid>
		<description><![CDATA[原文：<a href="http://hi.baidu.com/kernelkit/blog/item/3e291d230d4d595b9922ed35.html">http://hi.baidu.com/kernelkit/blog/item/3e291d230d4d595b9922ed35.html</a>
 
最近又在看恶心的代码，于是在地铁上想了想windows驱动编程的规范问题。整理了一下，如下，欢迎指正和补充。

1 驱动编程中，代码的规范性比[......]<p class='read-more'><a href='http://www.vcfans.com/2010/05/standard-windows-driver-programming.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/05/standard-windows-driver-programming.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Call实现自身重定位代码</title>
		<link>http://www.vcfans.com/2010/04/call-re-positioning-code-to-achieve-their-own.html</link>
		<comments>http://www.vcfans.com/2010/04/call-re-positioning-code-to-achieve-their-own.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 16:09:10 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[汇编]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1167</guid>
		<description><![CDATA[通过call调用将返回地址压栈的方式，达到自身数据重定位，想出这法子的，绝对是大牛。早有看到，昨天突然想起来，实现一下。[......]<p class='read-more'><a href='http://www.vcfans.com/2010/04/call-re-positioning-code-to-achieve-their-own.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/04/call-re-positioning-code-to-achieve-their-own.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>分享一份hiv格式分析的论文(En)</title>
		<link>http://www.vcfans.com/2010/04/share-a-hiv-format-of-the-paper.html</link>
		<comments>http://www.vcfans.com/2010/04/share-a-hiv-format-of-the-paper.html#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:31:58 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[电子书]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1126</guid>
		<description><![CDATA[好长时间没发过什么东西了，今天发一份注册表文件格式方面的资料。老外做学问还是蛮严谨的，论文写的还是清楚的，感觉不错分享一下，有需要的可以下回去看看。

注册表的重要性在Windows系统中应该属于存储核心，Windows系统重要的配置信息都存在其中。但注册表文件存储格式hiv微软一直没有公开过，[......]<p class='read-more'><a href='http://www.vcfans.com/2010/04/share-a-hiv-format-of-the-paper.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/04/share-a-hiv-format-of-the-paper.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Regular Expressions You Should Know</title>
		<link>http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html</link>
		<comments>http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:49:05 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1060</guid>
		<description><![CDATA[Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another tutorial, article, or book just to understand the "simple" pattern described. Today, we'll review eight regular expressions that you should know for your next coding project.[......]<p class='read-more'><a href='http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/11/8-regular-expressions-you-should-know.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>驱动开发的几种编译环境配置法</title>
		<link>http://www.vcfans.com/2009/07/windows-driver-compiler-link-config.html</link>
		<comments>http://www.vcfans.com/2009/07/windows-driver-compiler-link-config.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:05:37 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[驱动]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=986</guid>
		<description><![CDATA[<p>驱动开发与Win32下的程序开发不同，没有一套智能的IDE环境，点点鼠标框架代码IDE就帮你生成好了。Windows下的开发为什么那么容易上手，Visual studio功不可莫。一帮懒人在MS的“悉心呵护”下产生了，身边很多做Win32应用程序开发的朋友，都不知道ml.exe和link.exe是搞什么的，只知道F7,F5了。驱动开发就不一样了，没一套现在的IDE和框架代码。和Win32 ASM一样，编译链接比较繁琐。根据网上的一些资料以及参考了一些驱动开发方面的书籍，总结以下几种方式。</p>[......]<p class='read-more'><a href='http://www.vcfans.com/2009/07/windows-driver-compiler-link-config.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/07/windows-driver-compiler-link-config.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>通过2008年下半年国家人事部和信息产业部软件设计师考试</title>
		<link>http://www.vcfans.com/2009/02/country-through-the-second-half-of-2008-the-ministry-of-personnel-and-the-ministry-of-information-industry-software-architect-examination.html</link>
		<comments>http://www.vcfans.com/2009/02/country-through-the-second-half-of-2008-the-ministry-of-personnel-and-the-ministry-of-information-industry-software-architect-examination.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:47:42 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站杂谈]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[工作]]></category>
		<category><![CDATA[心情]]></category>
		<category><![CDATA[软考]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=863</guid>
		<description><![CDATA[2008年下半年报考了软件设计师考试，关于什么是软件设计师考试请参见这里，年前安徽省的考试成绩公布，昨天信息产业部网站公布去年的考试分数线，我很幸运的通过了考试。总算了却了一桩心理，干了这么长时间的软件开发，终于有个证了。其实，我对这类的认证一直不感兴趣，当时还在学校的时候考过一次，当时还叫高级程序员(当时也不懂就是冲这牛比的名字报的)后来改名为软件设计师，没过掉。想想当时的水平，怎么可能过得掉，呵呵。加上对认证之类的不感兴趣，一直没有再报。去年燕子MM和我说他们公司在组织软考，问我有没有兴趣？我当时一想除了身份证和毕业证什么证都没有，就报一个吧，顺便把计算机专业一些理论知识复习一下，也不是坏事。从2008年9月21日左右，从网上下了一本电子版的考试用书，有时间就开始翻翻，一直看到11月6日，实在忙的没什么心思看书了。原定于11月8日考试，不知道哪个小子把软考的试卷给搞丢了(后来才知道是山东的一位大侠)，想想政府部门办事真有意思，如果高考试卷也能丢？将考试推迟了一个多月。本来没心思看书，后来这一个月多书碰都没碰，公司的事也忙的很，没想到居然还让我给考过了，幸运呀。我的成绩是这样的上午试55，下午48分，我做人很低调不求分有多高，过了就行了，呵呵。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/02/country-through-the-second-half-of-2008-the-ministry-of-personnel-and-the-ministry-of-information-industry-software-architect-examination.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/02/country-through-the-second-half-of-2008-the-ministry-of-personnel-and-the-ministry-of-information-industry-software-architect-examination.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>2009年来了</title>
		<link>http://www.vcfans.com/2009/01/2009-year-come-in.html</link>
		<comments>http://www.vcfans.com/2009/01/2009-year-come-in.html#comments</comments>
		<pubDate>Thu, 22 Jan 2009 05:03:59 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站杂谈]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=848</guid>
		<description><![CDATA[2008年给我们带了一次又一次的震撼，先是大雪害得我去L家历尽千辛万苦。然后冠希同学的精彩自拍，让我们再次感受到娱乐圈的娱乐。一场突如其来的大地震，带走了无数生命，同时也将中华儿女的心紧紧的连接在一起。接着...[......]<p class='read-more'><a href='http://www.vcfans.com/2009/01/2009-year-come-in.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/01/2009-year-come-in.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FreeBSD 6.0架设管理与应用</title>
		<link>http://www.vcfans.com/2008/12/freebsd-60-to-set-up-management-and-application.html</link>
		<comments>http://www.vcfans.com/2008/12/freebsd-60-to-set-up-management-and-application.html#comments</comments>
		<pubDate>Wed, 03 Dec 2008 10:04:29 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[电子书]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=772</guid>
		<description><![CDATA[近年来笔者在 FreeBSD 及 Linux 从事程序开发的工作，使用 FreeBSD 及 Linux 的经验也越来越多，对于 FreeBSD 系统的优越也越来越肯定。

笔者第一次接触 FreeBSD 是在刚进入大学时，由于对 UNIX 系统的兴趣，在网络上找了很多关于 UNIX 的介绍，最后在众多 UNIX-like 的系统中选择了 FreeBSD。当时我连 UNIX 最基本的指令都不会，在使用上也常遇到问题，但却不因此而放弃。

在遇到问题时，笔者第一步通常是到 BBS 上的 BSD 版上发问。在台湾有许多 FreeBSD 的使用者，他们都非常热心且乐意为新手解答。而现在，FreeBSD 在网络上的数据已经非常丰原富了，只要在搜寻引擎上输入您想查询的主题，一定能找到相关解答。

对于初学者而言，学习新的操作系统一定会遇到很多问题。但当这些困难获得解决时，就是一次新的成长。因此，当读者在使用 FreeBSD 遇到问题时，千万不因气馁，只要再加把劲，您也可以在 FreeBSD 世界中得心应手。

本书将带领读者从基本的系统使用、网络服务器架设、到深入系统管理所需的知识，并将笔者在管理公司及学校服务器的经验和读者分享，期望对有心学习 FreeBSD 的使用者有所助益。为了推广 FreeBSD，笔者也将本书全部内容放在网站上供大家参考，网址是 http://www.twbsd.org，本书的第二片光盘中亦包含了本书电子文件。提供电子文件的用意除了推广 FreeBSD 外，更希望有助于读者设定、操作、及使用。不过，请读者不要散布电子文件，若有需要，请上笔者网站上下载。

经过一年的漫长等待，FreeBSD 终于又释出最新的 6.0 版本了。FreeBSD 6.0 可以说是继 4.x 以后最稳定的分支。由于之前 FreeBSD 5.x 加入了许多新的功能，不论是稳定性或效能都比不上 4.x。然而 6.0 改善了 5.x 的稳定性，它可以说是 FreeBSD 近年来最重要的一次更新。因此，其释出的时间也一再延期，最主要的目的就是要提供使用者一套好用的操作系统。

感谢许多朋友对于笔者之前 FreeBSD 系列书籍的指正与厚爱，祈盼各界继续支持指教。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/12/freebsd-60-to-set-up-management-and-application.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/12/freebsd-60-to-set-up-management-and-application.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>QQ十年，我也有八年</title>
		<link>http://www.vcfans.com/2008/11/qq-10-years-i-have-eight-years.html</link>
		<comments>http://www.vcfans.com/2008/11/qq-10-years-i-have-eight-years.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 14:32:58 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站杂谈]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[心情]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[程序员]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=729</guid>
		<description><![CDATA[腾讯最近在举办庆祝十周年的活动，提供了可以查询自己QQ注册时间和历年的QQ签名的功能。上去体验了一下，原来我用QQ也有8年的历史，当年的QQ主页还是www.tencent.com，每天还要上去转转呢，真是转瞬即逝，好快呀。接触计算机已经八年了，第一次接触计算机就在网吧注了一个OICQ，早已记不起是哪天注册的号码，今日一查原来是2000年05月27日，没想一用就到现在。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/11/qq-10-years-i-have-eight-years.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/11/qq-10-years-i-have-eight-years.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>UML的九种视图基础概述</title>
		<link>http://www.vcfans.com/2008/11/nine-of-the-uml-based-view-outlined.html</link>
		<comments>http://www.vcfans.com/2008/11/nine-of-the-uml-based-view-outlined.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 15:05:53 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[软考]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=714</guid>
		<description><![CDATA[UML一般分为九类视图，也有的分为十种，还有一种类包视图。下面简要介绍这九种视图：

	用例图，该视图一般在需要分析除段，以表述系统与外部实体的关系，分为两部分一个是用例一个外部实体。用例图如下：


如...[......]<p class='read-more'><a href='http://www.vcfans.com/2008/11/nine-of-the-uml-based-view-outlined.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/11/nine-of-the-uml-based-view-outlined.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>编译原理知识点概述[11-4修订]</title>
		<link>http://www.vcfans.com/2008/11/the-principle-points-to-compile-an-overview-of-knowledge.html</link>
		<comments>http://www.vcfans.com/2008/11/the-principle-points-to-compile-an-overview-of-knowledge.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 20:03:49 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[编译器]]></category>
		<category><![CDATA[软考]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=707</guid>
		<description><![CDATA[文法

方法是一个数学系统有几个基本成分：基本符号，形成规则，公理，推理规则。

文法G定义为四元组(Vn，VT，P，S)。其中Vn为非终结符号(或语法实体，或变量)集，一般用大写字母表示；

VT为终结符号集，一般用小写字母表示；

P为产生式(也称规则)的集合；Vn，VT和 P是非空有穷集。

S 称作识别符号或开始符号，它是一个非终结符，至少要在一条产生式中作为左部出现。

Vn和VT不含公共的元素，即Vn∩VT=φ[......]<p class='read-more'><a href='http://www.vcfans.com/2008/11/the-principle-points-to-compile-an-overview-of-knowledge.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/11/the-principle-points-to-compile-an-overview-of-knowledge.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>继续二叉树的三种遍历之非递归法</title>
		<link>http://www.vcfans.com/2008/11/continue-to-traverse-the-tree-of-the-three-non-recursive-method.html</link>
		<comments>http://www.vcfans.com/2008/11/continue-to-traverse-the-tree-of-the-three-non-recursive-method.html#comments</comments>
		<pubDate>Sun, 02 Nov 2008 08:22:50 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[算法]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=701</guid>
		<description><![CDATA[前两天写了一个<a href="http://www.vcfans.com/2008/10/using-recursive-tree-for-the-three-traverse.html">二叉树的递归遍历法</a>，虽然递归的算法让人容易理解，代码简短。但有一个致命缺陷，那就是遍历的二叉树数据不能太大，否则会造成栈溢出，使程序崩溃。如果这种情况出现，问题比较难跟踪。致于遍归层数太多为什么会造成栈崩溃的原因很好理解，由于函数据的调用是靠栈进行传递参数的，栈的分配内存地址是逐渐减小的，终会有分配完的一天。所以采用递归进行遍历会有一定的隐患。

今天讲的非递归法，就是根据不同的遍历法则，将数据<span style="text-decoration: underline;">“压栈”</span>，什么还是栈来传递？和递归有何区别？其实看下面的代码就可以知道，我这个栈，其实是在堆上维护的一个链表，堆的空间取决于物理内存和虚拟内存的大小。

二叉树我还是用的是前两天<a href="http://www.vcfans.com/2008/10/using-recursive-tree-for-the-three-traverse.html">二叉树的递归遍历法</a>中生成的那棵。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/11/continue-to-traverse-the-tree-of-the-three-non-recursive-method.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/11/continue-to-traverse-the-tree-of-the-three-non-recursive-method.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>理解数据库范式——通俗易懂</title>
		<link>http://www.vcfans.com/2008/10/understanding-of-the-database-paradigm-user-friendly.html</link>
		<comments>http://www.vcfans.com/2008/10/understanding-of-the-database-paradigm-user-friendly.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 05:48:44 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[软考]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=664</guid>
		<description><![CDATA[数据库范式是数据库设计中必不可少的知识，没有对范式的理解，就无法设计出高效率、优雅的数据库。甚至设计出错误的数据库。而想要理解并掌握范式却并不是那 么容易。教科书中一般以关系代数的方法来解释数据库范式。这样做虽然能够十分准确的表达数据库范式，但比较抽象，不太直观，不便于理解，更难以记忆。

       本文用较为直白的语言介绍范式，旨在便于理解和记忆，这样做可能会出现一些不精确的表述。但对于初学者应该是个不错的入门。我写下这些的目的主要是为了加强 记忆，其实我也比较菜，我希望当我对一些概念生疏的时候，回过头来看看自己写的笔记，可以快速地进入状态。如果你发现其中用错误，请指正。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/10/understanding-of-the-database-paradigm-user-friendly.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/10/understanding-of-the-database-paradigm-user-friendly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关系代数中的基本运算简述</title>
		<link>http://www.vcfans.com/2008/10/relations-in-the-basic-algebra-operations-on.html</link>
		<comments>http://www.vcfans.com/2008/10/relations-in-the-basic-algebra-operations-on.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 18:09:09 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[软考]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=662</guid>
		<description><![CDATA[   1.  并 符号表示 R∪S，     将关系R和S中的组元进合并，去掉重复的组元。
   2. 差 符号表示 R－S，     将关系R中和关系S相同的组元去掉，组成新的关系。
   3. 积 符号表示 R×S，　   将关系R与S中每一个组元相组一次。如果R和S的基数分别是2和3，那个积过之后生成的新的关系的基数是6。
   4. 投影 符号表示 πA(R)       取关系R中的A列的所有元数和组元,组成新的关系.其中A也可以是一个逻辑表达式或列表，比如(c,d)、 (e<f)、(1,3)、(1<'6')等形式。投影是针对列的。
   5. 选择 符号表示σA(R)        取关系R中符合A的所有组元，组成新的关系。选择是针对行的。
   6. 交 符号表示R∩S　　　取关系R和S中共同的元数和组元，组成新的关系。
   7. 联接 符号表示R &#124;×&#124; S      取关系R和S中满足一定条件的元数和组元。
   8. 除 符号表示R ÷ S 先取得关系S的象集，再去关系R中取不包S的元数的组元，得到一组象集。取该象集中包含S的象集，R中的取象集的那组组元就是除的值。(实再难以描述)
[......]<p class='read-more'><a href='http://www.vcfans.com/2008/10/relations-in-the-basic-algebra-operations-on.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/10/relations-in-the-basic-algebra-operations-on.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>数据库基础知识</title>
		<link>http://www.vcfans.com/2008/10/database-on-the-basis-of-knowledge.html</link>
		<comments>http://www.vcfans.com/2008/10/database-on-the-basis-of-knowledge.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:19:40 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[软考]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=660</guid>
		<description><![CDATA[DBMS(Database Management System)功能：对共享的数据进行有效的组织、管理与存取。有以下几个方面：

   1. 数据定义，主要是采用数据库定义语言(DDL)对数据库的结构进行描述；数据库的完整性描述；完全保密定义；这些定义保存在数据字典中，是DBMS运行的基本依据。
   2. 数据库操作，主要是采用数据库操作语言(DML)进行操作。如执行检索、插入、修改和删除。
   3. 数据库运行管理，
   4. 数据组织、存储与管理
   5. 数据库的建立、与维护
   6. 其他功能[......]<p class='read-more'><a href='http://www.vcfans.com/2008/10/database-on-the-basis-of-knowledge.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/10/database-on-the-basis-of-knowledge.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

