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

搜索资源列表

  1. Random

    0下载:
  2. 通信仿真中常用的各种随机数生成办法 用c编写,实用
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2848
    • 提供者:ZJUFB
  1. 用c#开发的爱情玫瑰程序

    0下载:
  2. 用c#开发的爱情玫瑰程序,启动后随机位置出现各式玫瑰图片,直至铺满全屏幕,可单击任意位置,停止增加图片,并打开一位图,显示“爱你一万年”。然后3秒后程序自动退出。,C# development with love roses process starts all kinds of random positions on the rose picture, until covered with full-screen, you can click anywhere to stop increasi
  3. 所属分类:C#编程

    • 发布日期:2017-05-16
    • 文件大小:4361691
    • 提供者:manoro
  1. 学习 .zip.rar

    0下载:
  2. 某贸易中心共10层,设有载客电梯1部。为了处理问题的方便,有以下的限定条件:   (1) 电梯的运行规则是:可到达每层。   (2) 每部电梯的最大乘员量均为K人(K值可以根据仿真情况在10~20人之间确定)。   (3) 仿真开始时,电梯随机地处于其符合运行规则的任意一层,为空梯。   (4) 仿真开始后,有N人(>20人)在该国际贸易中心的1层,开始乘梯活动。   (5) 每个人初次所要到达的楼层是随机的,开始在底层等待电梯到来。   (6) 每个人乘坐电梯到达指定楼层后,再随机地去往
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:9184
    • 提供者:张虹
  1. zigurat_demo2

    0下载:
  2. 一个随机数生成类,值得下载--An random class,recommend
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:634897
    • 提供者:站长
  1. random-inc

    0下载:
  2. 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996
    • 提供者:kgd
  1. localRand

    0下载:
  2. 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1139
    • 提供者:lo
  1. LSBEmbeding

    0下载:
  2. 信息隐藏中用于数字隐写的常用算法:LSB替换\LSB匹配,包括随机的和排序的,以及对文件和文件夹进行操作,用CxImage类能快速读取各种格式的图象-Information Hiding for digital steganography of the commonly used algorithms: LSB replacement of LSB matching, including random and sort of, as well as files and folders to op
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:920830
    • 提供者:壹号通缉犯
  1. distribution

    1下载:
  2. 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the various parts of the Functions a
  3. 所属分类:Other systems

    • 发布日期:2017-05-29
    • 文件大小:12727467
    • 提供者:曾韬
  1. general-random-number-in-C-Sharp

    0下载:
  2. 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:26246
    • 提供者:于立凯
  1. random

    0下载:
  2. 这是一个产生范围在(-255,255)随机数的C函数,其中范围可有自己确定,结果生成一个数据文件,可被其他C程序作为头文件引用,在需要大量测试数据的时候特别有用-This is a have a range of (-255,255) random number of C functions, the scope of which may have their own identification, the results generate a data file may be other pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:264735
    • 提供者:刘镇
  1. MATRIX1

    0下载:
  2. 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15314
    • 提供者:方奎
  1. random

    0下载:
  2. 猜数字的小游戏,我是刚开始学C++的,这是我的课堂练习再加工的产物= =-猜数字small game, I was just beginning to learn C++ This is my classroom exercises for re-processing product of = =
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:94690
    • 提供者:len
  1. Random

    0下载:
  2. asp.net(C#)两种随机数的算法,可用抽考题,希望大家会喜欢!-asp.net (C#) are two random number algorithms, available pumping exam questions I hope you will enjoy!
  3. 所属分类:.net

    • 发布日期:2017-03-25
    • 文件大小:1143
    • 提供者:马佐里尼
  1. generate-random-numberithm

    0下载:
  2. 用解析变换法产生指数分布的随机数 是课程设计的小例子-Analysis of transformation with an exponential distribution random number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2600
    • 提供者:小于儿
  1. Random-walk

    0下载:
  2. 使用C语言编写的随机漫步程序,可作为C语言学习的例子-Written in C language use of random walk program can as C language learning example
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:43657
    • 提供者:xiangwei
  1. Random

    0下载:
  2. 随机数抽取程序 MFC vc6.0 c++程序-random generator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:39149
    • 提供者:李林
  1. RandomSequence

    0下载:
  2. 基于c++开发的唯一序列生成器,支持windows、linux平台(c++ random sequence generator)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-17
    • 文件大小:29696
    • 提供者:wray
  1. MISRA-C-2004_工业标准的C编程规范_中文版

    0下载:
  2. 规则都是针对的是C语言本身缺陷或容易被误解的点,如:自动变量如果不初始化就使用会出现随机值、不同类型数据赋值容易出现的隐式转换;没有包含诸如注释、变量名、编码格式等统一编程风格的内容。(The rules are for the C language itself is defective or misunderstood, such as: if you do not use the automatic variable initialization will appear random va
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:413696
    • 提供者:David Huang
  1. 随机森林c++

    2下载:
  2. 随机森林c++代码,非常好用,可用于回归和分类(random forests toolbox using c++ for regression and classification)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:13623296
    • 提供者:飞布
  1. C++_tetris

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

« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com