<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>资源下载</title>
<link>http://new.chinaai.org/down/</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[MPEG4解码源代码]]></title>
    <link>http://new.chinaai.org/down/ip/mpeg4.html</link>
    <description><![CDATA[Chris Losinger提供的用于MPEG4解码的C源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>图像处理</category>
    <author>Chris Losinger</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[LibSVM 源代码下载]]></title>
    <link>http://new.chinaai.org/down/pr/lib-svm.html</link>
    <description><![CDATA[台湾Chih-Jen Lin提供的LibSVM 2.91 C++源代码下载。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>Chih-Jen Lin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[QuickJpeg源代码和例程]]></title>
    <link>http://new.chinaai.org/down/pr/quick-jpeg.html</link>
    <description><![CDATA[网页提供的封装ijl库的jpeg读取显示类QuickJpeg源代码和例程。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>Hephaestus</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[细胞识别统计系统]]></title>
    <link>http://new.chinaai.org/down/pr/cell.html</link>
    <description><![CDATA[徐慧等系统的细胞识别统计系统的VC++源代码和可执行程序及测试图片。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>徐慧等</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[隐马尔可夫模型源代码]]></title>
    <link>http://new.chinaai.org/down/pr/hmm103.html</link>
    <description><![CDATA[Richard Myers提供隐马尔可夫模型的源代码，C语言形式。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>Richard Myers</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[数字图像处理程序集]]></title>
    <link>http://new.chinaai.org/down/ip/ip-log.html</link>
    <description><![CDATA[朱俊提供的数字图像处理程序和VC++源代码，包括锐化、平滑、LOG滤波器提取边缘等。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>图像处理</category>
    <author>朱俊</author>
    <comments>本站原创</comments>
</item>
<item>
    <title><![CDATA[妙手连珠五子棋人工智能源代码]]></title>
    <link>http://new.chinaai.org/down/ai/fir.html</link>
    <description><![CDATA[于一提供的带人工智能的五子棋游戏程序和VC++源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>人工智能</category>
    <author>于一</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[黑白棋游戏源代码]]></title>
    <link>http://new.chinaai.org/down/ai/bwchess.html</link>
    <description><![CDATA[shuker编写的带人工智能的黑白棋游戏程序，附带VC++源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>人工智能</category>
    <author>shuker</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Gif文件格式说明和解码器]]></title>
    <link>http://new.chinaai.org/down/ip/gif.html</link>
    <description><![CDATA[Gif文件解码器C++源代码和程序下载，包括详细使用说明和Gif文件文件格式等。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>图像处理</category>
    <author>陈鹏等</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[启发式搜索解决八数码难题]]></title>
    <link>http://new.chinaai.org/down/others/eight-queens.html</link>
    <description><![CDATA[陶善文编写的采用全局择优的启发式搜索算法来解决八数码难题的源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>其他程序</category>
    <author>陶善文</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VC++数字图象获取,处理及实践应用]]></title>
    <link>http://new.chinaai.org/down/ip/vc-ip-src.html</link>
    <description><![CDATA[杨枝灵 王开等编写的使用VC++6.0进行数字图象处理的源代码。 ]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>图像处理</category>
    <author>杨枝灵 王开等</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[PC游戏编程(人机博弈)]]></title>
    <link>http://new.chinaai.org/down/ai/pcgame-programming.html</link>
    <description><![CDATA[王小虎撰写的机器博弈、人工智能的著作。披露了编写人机对弈程序的原理，技术等内容。包含完整的中国象棋和五子棋人机对弈实例程序。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>人工智能</category>
    <author>王小春</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[人脸检测系统源代码]]></title>
    <link>http://new.chinaai.org/down/pr/face-src.html</link>
    <description><![CDATA[徐慧等人编写的人脸检测系统VC++源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>徐慧等</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[k均值聚类算法源代码]]></title>
    <link>http://new.chinaai.org/down/pr/k-means.html</link>
    <description><![CDATA[网上收集的k均值聚类算法C语言源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[自动人脸检测识别系统  4.12]]></title>
    <link>http://new.chinaai.org/down/pr/face412.html</link>
    <description><![CDATA[简国强编写的自动人脸检测识别系统V4.12版本。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>简国强</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于视频流的人脸检测与识别系统  V2.0]]></title>
    <link>http://new.chinaai.org/down/pr/face200.html</link>
    <description><![CDATA[覃志祥编写的基于视频流的自动人脸检测与识别软件系统。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>模式识别</category>
    <author>覃志祥</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[中国象棋源代码  1.0]]></title>
    <link>http://new.chinaai.org/down/ai/cchess.html</link>
    <description><![CDATA[陶善文参考王小春的PC游戏编程(人机博弈)所改编的中国象棋程序源代码。]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>人工智能</category>
    <author>陶善文</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[脱机手写体汉字识别演示程序]]></title>
    <link>http://new.chinaai.org/down/pr/myocr.html</link>
    <description><![CDATA[朱俊编写的小字符集脱机手写体汉字识别演示程序 V1.1 下载。]]></description>
    <pubDate>2010-04-06</pubDate>
    <category>模式识别</category>
    <author>朱俊</author>
    <comments>本站原创</comments>
</item>
<item>
    <title><![CDATA[基于静态图像的人脸检测与识别系统 V1.0.3]]></title>
    <link>http://new.chinaai.org/down/pr/face103.html</link>
    <description><![CDATA[基于静态图像的人脸检测与识别系统 V1.0.3 程序下载。]]></description>
    <pubDate>2010-04-06</pubDate>
    <category>模式识别</category>
    <author>覃志祥</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[中国象棋源代码]]></title>
    <link>http://new.chinaai.org/down/chinese-chess-bcb-src.html</link>
    <description><![CDATA[中国象棋源代码源程序设计为胡达。《c++ builder程序设计范例-中国象棋》 清华大学出版社 2002年]]></description>
    <pubDate>2010-03-29</pubDate>
    <category>资源下载</category>
    <author>胡达</author>
    <comments>网络</comments>
</item>

</channel>
</rss>

