资源列表

« 1 2 ... .50 .51 .52 .53 .54 3955.56 .57 .58 .59 .60 ... 28522 »

[人工智能/神经网络/遗传算法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

[数学计算/工程计算pm

说明:这是一个可以计算加减乘除的程序,你只需输入一个算式,就会给出答案。-This is a calculation can calculate the procedure, you only need to input a formula, it will give the answer.
<false> 在 2025-07-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法qishi

说明:void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE
<json> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[matlab例程image_cut

说明:运用MATLAB程序将索书号文字从图像中进行识别分割出来.包含有图像和源程序.-MATLAB application procedure will call number text from the image to identify differently. Contains images and source code.
<1234> 在 2025-07-08 上传 | 大小:19kb | 下载:0

[数据结构常用算法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

[STLSQL2000bao

说明: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
« 1 2 ... .50 .51 .52 .53 .54 3955.56 .57 .58 .59 .60 ... 28522 »

源码中国 www.ymcn.org