搜索资源列表
anndemo
- 这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。 ann/prj/vs7下是编译整个库的Visual Stdudio 2003工程文件 该开发包为http://www.aiport.net分发,详细帮助和最新资料请登陆该网站查看。-This is a neural network development ki
libcprops-0.1.6.tar
- 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming personnel should be useful
chinapi_demo
- 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
magicMatrix
- matlab c++ 联合编程简单示例,具体过程可以参照我的blog:http://blog.csdn.net/owldestiny/archive/2009/03/07/3966340.aspx-matlab c++ United programming easy example, the specific process can refer to my blog: http://blog.csdn.net/owldestiny/archive/2009/03/07/3966340.aspx
particle
- 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
Practical_AI_in_Java
- 人工智能编程语言这项工作是授权下创作共用attribution-noderivs-noncommercial许可证。查看本授权的副本,访问:/ /所有组织/许可证。by-nd-nc / 1/或来信创作共用,559弥敦雅培,斯坦福大学,加利福尼亚94305,美国-This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy of this l
GameBots2009-10-15(1848)
- GameBots2009-10-15(1848).zip 使用前请安装UT2004游戏人工智能编程中间件PogamutUT2004Installer-3.5.1.jar。具体安装信息与完整信息,请参考http://pogamut.cuni.cz/main/tiki-index.php网站相关安装方法与其他信息-GameBots2009-10-15 (1848). Zip before using the installation UT2004 game AI programming midd
cbscodsp
- 数值计算控件是一个不带界面的控件,其中集成了丰富的数值计算方法,用户可以任意组合这些方法来实现自己的算法,从而大大地简化了编程的复杂程度。主要包括的算法有: 1. 数值计算方法。 2. 统计计算。 3. 工具类函数。 4. 信号处理。 5. 随机数产生。 http://www.chengbosoft.com-the ActiveX control for numerical compution & digital signal processing. www
1022
- 浙大 编程能力测试 的甲级题目 第1022 数字图书馆问题 http://www.patest.cn/contests/pat-a-practise/10-http://www.patest.cn/contests/pat-a-practise/1022 A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstrac
trove-3.0.3
- trove是轻量级实现java.util Collections API的第三方开源项目 官网: http://trove.starlight-systems.com/overview trove相比jdk原生的集合类有三个优势: 1、更高的性能 2、更底的内存消耗 3、除了实现原生Collections API并额外提供更强大的功能 集合是java编程最常用的API之一,把项目的集合对象改用trove替换就能获得性能提升和内存的节省。 这是对一个项目底成本的优化方案。 -high perfor