CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c random

搜索资源列表

  1. mt19937int.c

    0下载:
  2. 伪随机数生成算法,很优秀,32位int-pseudo-random number generation algorithms, excellent, 32 int
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:张清之
  1. mt19937-1.c

    0下载:
  2. 伪随机数生成算法,很优秀,32位real-pseudo-random number generation algorithms, excellent, 32 real
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2329
    • 提供者:张清之
  1. mt19937-2.c

    0下载:
  2. 伪随机数生成算法,很优秀,double 0-1-pseudo-random number generator algorithm, very good, double 0-1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2336
    • 提供者:张清之
  1. 10_01

    0下载:
  2. 分形算法C++ 程序:随机中点位移法生成山源代码-fractal algorithm C : random midpoint displacement method source code generated Hill
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:22615
    • 提供者:齐松
  1. 在Unix下用C编写类Windows菜单

    0下载:
  2. 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8997
    • 提供者:建文
  1. C语言模拟飞机场

    0下载:
  2. 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15421
    • 提供者:赖晖
  1. gauss.c

    0下载:
  2. gauss.c - gaussian random numbers, using the Ziggurat method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4459
    • 提供者:
  1. C-SAA

    0下载:
  2. 因课程需要,编写了C语言的模拟退火算法,其中随机数的产生方法至关重要。-curriculum needs, the preparation of the C language simulated annealing algorithm, the number of random selection is crucial.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:漫游
  1. MCS-libre

    0下载:
  2. 随机数 基于c++的Monte Carlo源代码-c random number based on the Monte Carlo code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:139162
    • 提供者:张玲
  1. dcdflib.c.tar

    0下载:
  2. unix环境下计算符合常用概率分布的随机变量的集合-unix environment commonly used terms with the probability distribution of random variables pool
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:59554
    • 提供者:郭亮
  1. Sinewave-plus-additive-zero-mean-random-noise

    0下载:
  2. 用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:minytian
  1. mc-rand

    0下载:
  2. c++随机数生成的一些简单程序-c random number generated some simple procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:994
    • 提供者:陈波
  1. C写的序列生成程序

    0下载:
  2. 最高效的随机序列生成代码!-the most efficient random sequence generation code!
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:1125
    • 提供者:张小三
  1. c#正态分布的随机数发生器

    1下载:
  2. c#正态分布的随机数发生器-normal random number generator
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1431
    • 提供者:王几
  1. random

    0下载:
  2. 使非MFC窗口程序的窗口回调过程成为C++类的成员函数。
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:21598
    • 提供者:mms
  1. random number generator

    0下载:
  2. 一个随机数发生器的代码,C++实现-a random number generator code, C + +
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1133
    • 提供者:启东
  1. random

    0下载:
  2. 蒙特卡洛随机模拟c++程序,并附有相关文档
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68284
    • 提供者:zrt
  1. C++_tetris

    0下载:
  2. 使用C++面向对象编程,随机算法,注释详细,(Using C++ object oriented programming, random algorithms, and annotations in detail,)
  3. 所属分类:Windows编程

  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
  3. 所属分类:数值算法/人工智能

  1. C数值算法集

    1下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:6230016
    • 提供者:呵呵打
« 1 23 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com