搜索结果
找到约 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)
人工智能/神经网络 本人编写的incremental 随机神经元网络算法
本人编写的incremental 随机神经元网络算法,该算法最大的特点是可以保证approximation特性,而且速度快效果不错,可以作为学术上的比较和分析。目前只适合benchmark的regression问题。
具体效果可参考
G.-B. Huang, L. Chen and C.-K. Siew, “Universal Approximation Using Incremental Constructive Feedforward Networ ...
matlab例程 PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std ...
VHDL/FPGA/Verilog The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until ...
单片机开发 Quality control of production has always been a necessity in stainless steel mills. The users of st
Quality control of production has always been a necessity
in stainless steel mills. The users of stainless
steel set ever-increasing requirements on product
quality. Many material properties can still only be
measured in laboratory but more and more measurements
are now made on-line during the produ ...
其他 AutoSitePasswords is a users admin tool for Apache web server. AutoSitePasswords keeps the users da
AutoSitePasswords is a users admin tool for Apache web server.
AutoSitePasswords keeps the users database and allows to append, edit,
delete and search the users records. AutoSitePasswords allows to generate
the random login/password serieses. AutoSitePasswords makes the Apache
passwords files. The ...
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
其他 CDMA 的仿真程序
CDMA 的仿真程序,Frequency Hopping Spread Spectrum,Random frequency hopps to form a spread signal
微处理器开发 200-MHz ARM920T Processor • 16-kbyte Instruction Cache • 16-kbyte Data Cache •
200-MHz ARM920T Processor
&#8226 16-kbyte Instruction Cache
&#8226 16-kbyte Data Cache
&#8226 Linux&reg , Microsoft&reg Windows&reg CE-enabled MMU
&#8226 100-MHz System Bus
&#8226 MaverickCrunch&#8482 Math Engine
&#8226 Floating Point, Integer, and Signal Processing
Instructions
&#8226 Opt ...
数学计算 program which uses hashing techniques for storing and retrieving the data. Input to the program:
program which uses hashing techniques for storing and retrieving the data.
Input to the program: Some random numbers. Input will be from a file.
Output: First the program reads all the input and store it properly using some hash techniques.
Once your program reads the complete input,it waits for ...
J2ME 1. 创建一个独立的线程类
1. 创建一个独立的线程类,优化游戏的状态控制;
2. Random类的应用;
3. 对象数组的应用。