Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • robot.rar A robot is placed in the maze is programmed to move at random. Each minute, the robot either stays in the room it is currently located or chooses a hallway and moves into the adjoining room. This program can find the probabilites of each entry.
  • Berlekamp_Massey_Algo_MiniPoly.zip Pseodu-random sequence Berlekamp-Massey Algorithm
  • This_one.rar Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add white Gaussian noise. (d) At any ...
  • imnoise2.rar IMNOISE2 Generates an array of random numbers with specified PDF.
  • toci.zip Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks and scale-free BA network, the program generated from the mechanism of these networks to generate the complex network model and analysis ...
  • Laba5.rar Research of random signals. Fast Furier transform. Histograms and graphs made in Matlab. Lab work in Omsk state technical university.
  • randomcreator.rar NS2中的随机数产生器Random Number Generator,随机数产生器在NS2中是非常重要的,举凡网络节点在NAM中的位置或者是应用程序在何时开始传送或结束数据传输,都会用到随机数产生器。
  • bank.rar 银行家bank+and+random+code操作系统课程设计的文件压缩包
  • Compound_Poisson_Bench.zip poisson 求解 Benchmarks several different ways of generating Compound Poisson random variables by Monte Carlo simulation.
  • java2.rar 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法 随机产生(random()产生的数值在0和1之间),成绩范围为40~100。