资源列表
[数据结构常用算法] reply_1_257254
说明:我写的那算法只是原理,要实用必须实现一个大整数类(用c++,我的算法是C的)。欢迎和我联系讨论-I wrote that the only algorithm principle, to be practical realization of such a large integers (with c, I C algorithms). And I welcome the discussion link<我心飞扬> 在 2026-01-13 上传 | 大小:75kb | 下载:0
[数据结构常用算法] CalExpression
说明:字符串计算公式,在编辑框输入你想要的计算公式,本程序,只提供几个简单的函数,只要是C支持的函数你可以在相应的控件函数里面添加!-string formula, the editorial input box you want the formula for calculating the process, only a few simple functions, as long as C is a function of your support in the corresponding con<杨涛> 在 2026-01-13 上传 | 大小:32kb | 下载:0
[STL] 一个可替代CString的字符串类CStdStr
说明:这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。-This is a very good alternative to redeem mfc the string category. Support ansi, unicode.<王明> 在 2026-01-13 上传 | 大小:25kb | 下载:0
[生物技术] 阀值和黑像素之人脸识别
说明:一个基于计算阀值和黑像素值的生物识别软件,用vb编写,界面剪接,使用方便!-a threshold calculation based on the black pixel values and biometrics software, used vb preparation, editing interface, easy to use!<刘恺> 在 2026-01-13 上传 | 大小:123kb | 下载:0
[人工智能/神经网络/遗传算法] 模拟退火算法实现旅行商算法
说明:采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the para<谢继晖> 在 2026-01-13 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] n_pls
说明:这是我自己花了很多时间写的一个模式识别源码。奉献出来与感兴趣的朋友分享,绝对可靠。.. - Dedication out with friends interested in sharing, absolutely reliable. ..<吴惠丰> 在 2026-01-13 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] Boltzmann Machin
说明:仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结<韵子> 在 2026-01-13 上传 | 大小:5kb | 下载:0