CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - 随机数

搜索资源列表

  1. 05041062

    0下载:
  2. 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52813
    • 提供者:吕军红
  1. normal

    0下载:
  2. 产生随机数.产生的随机数服从(0,1)正态分布-generated random number. The random number obedience (0,1) normal
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:王雨
  1. montecarlomatlab

    0下载:
  2. 含有蒙特卡罗模拟的原理方法和产生二维随机数的方法,很简单实用-with Monte Carlo simulation method and the principle of random numbers generated by two-dimensional method, it is very simple and practical
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:85665
    • 提供者:戴玉婷
  1. shengcheng

    0下载:
  2. 这是生成两个随机数的程序,分别服从均匀分布和正态分布
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:962
    • 提供者:gddka
  1. transfernumber

    0下载:
  2. 用labview实现的收发随机数的程序。发送随机数时,要先运行上位机的程序,不带地址。发送数据的机器。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:20567
    • 提供者:张帆
  1. Random

    0下载:
  2. 通信仿真中常用的各种随机数生成办法 用c编写,实用
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2848
    • 提供者:ZJUFB
  1. code

    0下载:
  2. 客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用TCP和UDP方式分别实现。 -Client two random numbers generated, distributed to the two servers. Server 1 (IP address: 19
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:126055
    • 提供者:dwj
  1. code

    0下载:
  2. 进程通信的多方法实现。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用UDP方式,命名管道方式和命名的UNIX域套接字分别实现。 -Multi-process communication method. Client two random numbers gener
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:154268
    • 提供者:dwj
  1. code

    0下载:
  2. 基于非阻塞I/O方式的网络通信。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用非阻塞I/O方式实现。 -Based on non-blocking I/O modes of network communications. Client two random num
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:75893
    • 提供者:dwj
  1. randomnumbers

    0下载:
  2. 文件包括三个程序,分别产生高斯,瑞利和泊松分布,并且对于产生的随机数,用MATLAB进行了绘图-File consists of three programs, respectively, have Gaussian, Rayleigh, and Poisson distribution, and for generating random numbers, drawing conducted with MATLAB
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:2980
    • 提供者:
  1. CPUCard2.0

    0下载:
  2. 本程序可以对CPU卡初学者是个很好的工具,可以对CPU卡分别进行:寻卡、取随机数、DES加密、外部认证、建立文件等。即使对其不怎么了解也可以很快入门。-This procedure can be CPU card is a good tool for beginners, you can separately CPU card: Find cards, take a random number, DES encryption, external authentication, document,
  3. 所属分类:Communication

    • 发布日期:2017-05-18
    • 文件大小:4724811
    • 提供者:崔光辉
  1. Random-Variables

    0下载:
  2. C++语言实现各类分布的随机数,有均匀分布,正态分布,指数,瑞利,莱斯,泊松等分布。-Using C++ language to realize the various distribution of Random Variables
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:780
    • 提供者:刘珍
  1. GEOPCServerCode

    0下载:
  2. OPC服务器程序,固定频率产生随机数,提供多通道供客户端获取数据,入门级产品。-OPC server program, the fixed frequency of random numbers, to provide access to the data for the client, the entry-level products.
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:6604316
    • 提供者:zhaodan
  1. randnumerwithc

    0下载:
  2. 数字通信系统中的随机数生产程序,有泊松分布,正态分布,二项分布等,对研究学习数字通信原理的人有一定参考价值。-Digital communication systems random number generator, there is the Poisson distribution, normal distribution, binomial distribution, etc., to study the principles of learning digital communicati
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2285063
    • 提供者:曹艳伦
  1. 24points

    0下载:
  2. 能够产生随机数 然后运行24点程序也可以系统自动生成-run a 24points game
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3967
    • 提供者:shi156317
  1. generate-random-numberithm

    0下载:
  2. 用解析变换法产生指数分布的随机数 是课程设计的小例子-Analysis of transformation with an exponential distribution random number
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:2645
    • 提供者:sz2376
  1. COM-TESTER

    0下载:
  2. 串口调试程序。 vb.net2012下的可用。源码简单。好用。 能自动搜索可用的COM口,带有随机字串,随机数的自动发送。适合用来做模拟串口发送-Serial debugger.under vb.net2012 . Source simple. Easy to use. Can automatically search for available COM port with a random string, automatically sends a random number. Sui
  3. 所属分类:Communication

    • 发布日期:2017-05-05
    • 文件大小:112975
    • 提供者:Plum
搜珍网 www.dssz.com