搜索资源列表
srand()
- srand()就是给rand()提供种子seed-srand () is for the rand () provide seed seed
rand
- 100个囚犯黑屋子出逃问题,C语言编写,有注释。
Rand
- 这是一个彩票数字生成器,所有数字是随机生成,可用于学习用
cgh
- 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshi
VirtualStore
- 本实验的程序设计基本上按照实验内容进行。即首先用srand()和rand()函数定义和产 生指令序列,然后将指令序列变换成相应的页地址流,并针对不同的算法计算出相应的命中 率-The experimental procedure is basically the design of the content in accordance with the experiment. That is, first of all with srand () and rand () function
rand
- 基于元胞随机数发生器,基于元胞自动机的伪随机数生成c程序-Random number generator based on cellular
rand
- 随机数生成器 用汇编写的 随机数生成器 用汇编写的 -rand use asm
NStepSCAN
- NStepSCAN N步磁盘扫描调度算法C++程序-#include "stdafx.h" #include "stdlib.h" int L,P int a[20] int flag //访问位 typedef struct TASK { int requrie int io } TASK TASK T[50][50] TASK N[50] int diskway //当前磁道 void iod
randCL
- 产生随机混沌序列的Matlab函数。可以直接调用。-Matlab .m file.rand.m.rand number can occur
randCL
- 产生混沌序列的Matlab函数。可以直接调用。效果很好-rand number functiong Logistic model can occer
Rand
- 随机数字,并且可以随意设置多少各数字之间随机点-Random numbers, and can be freely set how many random points between each digit
rand
- 主从模式并行计算,用于实现并行计算的一种模式,即主从模式-Master slave mode for parallel computing, a model of parallel computing, namely the master-slave mode
Application
- 将基于混合差分策略的改进差分进化优化算法应用在PID控制器在线优化中。MDE( 改进差分 进化算法)结合了差分策略DE / rand /1的多样性和DE /best/1的高收敛速度的优点, 算法的寻优性能远超过两 种策略单独作用时的性能。此方法充分利用了差分进化的进化寻优优势与PID控制器的简单方便, 让控制器 在系统运行过程中进行自我设计和优化。-Th is pape r presen ts a new m ethod
shiyan6
- 设计一个Desk 类用于表示一副52 张的扑克牌,公共接口包含用于洗牌、发牌、显示牌 局中各方所拿的牌、比较牌的大小(如Q比J大)等成员函数,要模拟洗牌,可以用rand这样 的库函数。-Design a Desk class is used to represent a 52 playing cards, a common interface contains reshuffle, licensing, signs Bureau parties take cards, compar
Rand
- 利用随机数自动填充EXCEL表格并高亮显示计算结果,支持多行汇总统计,提供少量excel的操作。运用于工程资料快速统计。-EXCEL automatically filled using a random number table and highlight the results, supports multi-line summary statistics, provide operating a small amount of the excel. Fast statistical dat
Rand
- 一个简单的随机提题程序,delphi2010编写。-A simple random mention program title
randn_test
- 产生随机数,跟matlab的rand功能一样,用C实现,经过测试,没有错误,可以直接拿去使用。-Generate random Numbers, like the rand function of matlab, C, after testing, there is no error, can be directly used.