搜索资源列表
mataqipang
- 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
CSIMULATIONOFWINDPOWER
- 风力发电机组不同于火电等传统发电机组的最大之处 在于其原动机功率的本质不可控,这是由风速的易变性和不 可控性造成的。风速状况对风力发电系统的性能有着重要的 影响,也使得风速模型成为风力发电系统仿真模型的重要部 分。该文针对风速随机变化的特性,在风速统计特性研究的 基础上,用自回归滑动平均(ARMA)方法建立了具有一定 功率谱密度特性的风速模型。对该模型所模拟的风速序列进 行了分析和验证,并与现有仿真程序中风速模型的结果进行 了对比,结果表明该文提出的ARMA模型能
stochastic-matlab
- 关于用MATLAB处理随机过程课程的程序编写介绍.-About using MATLAB program to deal with random processes course to write the introduction.
77885
- 程序产生N个随机的整数,存放在数组a中。然后根据数组a建立线性链表, 再删除链表中所有重复元素,并输出无重复元素结点的链表结点的值 -Program generates a random integer N, stored in the array a. Then establish a linear list of the array,     Then delete all duplicate elements in the list, and output
poker--shuffle
- 实现对扑克牌的随机发牌,并且可以判断是否有同花顺等。C++程序。-Realization of a random poker licensing, and can determine whether there is a straight flush and so on. C++ program.
yaoganwangquyufugai
- 多边形区域覆盖随机放置装置matlab模拟程序-Polygon area coverage matlab simulation program randomly placed device
StochEpidModels
- 随机传染模型,内有程序和实例,文章内容很详细,SIS与SIR均有涉及-Random infection model, there are procedures and examples, the article content is very detailed, SIS and SIR are involved
vhdl
- 伪随机序列发生器的vhdl算法 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)--Design of VHDL algorithm for pseudo random sequence generator is a pseudorandom sequence generator, using the generating polynomial 1+X^3+X^7. RESET has a cli