资源列表
排序选择:
[人工智能/神经网络/遗传算法] GA
说明:遗传算法解决经典TSP问题,代码易于修改,容易读懂-Genetic algorithm to solve the classical TSP problem, the code easy to modify, easy to read<anpan> 在 2025-07-26 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] Single-competitive-neural-network
说明:单层竞争神经网络的数据分类,患者癌症发病预测作为例子,代码方便修改-Data classification single competitive neural network to predict the onset of cancer patients as an example to modify the code to facilitate<anpan> 在 2025-07-26 上传 | 大小:45kb | 下载:0
[人工智能/神经网络/遗传算法] SOM_BP
说明:SOM神经网络的数据分类,案例为柴油机故障诊断,代码思路清晰易于修改-Data classification SOM neural networks, case for the diesel engine fault diagnosis, easy to modify the code clear thinking<anpan> 在 2025-07-26 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] GaussP0shunxun
说明:利用高斯Gauss消元法求线性方程组的解-Solutions for use Gauss Gauss elimination method of solving linear equations<Baron> 在 2025-07-26 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] CSharpCALSS
说明:解释在visual studio 2013中如何组织类-Explain in visual studio 2013 how to organize classes<Baron> 在 2025-07-26 上传 | 大小:30kb | 下载:0
[微处理器(ARM/PowerPC等)] YS-V0.4
说明:运用stm32进行语谙识别系统,此系统可以用在公交车,医院等很多场合,对开发此类产品的小伙伴有见解作用.-The use of stm32 language recognition system, this system can be used in public transportation, hospitals and many other occasions, the development of such products have the role of small partners.<王军> 在 2025-07-26 上传 | 大小:1.48mb | 下载:0
[C#编程] OperationTXT-3
说明:首先通过File.ReadAllLines()方法读入文本文档中内容并返回字符串数组contents,这样每行数据就成为了这个字符串数组contents的一个元素,再利用split()方法将每一个元素以空格或制表符分割,返回字符串数组,这样一行数据又被返回了3个字符串放入字符串数组中,通过Convert.ToDouble()方法将其转化为double类型并计算。创建一个StringBuilder数据类型将每行的字符串添加进去,转换为string后,最后用File.WriteAllText方法写入<Baron> 在 2025-07-26 上传 | 大小:64kb | 下载:0