资源列表
[人工智能/神经网络/遗传算法] GA
说明:关于遗传算法的源码,欢迎大家下载和学习,不需要帐号的!-On the genetic algorithm source code, welcomed everyone to download and study, do not need to account!<xiaowei> 在 2025-07-18 上传 | 大小:713kb | 下载:0
[数学计算/工程计算] FieldComputationbyMomentMethods
说明:传说中的哈林登编写的那本书《计算电磁场的矩量法》,希望对大家有所帮助!-Legendary哈林登prepared the book,<汉志> 在 2025-07-18 上传 | 大小:2.04mb | 下载:0
[压缩解压] lz77_source
说明:源代码的思路参考自 Mark Nelson 所著的<<数据压缩技术原理与范例>> 中的第八章"滑动窗口压缩",是lz77算法的一种简介直观的实现,但是由于 没有采用如LZSS算法中的二叉搜索树技术,所以在运行速度上不如LZSS算法。 采用了微量缓冲区buf 以加快执行速度。-The source code since the idea of reference written by Mark Nelson<> 在 2025-07-18 上传 | 大小:78kb | 下载:0
[数据结构常用算法] vc6.0datastructure
说明:这是一本用VC++介绍数据结构算法的书籍,比较实在 -This is a used VC++ Introduce data structure algorithms books, comparing it<李轶> 在 2025-07-18 上传 | 大小:10.43mb | 下载:0
[数据结构常用算法] JOSE2
说明:Josephus 问题的解答。n个孩子围成圆圈,选任一个数m,从第一个孩子开始数,数到m停止,这个孩子离开,再从第一个开始数,直到剩下一个孩子。-Josephus questions. n children surrounded the circle, selected a number of m, from the beginning of their first child a few, a few m to stop the child to leave, and then started<renqiang> 在 2025-07-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] JOSE3
说明:Josephus 问题的解答。n个孩子围成圆圈,选任一个数m,从第一个孩子开始数,数到m停止,这个孩子离开,再从第一个开始数,直到剩下一个孩子。-Josephus questions. n children surrounded the circle, selected a number of m, from the beginning of their first child a few, a few m to stop the child to leave, and then started<renqiang> 在 2025-07-18 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] shenjingwangluo-C
说明:神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序。-Neural network algorithm source code, such as SOM, HOPFIELD, CPN, BPN, BOLTZMAN, ART, ADALINE, while providing for different algorithm demo source code.<wanglei> 在 2025-07-18 上传 | 大小:195kb | 下载:0
[数学计算/工程计算] DataGrid
说明:在.Net 中 DataGrid 虽然有排序的功能,但并不支持双向的排序。用到了,看了些相关的帖子,自己尝试了一种方法,竟然也行得通,主要是用DataGrid.Attributes 存了一个参数,同时在onSortCommand中修改了DataGridColumn的中国教程在线,http://www.5istudy.cn-In. Net has to sort in DataGrid Although the function of, but does not support two-way s<蓝德岩> 在 2025-07-18 上传 | 大小:1kb | 下载:0