资源列表
[人工智能/神经网络/遗传算法] m
说明:介绍模糊控制,智能控制,神经控制和遗传控制系统的书籍-Introduction of fuzzy control, intelligent control, neural control and the genetic control system for books<张永红> 在 2025-07-08 上传 | 大小:8.5mb | 下载:0
[人工智能/神经网络/遗传算法] ga_fit
说明:遗传算法插值程序,直接使用-Genetic algorithms interpolation procedures, direct use<雪肤> 在 2025-07-08 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Travel
说明:关于人工智能作业---推销商旅行问题,用C编写,简单易懂-On the artificial intelligence operation--- travel salesman problem, using C to prepare, easy-to-read<谢洛伊> 在 2025-07-08 上传 | 大小:11kb | 下载:0
[数据结构常用算法] arragement
说明:数据结构涉及到的所有排序算法,如基数排序,堆排序等-Data structures involved in all the sorting algorithm, such as base sequencing, etc. HEAPSORT<吴尘秋> 在 2025-07-08 上传 | 大小:4kb | 下载:0
[matlab例程] FiberGratingSpectra
说明:传输矩阵法计算啁啾光栅反射谱 本节中给出传输矩阵法计算啁啾光栅反射谱和 时延的完整M at lab 程序实例, 本段代码在 M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。-Transfer matrix metho<金沧> 在 2025-07-08 上传 | 大小:1kb | 下载:1
[数据结构常用算法] binary_trees
说明:能够实现二叉树的基本功能,是学习二叉树的很好的资料!-To achieve the basic functions of binary tree, binary tree is to learn from the good information!<yedaixiong> 在 2025-07-08 上传 | 大小:1kb | 下载:0
[STL] SQL2000bao
说明:int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1<json> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[matlab例程] imageprocessing
说明:运用MATLAB程序识别图像并将其划分为文字和非文字的两个类别-MATLAB program to identify the use of images and text and is divided into two categories of non-text<1234> 在 2025-07-08 上传 | 大小:22kb | 下载:0
[matlab例程] fast_way
说明:数学实验中的最速落径问题 A,B是不在一条铅垂线上的两点,在链接A,B两点的所有光滑曲线中,找出一条曲线,使得初速度为零的质点,在重力的作用下,自A点下滑到B点所需的时间最短 -Mathematical experiment steepest drop Path problems A, B is not a vertical line of two points, the link A, B two points in all the smooth curve, to find a cu<yedaixiong> 在 2025-07-08 上传 | 大小:1kb | 下载:0