搜索资源列表
random_nor_eve
- 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式。-VC 6 achieved a pseudo-random number generator demonstration program source code, including the normal random number generation and distribution of random numbers generated both ways.
dongtaitu
- 对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量,x(t)、y(t)都是关于时间 t的函数,其中x是一个正态分布的数据集合,可随机产生,这样情况下,如何将系统情况 用样本点表示出来 -for a dynamic system dy / dt =- y (t) x (t-m), m for a time lag constants, x (t), y (t) are on the function of time t, where x is a normal
memorylink
- 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点
lognvalue20071219
- 该程序是对在高分辨率和低擦地角的情况下,海面和地面的回波幅度服从对数正态分布的杂波进行仿真
duishuzhengtai_clutter
- 概率分布为对数正态分布的杂波 基于zmnl法实现
game
- 三点一线最短求解几何问题机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。-something it is
Gaosifenbu
- 实现由用户提供的正态分布指数的所有分布数值,内容包含box-muller函数实现方法。图形界面,信息隐藏第一次作业。-Achieve normal indices provided by the user of all distributions, includes box-muller function implementation. Graphical interface, information hiding for the first time operation.
Quote
- 一个自己开发的对话框程序,模拟报价的策略,假定报价者的行为服从正态分布,来模拟怎样的报价策略是最优的-A dialog own development program to simulate the strategy quote, quote the behavior assumed normal distribution, to simulate how the bidding strategy is optimal
moupling_application
- 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,(Using VC 6 to realize a pseudorandom number generation demonstration program source code, including normal distribution random number generation and average distribution random number generation met