搜索资源列表
rand
- 100个囚犯黑屋子出逃问题,C语言编写,有注释。
rand
- 基于元胞随机数发生器,基于元胞自动机的伪随机数生成c程序-Random number generator based on cellular
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
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.