搜索资源列表
client
- 数据定时发送。本地时间和随机数生成和发送-Data transmission time. Local time and random number generation and transmission
pthread
- 一个简单的Linux多线程实例,三个执行单位共同生成随机数,小于给定的就输出-A simple multi-threaded Linux instance, the three execution units together to generate a random number is less than given to the output
choujiang-1.0.tar
- 很早之前用C语言写的运行于Linux环境的生成随机数抽奖的程序,包含makefile。-Long ago written using C language running on Linux environment, the program generates a random number draw, including the makefile.
choujiang-1.0.tar
- C语言写的运行于Linux环境的生成随机数抽奖的程序.-Written in C language running on Linux environment, the program generates a random number draw.
dsp
- 高斯分布的随机数的生成代码.基于Uniform随机函数的生成-Gauss Distribution Random Number Generation Code, based on uniform random number
MemoryManager
- 1.通过随机数产生一个指令序列,共320条指令。指令的地址按下述原则生成: (1)50 的指令是顺序执行的; (2)25 的指令是均匀分布在前地址部分; (3)25 的指令是均匀分布在后地址部分; 具体的实施方法是: (1)在[0,319]的指令地址之间随机选取一起点m; (2)顺序执行一条指令,即执行地址为m+1的指令; (3)在前地址[0,m+1]中随机选取一条指令并执行,该指令的地址为m’; (4)顺序执行一条指令,其地址为m’+1; (5)在后地址[m
curve
- QT 实时绘图 ,定时 产生随机数,根据随机数生成数据,将数据绘制成曲线(QT Curve realtime makes datas and datas can make curves)