搜索资源列表
Random
- 通信仿真中常用的各种随机数生成办法 用c编写,实用
用c#开发的爱情玫瑰程序
- 用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
学习 .zip.rar
- 某贸易中心共10层,设有载客电梯1部。为了处理问题的方便,有以下的限定条件: (1) 电梯的运行规则是:可到达每层。 (2) 每部电梯的最大乘员量均为K人(K值可以根据仿真情况在10~20人之间确定)。 (3) 仿真开始时,电梯随机地处于其符合运行规则的任意一层,为空梯。 (4) 仿真开始后,有N人(>20人)在该国际贸易中心的1层,开始乘梯活动。 (5) 每个人初次所要到达的楼层是随机的,开始在底层等待电梯到来。 (6) 每个人乘坐电梯到达指定楼层后,再随机地去往
zigurat_demo2
- 一个随机数生成类,值得下载--An random class,recommend
random-inc
- 用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
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
LSBEmbeding
- 信息隐藏中用于数字隐写的常用算法: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
distribution
- 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-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
general-random-number-in-C-Sharp
- 在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
random
- 这是一个产生范围在(-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
MATRIX1
- 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
random
- 猜数字的小游戏,我是刚开始学C++的,这是我的课堂练习再加工的产物= =-猜数字small game, I was just beginning to learn C++ This is my classroom exercises for re-processing product of = =
Random
- asp.net(C#)两种随机数的算法,可用抽考题,希望大家会喜欢!-asp.net (C#) are two random number algorithms, available pumping exam questions I hope you will enjoy!
generate-random-numberithm
- 用解析变换法产生指数分布的随机数 是课程设计的小例子-Analysis of transformation with an exponential distribution random number
Random-walk
- 使用C语言编写的随机漫步程序,可作为C语言学习的例子-Written in C language use of random walk program can as C language learning example
Random
- 随机数抽取程序 MFC vc6.0 c++程序-random generator
RandomSequence
- 基于c++开发的唯一序列生成器,支持windows、linux平台(c++ random sequence generator)
MISRA-C-2004_工业标准的C编程规范_中文版
- 规则都是针对的是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
随机森林c++
- 随机森林c++代码,非常好用,可用于回归和分类(random forests toolbox using c++ for regression and classification)
C++_tetris
- 使用C++面向对象编程,随机算法,注释详细,(Using C++ object oriented programming, random algorithms, and annotations in detail,)