搜索结果
找到约 179 项符合
Random 的查询结果
按分类筛选
- 全部分类
- matlab例程 (21)
- 其他 (15)
- 汇编语言 (11)
- 数值算法/人工智能 (10)
- 数学计算 (9)
- 多国语言处理 (8)
- 人工智能/神经网络 (7)
- 书籍 (7)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (5)
- 其他书籍 (5)
- Java编程 (5)
- 单片机开发 (5)
- 数据结构 (4)
- 3G开发 (4)
- 加密解密 (4)
- 单片机编程 (3)
- DSP编程 (3)
- VC书籍 (3)
- 通讯/手机编程 (3)
- Linux/Unix编程 (3)
- 技术资料 (3)
- 学术论文 (2)
- 软件工程 (2)
- 文章/文档 (2)
- 电子书籍 (2)
- 邮电通讯系统 (2)
- Applet (2)
- 压缩解压 (2)
- 系统设计方案 (2)
- 开发工具 (1)
- 工控技术 (1)
- 测试测量 (1)
- 设计相关 (1)
- 文件格式 (1)
- Java书籍 (1)
- 游戏 (1)
- 其他行业 (1)
- Delphi控件源码 (1)
- 行业发展研究 (1)
- 书籍源码 (1)
- BREW编程 (1)
- 微处理器开发 (1)
- *行业应用 (1)
- SCSI/ASPI (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 技术教程 (1)
- 多媒体处理 (1)
- 存储器技术 (1)
3G开发 gmsk modulation of numerical data generated by a random source, the output of the modulator give two
gmsk modulation of numerical data generated by a random source, the output of the modulator give two signals, the first is gmsk signal and the other is gaussien frequency pulse shape
3G开发 This Simulink model simulates as an example the transmission and reception of random digital data mo
This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures the BER, affected by an AWGN channel.
编辑器/阅读器 Let X1,X2,...X10 be independent uniformly distributed Random vari- ables over [0 1] andY = X1 + X2
Let X1,X2,...X10 be independent uniformly distributed Random vari-
ables over [0 1] andY = X1 + X2 +.....+ X10.Generate the PDF and
pdf of Y
VC书籍 walk random process programmed in visual c++ 0.6
walk random process programmed in visual c++ 0.6
DSP编程 Hardware random number generators attempt to extract randomness directly from complex physical syst
Hardware random number generators attempt to extract
randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Physical Unclonable Functions, PUFs) to create a candid ...
加密解密 a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded s
a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asym ...
单片机开发 基于51单片机I2C总线及E2PROM多字节存储(page wirte)单个读(random read)
基于51单片机I2C总线及E2PROM多字节存储(page wirte)单个读(random read)
单片机开发 RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical mod
RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical model from a set of observed data which contains outliers. Source code is in Document
数据结构 遗传算法CUse time of day to feed the random number generator seed
遗传算法CUse time of day to feed the random number generator seed
技术教程 C#中的Random.Next方法
简单介绍了C#中的Random.Next方法,包括无参数,一个参数,以及两个参数的情况