搜索资源列表
dwqdsort111
- 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
TI-dspc28xfilter
- TI公司提供的基于c28x系列的FIR和IIR算法实现程序。主程序用C编写,滤波算法采用汇编语言,执行速度高效且简洁。对开发DSPc28X系统工程师非常有用。-Provided by TI c28x series based on FIR and IIR algorithm program. Main program written using C, assembly language filtering algorithm, the execution speed efficient and
TSP_GA
- 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
boat-realise
- 本程序用于区分海面舰船与海水。应用算法为小区域方差对比,程序简单,适用于初学者参考的例程。主程序为var.m,dxout.m为方差计算程序。其余图片为测试图片。-This procedure is used to distinguish sea ships with seawater. Application algorithm for small regional variance contrast, simple procedures, suitable for beginners refe
GA
- 1元简单函数优化的遗传算法程序,包括初始化、适应度函数、交叉、变异、选择和主程序以及画图分析。-A simple function of the genetic algorithm optimization procedures, including initialization, fitness function, crossover, mutation, selection and the main program as well as drawing analysis.
Simple-function_GA
- 3元简单函数优化的遗传算法程序,利用遗传算法求三元函数的最优值,包括主程序、初始化、交叉、变异、选择等子程序,方便自己修改,并且包含图像分析。-A simple function of the genetic algorithm optimization procedures, the optimal value of ternary functions using genetic algorithms, including the subroutine of the main program,
1DSIMPLE
- 一维SIMPLE算法,fortran语言交错网格算例,包含主程序和用户程序。-2D SIMPLE algorithm example Picks
SIMPLE3d
- 三维SIMPLE算法Fortran计算程序,包含主程序和用户自定义程序。-3D SIMPLE algorithm Fortran computational procedures, including the main program, and user-defined procedures.
SIMPLE
- 非结构网格SIMPLE算法Fortran计算程序,包含主程序和用户自定义程序。-Non-structural mesh SIMPLE algorithm the Fortran calculated program contains the main program and user-defined procedures.
stagger
- 二维交错网格SIMPLE算法fortran计算程序,包括主程序和用户定义程序。-The two-dimensional to SIMPLE algorithm the fortran calculation procedures staggered grid, including the main program and the user-defined procedures.
Code
- 三维交错网格SIMPLE算法fortran计算程序,包括主程序和用户自定义程序。-The three-dimensional staggered grid SIMPLE algorithm fortran calculation program, including the main program and the user-defined program.
yichuan
- matlab程序,用遗传算法解决八皇后的问题。不用添加工具箱即可运行。其中yichuan.m是主程序。算法简单易懂。-matlab program, using genetic algorithms to solve the eight queens problem. Do not add Toolbox to run. Where yichuan.m is the main program. The algorithm is simple and easy to understand.
SIMPLE3d
- 用simple算法的流体力学程序,包含主程序和用户自定义程序数据-CFD code for simple agorithm
mainscan
- ezw算法的主扫描部分的主程序代码,可以实现比较简单的系数扫描-ezw main scanning algorithm main part of the code, can achieve relatively simple coefficient scanning
MOP-nsga2
- 多目标遗传算法 主程序采用switch 选择结构 程序运行完美 算法简洁易懂 适合初学者-Multi-objective Genetic Algorithm main structure using the switch selection algorithm runs perfectly simple and easy to understand for beginners
CF
- 这是用matlab写的协同滤波算法主程序,程序简单,易于理解。可以应用于推荐系统-It is used to write collaborative filtering algorithm matlab main program, the program is simple and easy to understand. Recommended system can be applied。。。。。。
SIMPLEt-2D
- 利用simple算法进行流动与传热传质过程的数值计算的主程序(Simple algorithm for flow and heat and mass transfer process of numerical calculation of the main program)
mosift_1.0
- 简易版的SIFT算法,有主程序,只需要输入两张图片就可以实现的demo(Simple version of the SIFT algorithm, there are main procedures, you only need to enter two pictures, you can achieve demo)