资源列表
[matlab例程] SpiralWaves
说明:reaction-diffusion spiral matlab<zuicheng> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] 001
说明:神经网络的VC6.0下代码实现 帮助新人熟悉神经网络-Neural network code implementation under VC6.0<王天佑> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] City
说明: 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-The number of towns and cities, into a single list to take the lead node. Nodes in the city information, including: City name, the city coordinates. Required to use the<clement> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[matlab例程] bpsk_spread
说明:扩频通信中用bpsk调制的源代码,注释全,简单易懂。-Using spread spectrum modulation bpsk source code, comments all, easy to understand.<lihuiyuan> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[matlab例程] GUI
说明:THIS CODE IS FOR THE GUI PART OF FINGERPRINT RECOGNITION IN MATLAB<Abhishek Das> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[matlab例程] 13898399SVM
说明:模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法-Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method<luojinwen11> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[STL] 95302915Classify_Homework
说明:模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法-Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method<luojinwen11> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[matlab例程] MATLAB-SVM-Improvement
说明:快速实现预测,SVM方法改进,混沌时间序列。注意:7.0版本以上SVM数据包qp.dll不能运行,需要改。-Rapid realization of prediction, SVM method to improve, chaotic time series. Note: The 7.0 version of the above packet qp.dll SVM can not run, needs to change.<郑坤> 在 2025-07-15 上传 | 大小:2kb | 下载:1
[数据结构常用算法] Data_struct_1
说明:数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z<苏文俊> 在 2025-07-15 上传 | 大小:2kb | 下载:0