搜索资源列表
sf1
- 算法函数实例,算法1,存放了书中所有的算法函数程序以及例子中的主函数程序-arithmetic functions example, an algorithm, the book store all the arithmetic functions procedures and examples of procedures for the main function
T_youhua
- matlab 遗传算法的程序,主函数 T_youhua。 -Matlab GA procedures, the main function T_youhua.
Lyapunov_exponents_luzhenbo
- 1、LargestLyapunov_example1.m 程序主文件1,直接运行此文件即可 2、LargestLyapunov_example2.m 程序主文件2,直接运行此文件即可 3、LorenzData.dll 产生 Lorenz 离散数据 4、PhaSpaRecon.m 相空间重构 5、Lyapunov_luzhenbo.dll Lyapunov 计算主函数 6、lyapunov_buffer.dll Lyapunov 计算缓存
EmbeddingDimension_FNN
- 假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序 文件夹说明: Main_FNN.m - 程序主函数,直接运行此文件即可 LorenzData.dll - 产生Lorenz时间序列 PhaSpaRecon.m - 相空间重构 fnn_luzhenbo.dll - 假近邻计算主函数 SearchNN.dll - 近邻点搜索 buffer_SearchNN_1.dll - 近邻点搜索缓存1 buffer_Search
qiujuzhendezhi
- 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
qiuyibanhanglieshidezhi
- 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaussian elimination method n matr
nihe
- 最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。
牛顿插值c语言程序
- 本程序带有一个子函数,原始数据在主函数中定义时即初始化赋初值,子函数是用来计算差商 值、连乘积和插值结果。-this program with a function, the original data in the main function definition is given initial initialization, Functions are used to calculate the value to poor, and even the product of interpol
matlab遗传算法的程序-主函数 T_youhua.rar
- matlab遗传算法的程序-主函数 T_youhua.rar
matlab遗传算法的程序-主函数
- matlab遗传算法的程序-主函数
基于A星算法的MFC界面的八数码程序
- 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
cengxubianlierchashu
- ,该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 -, The program
CAlgorithm
- 按章存放了书中所有的算法函数程序以及例子中的主函数程序。其中在目录CHX中存放了第X章中所有的函数程序(X为章号),同时也存放了该章算法函数需要调用的其他章中的一些函数程序。算法函数程序的文件名为“X函数名.c”,例子中相应的主函数程序的文件名为“X函数名0.c(第一个例子)”或“X函数名1.c(第二个例子)”。-C Algorithm
BFSKmain
- 搭建ofdm系统中的bfsk的主函数程序-Ofdm system bfsk build the main function of program
PhaSpaRecon
- 相空间重构的主函数程序,可以根据自己的需要直接用该函数,并画出相空间的图-The main function of phase space reconstruction program, you can directly use this function according to their needs, and draw the phase space diagram
tt
- 粒子群算法主函数程序 粒子群算法主函数程序 -PSO algorithm main function program PSO algorithm main function program
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
支持向量机的C语言程序源码
- 这是一段支持向量机器的C语言源代码,包含主函数、核函数还有各种运算(the programe of SVM includeing classfy.c hideo.c learn.c loqo.c)
实验2第一个程序
- 1. 编写线性表初始化函数:Status InitList_Sq(SqList *L); 2. 编写求线性表长度函数:Status ListLength(SqList *L); 3. 编写在第i个位置前插入元素函数:Status ListInsert_Sq(SqList *L, int i, ElemType e); 4. 编写删除第i个元素函数:Status ListDelete_Sq(SqList *L, int i, ElemType *e); 5. 编写获取某个位置的元素函数:Statu
常见的熵值计算的matlab 程序
- 常见的熵值计算主函数,样本熵、分布熵、排列熵等,只需自己编写主运算程序就能运算