搜索资源列表

  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10.05kb
    • 提供者:战天
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort
  3. 所属分类:Windows编程

    • 发布日期:2024-11-20
    • 文件大小:10kb
    • 提供者:战天
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-20
    • 文件大小:3kb
    • 提供者:陈建飞
  1. TI-dspc28xfilter

    1下载:
  2. 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
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-11-20
    • 文件大小:340kb
    • 提供者:teng
  1. boat-realise

    1下载:
  2. 本程序用于区分海面舰船与海水。应用算法为小区域方差对比,程序简单,适用于初学者参考的例程。主程序为var.m,dxout.m为方差计算程序。其余图片为测试图片。-This procedure is used to distinguish sea ships with seawater. Application algorithm for small regional variance contrast, simple procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-20
    • 文件大小:1.46mb
    • 提供者:许成斌
  1. GA

    0下载:
  2. 1元简单函数优化的遗传算法程序,包括初始化、适应度函数、交叉、变异、选择和主程序以及画图分析。-A simple function of the genetic algorithm optimization procedures, including initialization, fitness function, crossover, mutation, selection and the main program as well
  3. 所属分类:matlab例程

    • 发布日期:2024-11-20
    • 文件大小:4kb
    • 提供者:chennan
  1. Simple-function_GA

    0下载:
  2. 3元简单函数优化的遗传算法程序,利用遗传算法求三元函数的最优值,包括主程序、初始化、交叉、变异、选择等子程序,方便自己修改,并且包含图像分析。-A simple function of the genetic algorithm optimization procedures, the optimal value of ternary functions using genetic algorithms, including the s
  3. 所属分类:matlab例程

    • 发布日期:2024-11-20
    • 文件大小:4kb
    • 提供者:chennan
  1. 1DSIMPLE

    0下载:
  2. 一维SIMPLE算法,fortran语言交错网格算例,包含主程序和用户程序。-2D SIMPLE algorithm example Picks
  3. 所属分类:其他小程序

    • 发布日期:2024-11-20
    • 文件大小:3kb
    • 提供者:Allen
  1. SIMPLE3d

    0下载:
  2. 三维SIMPLE算法Fortran计算程序,包含主程序和用户自定义程序。-3D SIMPLE algorithm Fortran computational procedures, including the main program, and user-defined procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-20
    • 文件大小:10kb
    • 提供者:Allen
  1. SIMPLE

    0下载:
  2. 非结构网格SIMPLE算法Fortran计算程序,包含主程序和用户自定义程序。-Non-structural mesh SIMPLE algorithm the Fortran calculated program contains the main program and user-defined procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-20
    • 文件大小:30kb
    • 提供者:Allen
  1. stagger

    0下载:
  2. 二维交错网格SIMPLE算法fortran计算程序,包括主程序和用户定义程序。-The two-dimensional to SIMPLE algorithm the fortran calculation procedures staggered grid, including the main program and the user-defined procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-20
    • 文件大小:7kb
    • 提供者:Allen
  1. Code

    0下载:
  2. 三维交错网格SIMPLE算法fortran计算程序,包括主程序和用户自定义程序。-The three-dimensional staggered grid SIMPLE algorithm fortran calculation program, including the main program and the user-defined program.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-20
    • 文件大小:8kb
    • 提供者:Allen
  1. yichuan

    0下载:
  2. 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 simp
  3. 所属分类:其他小程序

    • 发布日期:2024-11-20
    • 文件大小:4kb
    • 提供者:王帅
  1. SIMPLE3d

    1下载:
  2. 用simple算法的流体力学程序,包含主程序和用户自定义程序数据-CFD code for simple agorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-11-20
    • 文件大小:11kb
    • 提供者:余果
  1. mainscan

    0下载:
  2. ezw算法的主扫描部分的主程序代码,可以实现比较简单的系数扫描-ezw main scanning algorithm main part of the code, can achieve relatively simple coefficient scanning
  3. 所属分类:压缩解压

    • 发布日期:2024-11-20
    • 文件大小:1kb
    • 提供者:sarah
  1. MOP-nsga2

    0下载:
  2. 多目标遗传算法 主程序采用switch 选择结构 程序运行完美 算法简洁易懂 适合初学者-Multi-objective Genetic Algorithm main structure using the switch selection algorithm runs perfectly simple and easy to understand for beginners
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-20
    • 文件大小:16kb
    • 提供者:mr feng
  1. CF

    0下载:
  2. 这是用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。。。。。。
  3. 所属分类:数据挖掘

    • 发布日期:2024-11-20
    • 文件大小:1kb
    • 提供者:kenneth
  1. SIMPLEt-2D

    0下载:
  2. 利用simple算法进行流动与传热传质过程的数值计算的主程序(Simple algorithm for flow and heat and mass transfer process of numerical calculation of the main program)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-20
    • 文件大小:6kb
    • 提供者:summersun
  1. mosift_1.0

    0下载:
  2. 简易版的SIFT算法,有主程序,只需要输入两张图片就可以实现的demo(Simple version of the SIFT algorithm, there are main procedures, you only need to enter two pictures, you can achieve demo)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-20
    • 文件大小:6kb
    • 提供者:S_Ting

源码中国 www.ymcn.org