<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>程序设计</title>
<link>http://new.chinaai.org/programming/</link>
<description>程序设计</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2003-2010 ChinaAI.org &lt;a href=&quot;http://www.chinaai.org&quot;&gt;中国人工智能网&lt;/a&gt; 版权所有]]></generator>
<webmaster>admin@ewbsite.com</webmaster>
<item>
    <title><![CDATA[ID3算法源代码]]></title>
    <link>http://new.chinaai.org/programming/algorithm/id3.html</link>
    <description><![CDATA[ID3算法的C语言源代码,是pdf格式,需要用pdf的文本选择工具选出。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>算法实现</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[C++的BP算法源程序]]></title>
    <link>http://new.chinaai.org/programming/algorithm/cpp-bp.html</link>
    <description><![CDATA[本文给出了一个C++下面BP神经网络算法的源程序。]]></description>
    <pubDate>2010-04-06</pubDate>
    <category>算法实现</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Matlab C/C++函数库介绍及应用举例]]></title>
    <link>http://new.chinaai.org/programming/language/matlab-mcc.html</link>
    <description><![CDATA[本文针对Matlab应用程序接口，详细论述了在可视化编程环境中，利用VC++调用Matlab数学图形函数库，编制可以独立运行的应用程序。]]></description>
    <pubDate>2010-04-06</pubDate>
    <category>语言相关</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Visual C++中的图像特效]]></title>
    <link>http://new.chinaai.org/programming/algorithm/vc-image-effect.html</link>
    <description><![CDATA[各种图形显示技巧，如图形的推拉、交错、雨滴状、百页窗、积木随机堆叠等显示模式在VC中的实现。]]></description>
    <pubDate>2010-04-06</pubDate>
    <category>算法实现</category>
    <author>icemanpro</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[基于DirectShow的流媒体解码和回放]]></title>
    <link>http://new.chinaai.org/programming/others/directshow.html</link>
    <description><![CDATA[本文主要讲述了DirectX技术及使用DirectShow进行流媒体的解码和回放。]]></description>
    <pubDate>2010-04-06</pubDate>
    <category>其它知识</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[A*算法求解最短路径]]></title>
    <link>http://new.chinaai.org/programming/algorithm/a-shortest-path.html</link>
    <description><![CDATA[关于A*算法求解最短路径的问题介绍, 给出了一个搜索最短路径的程序。]]></description>
    <pubDate>2010-03-29</pubDate>
    <category>算法实现</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[迷宫问题讨论--(递归)]]></title>
    <link>http://new.chinaai.org/programming/algorithm/maze-recursion.html</link>
    <description><![CDATA[讲述了迷宫问题从入口到出口的一条路径用递归求解的方法，包括算法描述和实现。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>iampolaris</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[迷宫问题讨论--(堆栈)]]></title>
    <link>http://new.chinaai.org/programming/algorithm/maze-stack.html</link>
    <description><![CDATA[讲述了迷宫问题从入口到出口的一条路径用堆栈求解的方法，包括算法描述和实现。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>iampolaris</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[人工智能学习(3)--广度优先搜索]]></title>
    <link>http://new.chinaai.org/programming/algorithm/breadth-first-search.html</link>
    <description><![CDATA[人工智能学习之广度优先搜索，给出了广度优先搜索算法的介绍和程序实现。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>iampolaris</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[人工智能学习(2)--八皇后问题]]></title>
    <link>http://new.chinaai.org/programming/algorithm/eight-queens-puzzle.html</link>
    <description><![CDATA[人工智能学习之八皇后问题，通过八皇后问题对递归算法做出进一步的了解。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>iampolaris</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[人工智能学习(1)--回溯策略]]></title>
    <link>http://new.chinaai.org/programming/algorithm/backtracking-strategy.html</link>
    <description><![CDATA[人工智能学习之回溯策略，讲述了用递归算法描述回溯控制下的产生式系统。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>iampolaris</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[八数码问题的A*算法解决方案及判定方法]]></title>
    <link>http://new.chinaai.org/programming/algorithm/a-eight-queens-puzzle.html</link>
    <description><![CDATA[用A*算法求解八数码问题的介绍、解决方案及判定方法。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>pkathlon@sina.com</author>
    <comments>本站原创</comments>
</item>
<item>
    <title><![CDATA[迷宫问题算法(优于递归,深度优先,广度优先)]]></title>
    <link>http://new.chinaai.org/programming/algorithm/maze-new.html</link>
    <description><![CDATA[作者提出的迷宫问题的新算法，并认为该算法优于递归、深度优先和广度优先搜索算法。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>天地之灵</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[八数码问题以及双向广度优先算法简述]]></title>
    <link>http://new.chinaai.org/programming/algorithm/eight-queens-puzzle-dbfs.html</link>
    <description><![CDATA[概述了广度优先算法及双向广度优先算法，并用该算法求解八数码问题的介绍。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>天地之灵</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[VC编程实现数字图像的边缘检测]]></title>
    <link>http://new.chinaai.org/programming/algorithm/vc-marginal-detection.html</link>
    <description><![CDATA[数字图像的边缘检测是图像分割、目标区域的识别、区域形状提取等图像分析领域十分重要的基础。本文向读者简单介绍一下这个技术，并给出了在Visual C++环境下实现的代码。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>刘涛</author>
    <comments>yesky</comments>
</item>
<item>
    <title><![CDATA[八皇后问题的高效解法-递归版]]></title>
    <link>http://new.chinaai.org/programming/algorithm/eight-queens-puzzle-recursion.html</link>
    <description><![CDATA[介绍了用递归算法求解八皇后问题的步骤和程序实现。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[五子棋的核心算法]]></title>
    <link>http://new.chinaai.org/programming/algorithm/gobang.html</link>
    <description><![CDATA[介绍了五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[决策树算法的系统实现与修剪优化]]></title>
    <link>http://new.chinaai.org/programming/algorithm/decision-tree.html</link>
    <description><![CDATA[本文以一个决策树算法的程序实现为例，进一步讨论了对树进行修剪优化时可能涉及的问题，目的在于给决策树研究人员提供一个深入和清晰的简化技术视图。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[VC实现对不同信号波形相似程度的判别]]></title>
    <link>http://new.chinaai.org/programming/algorithm/vc-wave-similarity.html</link>
    <description><![CDATA[本文介绍了利用相关对信号波形进行相似程度的判别方法。通过该技术可以对采集到的多种类型的数据信号间的相似度进行判别。本算法由Microsoft Visual C++ 6.0实现。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程13－操作符]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-13.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十三章 - 操作符。主要包括Prolog中数学操作符和学习如何定义自己的操作符的语法等。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程12-列表]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-12.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十二章 - 列表。主要包括如何在Prolog使用列表这种数据结构等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Scheme 语言概要(上)]]></title>
    <link>http://new.chinaai.org/programming/language/scheme-1.html</link>
    <description><![CDATA[作为Lisp 变体，Scheme是一门非常简洁的计算语言。本文包括Scheme语言的特点、标准与实现、基本概念、数据类型和过程定义]]></description>
    <pubDate>2004-08-29</pubDate>
    <category>语言相关</category>
    <author>宋国伟</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程16-自然语言]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-16.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十六章 - 自然语言。主要包括自然语言理解，差异表，Definite Clasue Grammar(DCG)等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程15-流程控制]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-15.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十五章 - 流程控制。主要介绍和一般的程序设计语言相似的流程控制如循环等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程14-截断]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-14.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十四章 - 截断。主要包括Prolog中的截断-cut，如何使用cut等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程11-联合]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-11-2.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第二章 - 入门。主要包括Prolog的最强大的功能-它内建了模式匹配的算法-联合(Unification)。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程11-数据结构]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-11.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十一章 - 数据结构。主要包括如何把最简单的数据组合起来，生成复杂的数据类型-结构。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程10-递归]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-10.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第十章 - 递归。主要包括Prolog下使用递归的方法、工作原理和优化等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程9-数据管理]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-9.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第九章 - 数据管理。主要包括动态地控制内存中的子句等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程8-算术]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-8.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第八章 - 算术。主要包括如何使用内部谓词is来计算数学表达式等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[矢量运算简介]]></title>
    <link>http://new.chinaai.org/programming/math/vector.html</link>
    <description><![CDATA[矢量运算简介，只讨论可以任意平移自由矢量，以下原理适于你个人开发的3D系统,D3D系统,OpenGL系统。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>基础数学</category>
    <author>老赫</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog调用C语言 - 以扩展谓词为例]]></title>
    <link>http://new.chinaai.org/programming/language/c-expend-prolog.html</link>
    <description><![CDATA[prolog在逻辑推理方面功能强大,而其他的方面则有些捉襟见肘了。本章介绍如何使用C语言扩展prolog的功能。]]></description>
    <pubDate>2010-02-27</pubDate>
    <category>语言相关</category>
    <author>垂钓听竹轩</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[C语言调用Prolog Amzi逻辑服务器]]></title>
    <link>http://new.chinaai.org/programming/language/c-prolog-amzi.html</link>
    <description><![CDATA[本文主要介绍如何使用C语言调用Prolog的Amzi逻辑服务器，给出了C语言的源代码。]]></description>
    <pubDate>2010-02-28</pubDate>
    <category>语言相关</category>
    <author>垂钓听竹轩</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[VB调用prolog及Amzi简介]]></title>
    <link>http://new.chinaai.org/programming/language/vb-prolog-amzi.html</link>
    <description><![CDATA[关于amzi!logic server的介绍以及如何使用Visual Basic调用Prolog的文章。]]></description>
    <pubDate>2010-03-01</pubDate>
    <category>语言相关</category>
    <author>垂钓听竹轩</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[用VB做一个TTS读文程序]]></title>
    <link>http://new.chinaai.org/programming/language/vb-tts.html</link>
    <description><![CDATA[本文介绍了利用VB和TTS(Text to speech)引擎来实现中、英文朗读的步骤,给出了VB程序。 ]]></description>
    <pubDate>2005-03-26</pubDate>
    <category>语言相关</category>
    <author>顾培忠</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[人工智能语言--PROLOG]]></title>
    <link>http://new.chinaai.org/programming/language/ai-prolog.html</link>
    <description><![CDATA[人工智能语言是一类适应于人工智能和知识工程领域的、具有符号处理和逻辑推理能力的计算机程序设计语言,其中Prolog是当代最有影响的人工智能语言之一。]]></description>
    <pubDate>2010-02-02</pubDate>
    <category>语言相关</category>
    <author>张家华</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[matlab遗传算法工具箱函数及实例讲解]]></title>
    <link>http://new.chinaai.org/programming/language/matlab-ga.html</link>
    <description><![CDATA[主要包括了用matlab实现的遗传算法工具箱相关函数及实例的讲解。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[C4.5介绍和源代码]]></title>
    <link>http://new.chinaai.org/programming/algorithm/c45.html</link>
    <description><![CDATA[关于C4.5算法的简要介绍、用户手册和源代码下载。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>P. Winston</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[多层图像合成]]></title>
    <link>http://new.chinaai.org/programming/algorithm/image-synthesize.html</link>
    <description><![CDATA[多层图像的合成在实际开发中具有非常广泛的应用。本文给出了VC下的相关算法与实现。]]></description>
    <pubDate>2010-03-26</pubDate>
    <category>算法实现</category>
    <author>佚名</author>
    <comments>CSDN</comments>
</item>
<item>
    <title><![CDATA[Prolog教程7-小结]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-7.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第七章 - 小结。主要是对前面六章内容的一个小结。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程6-规则]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-6.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第六章 - 规则。主要包括规则定义，规则的工作原理和使用规则等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程5-混合查询]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-5.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第五章 - 混合查询。主要包括复杂的混合查询和内部谓词等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程4-简单查询]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-4.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第四章 - 简单查询。主要包括简单查询及查询的工作原理等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程3-事实]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-3.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第二章 - 事实。主要包括用Prolog事实表述数据等内容。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程2-入门]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-2.html.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第二章 - 入门。主要包括探索Prolog，逻辑编程等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Prolog教程1-补充教程(写在正式教程的前面)]]></title>
    <link>http://new.chinaai.org/programming/language/prolog-1.html</link>
    <description><![CDATA[prolog-使用逻辑编程语言的教程，第一章主要包括概述和前言，什么是Prolog，为什么要使用Prolog等。]]></description>
    <pubDate>2010-02-26</pubDate>
    <category>语言相关</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[20年前的椭圆周长公式]]></title>
    <link>http://new.chinaai.org/programming/math/circumference-ellipse-20.html</link>
    <description><![CDATA[中国人工智能网网友谷华峰投稿，给出了他二十年前自学数学时曾经推导了一个椭圆周长公式。]]></description>
    <pubDate>2005-03-26</pubDate>
    <category>基础数学</category>
    <author>谷华峰</author>
    <comments>中国人工智能网</comments>
</item>
<item>
    <title><![CDATA[谈一谈椭圆周长公式的求法]]></title>
    <link>http://new.chinaai.org/programming/math/circumference-ellipse.html</link>
    <description><![CDATA[中国人工智能网网友孟正平投稿，给出了他对椭圆周长公式的推导和计算过程。]]></description>
    <pubDate>2005-02-06</pubDate>
    <category>基础数学</category>
    <author>孟正平</author>
    <comments>中国人工智能网</comments>
</item>
<item>
    <title><![CDATA[基于VC实现Java和Matlab的通信]]></title>
    <link>http://new.chinaai.org/programming/language/vc-java-matlab.html</link>
    <description><![CDATA[实现从JAVA程序传递噪声标准差和两个数据给MATLAB，解决JAVA与VC++的通信;二是VC++与MATLAB的通信。]]></description>
    <pubDate>2010-02-25</pubDate>
    <category>语言相关</category>
    <author>秩名</author>
    <comments>中国学术交流园地</comments>
</item>

</channel>
</rss>

