资源列表
[人工智能/神经网络/遗传算法] 副2 gobang
说明:用ServerSocket和ClientSocket实现的网络五子棋,还有一个很棒的人工智能,使本人花费三天心血编写的,界面也很棒。-ServerSocket and ClientSocket use the network to achieve 331, a terrific artificial intelligence, so I spent three days preparing the effort, and the interface is great.<kane> 在 2025-11-22 上传 | 大小:236kb | 下载:0
[人工智能/神经网络/遗传算法] 非线性的概念、性质及其哲学意义
说明:非线性的概念、性质及其哲学意义,对理解世界的本质问题有帮助-nonlinear concept, the nature and significance of philosophy to understand the nature of the world help<方锐> 在 2025-11-22 上传 | 大小:14kb | 下载:0
[人工智能/神经网络/遗传算法] 复杂性探索与控制论发展
说明:复杂性探索与控制论发展,对理解复杂性有所帮助-complexity of exploration and development of control theory, the right understanding of the complex nature help<方锐> 在 2025-11-22 上传 | 大小:306kb | 下载:0
[人工智能/神经网络/遗传算法] 突现理论:历史与前沿——复杂性科学与哲学的考察
说明:突现理论:历史与前沿——复杂性科学与哲学的考察,值得一看-prominent theory : History and forward-- complex scientific and philosophical investigation, an eye-catcher<方锐> 在 2025-11-22 上传 | 大小:340kb | 下载:0
[人工智能/神经网络/遗传算法] 耗散结构论与世界体系分析
说明:耗散结构论与世界体系分析,思想观点不错,值得一读-dissipative structure with the world system analysis, ideas and viewpoints well worth reading<方锐> 在 2025-11-22 上传 | 大小:271kb | 下载:0
[数据结构常用算法] finish01
说明:一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa<蔡雷> 在 2025-11-22 上传 | 大小:462kb | 下载:0
[压缩解压] mpqeditsrc
说明:mpq文件的格式就是一种压缩格式,把多个文件压缩在一个数据文件里(很多公司的游戏,比如KCET的实况足球,奥汀的三国群英传都是用的类似的技术存储数据),使用时再进行文件的读取。当时几个著名的mpq处理库为lmpqapi,sfmpq和storm.dll函数入口,前两者因为能够修改mpq的内容而被广泛用于各种Blizzard游戏硬修改中,至于storm.dll的函数入口则因为良好的兼容性主要用于读取文件。-MPQ document format is a compressed format, in<zsz> 在 2025-11-22 上传 | 大小:152kb | 下载:0
[数据结构常用算法] 科技(1) B 064 04
说明:某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析: 该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够<王俊> 在 2025-11-22 上传 | 大小:6kb | 下载:0
[数据结构常用算法] Boyer-Moore-Hospool
说明:匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer- Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency.<彭诗力> 在 2025-11-22 上传 | 大小:1kb | 下载:0