CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 宏定义

搜索资源列表

  1. MTParser_srcVC7

    0下载:
  2. 非常好的数学公式计算源代码,支持程序运行时公式的自定义,支持宏定义、常量定义、函数定义-very good mathematical formula source code, run-time support for the procedural formula from the definition of support Acer definition constants defined function definition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.22mb
    • 提供者:荒原
  1. hdy

    0下载:
  2. 用宏定义的方法实现对距阵的转置,代码简洁,包含了执行步数的计算.-with Acer definition of the method of matrix transpose, concise code, including steps for the implementation of the calculation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.86kb
    • 提供者:yangpeng
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:李士
  1. ch03

    0下载:
  2. 这是一篇关于宏定义及随机函数(方法)原型头文件的文章,希望对大家有所帮助
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:342.16kb
    • 提供者:xulinshan
  1. osdef

    0下载:
  2. C代码编程中常用的数学计算的宏定义,请多多提些意见。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:谢凯
  1. OS

    0下载:
  2. LRU算法的实现 5、最近最久未使用页面算法说明: M为内存块; N为页面数; M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。 通过输入15个数值,作为页面号。 产生内存状态,显示调入的队列,并计算出缺页数和缺页率。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21.88kb
    • 提供者:Ryan
  1. pso

    0下载:
  2. 蚁群算法,用户可以修改程序中的宏定义来设置初值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.49kb
    • 提供者:llw
  1. 欧拉折线法

    0下载:
  2. 本程序中定义的函数为y-2*x/y,是使用宏来定义的。读者可安需要行新定义函数-the procedures defined in the function y-2 * x / y, is to use the macro definition. Readers may visit the new security needs defined function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.75kb
    • 提供者:梁良
  1. floatMec

    0下载:
  2. 极大熵聚类算法的C++实现,输入为二维矩阵,修改宏定义可实现多维-Maximum Entropy Clustering Algorithm C++ implementation, the input for the two-dimensional matrix, can be modified to achieve multi-dimensional macro definition
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:270.83kb
    • 提供者:尤志伟
  1. matrix_range

    0下载:
  2. 本C源程序可用于求M阶矩阵的行列式。其中M直接宏定义-The C source code can be used for M-order determinant of the matrix. The definition of M one of the direct-hong
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:796byte
    • 提供者:luowen
  1. FFT_2_DIT_Fixed

    1下载:
  2. 程序 FFT_2_DIT_Fixed 是基2_DIT_*定点*_FFT算法,值得学习的地方很多。亮点有:倒位序采用最简单,最高效的位移操作;实现存储的旋转因子表;定点溢出处理;灵活多样的宏定义。函数调用形式:void fft(COMPLEX *x)点数在头文件以宏定义形式出现。-Program FFT_2_DIT_Fixed is based 2_DIT_* fixed* _FFT algorithm, it is worth learning a lot of places. Highligh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:211.58kb
    • 提供者:傲天
  1. ifndef-_def-_endif

    0下载:
  2. 介绍几种宏定义和条件编译的功能和使用方法,是一份基础说明资料-Introduction of several macro definitions and conditional compilation features and usage, is a basic descr iptive information
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4.96kb
    • 提供者:晴晴
  1. Success-Fail-Method

    0下载:
  2. 成功失败法(也就是进退法)求解单峰值函数极小值。 函数可以自己进行宏定义,本代码已经定义了一个简单的函数,用来测试其可行性。-The success-fail method (that is, advance and retreat method) for solving single peak function minimum. Function can define your own macros, the code defines a simple function to test
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:163.5kb
    • 提供者:
  1. Golden-Section-Method

    0下载:
  2. 黄金分割法求解单峰值函数极小值。 函数可以自己进行宏定义,本代码已经定义了一个简单的函数,用来测试其可行性。-The Golden Section method for solving single peak function minimum. Function can define your own macros, the code defines a simple function to test its feasibility.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:199.7kb
    • 提供者:
  1. Fibonacci-Method

    0下载:
  2. 斐波那契法(Fibonacci)求解单峰值函数极小值。 函数可以自己进行宏定义,本代码已经定义了一个简单的函数,用来测试其可行性。-The Fibonacci method for solving single peak function minimum. Function can define your own macros, the code defines a simple function to test its feasibility.
  3. 所属分类:Algorithm

    • 发布日期:2017-10-31
    • 文件大小:204.01kb
    • 提供者:
  1. Multinomial-Method

    0下载:
  2. 二次多项式近似法求解单峰值函数极小值。 函数可以自己进行宏定义,本代码已经定义了一个简单的函数,用来测试其可行性。-The Quadratic polynomial difference method for solving single peak function minimum. Function can define your own macros, the code defines a simple function to test its feasibility.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:180.61kb
    • 提供者:
  1. FFT.c

    1下载:
  2. c语言下编写的可移植性强的FFT程序,使用此函数只需更改宏定义FFT_N的值即可实现点数的改变。-FFT convertion with easy portability
  3. 所属分类:Algorithm

    • 发布日期:2015-05-04
    • 文件大小:7kb
    • 提供者:xiajie
  1. cdt_ooc-inheritence_2

    0下载:
  2. 在C语言里使用宏定义实现面向对象编程的主要特征:继承与多态-In the C language using macros to implement the basic features of object-oriented programming these are inheritance and polymorphism
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:87.29kb
    • 提供者:cnnbjtu
  1. int

    0下载:
  2. 在Windows下输入两个数,在宏定义下的交换函数调用下进行互换-In Windows, enter the two numbers in the macro definition of an exchange under the swap function call
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:chui813086
  1. Sort_ByXianChu

    0下载:
  2. 直接插入排序,简单选择排序,递归版快排,非递归版快排的实现,其中递归版快排有加以优化。另外,测试函数产生2万个随机数进行排序,并输出各排序方案排序时间以便对比。(欲改变测试数据的数量只需在头文件中改变宏定义的量)-Direct insertion sort, simple selection sort, recursive version fast row, row non-recursive version of fast realization, wherein the recursive
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:208.89kb
    • 提供者:xianchu
搜珍网 www.dssz.com