搜索:Random+Algorithm
找到约 1,409 项符合「Random+Algorithm」的查询结果
结果 1,409
按分类筛选
- 全部
- matlab例程 (158)
- 人工智能/神经网络 (106)
- 数学计算 (80)
- 加密解密 (73)
- 数值算法/人工智能 (55)
- 其他 (49)
- 技术资料 (48)
- 数据结构 (33)
- 压缩解压 (29)
- Java编程 (28)
- 其他书籍 (27)
- 通讯/手机编程 (19)
- 通讯编程文档 (17)
- 软件设计/软件工程 (17)
- 文章/文档 (16)
- 书籍源码 (14)
- Linux/Unix编程 (12)
- 单片机开发 (12)
- DSP编程 (11)
- 技术管理 (11)
- VHDL/FPGA/Verilog (10)
- 软件工程 (9)
- 多国语言处理 (9)
- 系统设计方案 (9)
- 电子书籍 (8)
- 文件格式 (8)
- JavaScript (6)
- 行业发展研究 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- CA认证 (5)
- 汇编语言 (5)
- 3G开发 (5)
- 书籍 (5)
- 驱动编程 (4)
- VC书籍 (4)
- 其他嵌入式/单片机内容 (4)
- *行业应用 (3)
- Applet (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- STL (3)
- 其他行业 (3)
- GPS编程 (3)
- 游戏 (2)
- 编译器/解释器 (2)
- 网络 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 学术论文 (1)
- 数据库系统 (1)
- 存储器技术 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- BREW编程 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/665/444521.html
matlab例程
Normalized Least mean square algorithm in matlab
Normalized Least mean square algorithm in matlab
https://www.eeworm.com/dl/687/445282.html
其他嵌入式/单片机内容
Position PID algorithm control motor by dsPIC
Position PID algorithm control motor by dsPIC
https://www.eeworm.com/dl/534/214049.html
其他
Driver to create flat random graphs and two forms of hierarchical graphs (N-level and transit-stu
Driver to create flat random graphs and two forms
of hierarchical graphs (N-level and transit-stub)
https://www.eeworm.com/dl/690/292399.html
邮电通讯系统
Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variab
Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean
Gaussian random variables independently (separately) for each k MATLAB function random.
https://www.eeworm.com/dl/646/469415.html
通讯编程文档
In this paper, the feasibility of replacing a chaos source by an equivalent digital pseudo-random ge
In this paper, the feasibility of replacing a chaos source by an equivalent digital pseudo-random generator realized using Linear Feedback Shift Register (LFSR) is studied. Particular emphasis is given on the digital implementation Piece-Wise Linear Affine Maps (PWAM). As an appl ...
https://www.eeworm.com/dl/701/470850.html
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
https://www.eeworm.com/dl/634/430667.html
Applet
This is the simple java random style generator. user can change the style, fill the style color.
This is the simple java random style generator. user can change the style, fill the style color.
https://www.eeworm.com/dl/626/475795.html
编辑器/阅读器
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
https://www.eeworm.com/dl/519/481912.html
加密解密
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/privat ...
https://www.eeworm.com/dl/633/444481.html
Java编程
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will ...