搜索结果
找到约 604 项符合
Number 的查询结果
按分类筛选
- 全部分类
- 技术资料 (90)
- 书籍 (52)
- 其他 (38)
- matlab例程 (32)
- 数学计算 (28)
- 其他书籍 (23)
- Java编程 (22)
- 数值算法/人工智能 (19)
- 数据结构 (19)
- 单片机开发 (17)
- 单片机编程 (16)
- 人工智能/神经网络 (14)
- 文章/文档 (12)
- VC书籍 (12)
- Linux/Unix编程 (11)
- VHDL/FPGA/Verilog (9)
- 微处理器开发 (8)
- 电源技术 (6)
- 通讯/手机编程 (6)
- 电子书籍 (6)
- Internet/网络编程 (6)
- 通讯编程文档 (6)
- 嵌入式/单片机编程 (6)
- Delphi控件源码 (6)
- 模拟电子 (5)
- 可编程逻辑 (5)
- 编译器/解释器 (5)
- Java书籍 (5)
- 软件设计/软件工程 (5)
- 其他嵌入式/单片机内容 (5)
- DSP编程 (4)
- 加密解密 (4)
- 游戏 (4)
- 源码 (3)
- 论文 (3)
- 软件工程 (3)
- 通信网络 (3)
- 多国语言处理 (3)
- 文件格式 (3)
- 汇编语言 (3)
- J2ME (3)
- 交通/航空行业 (3)
- 系统设计方案 (3)
- SQL Server (3)
- 邮电通讯系统 (3)
- VIP专区 (3)
- 仿真技术 (2)
- 书籍源码 (2)
- 技术书籍 (2)
- ARM (2)
- 教程资料 (2)
- 压缩解压 (2)
- Applet (2)
- CA认证 (2)
- 其他行业 (2)
- 生物技术 (2)
- Windows Mobile (2)
- JavaScript (2)
- Jsp/Servlet (2)
- 认证考试资料 (2)
- 电路图 (1)
- 其他 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- 开关电源 (1)
- 数据库系统 (1)
- 开发工具 (1)
- Matlab (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 图形图像 (1)
- allegro (1)
- Proe教程 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- 磁盘编程 (1)
- *行业应用 (1)
- 企业管理 (1)
- 网络 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- uCOS (1)
- 嵌入式Linux (1)
- STL (1)
- Symbian (1)
- OA系统 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 并行计算 (1)
加密解密 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 ...
其他 The present LS-SVMlab toolbox contains Matlab/C implementations for a number of LS-SVM algorithms.
The present LS-SVMlab toolbox contains Matlab/C implementations for a number of LS-SVM algorithms.
数据结构 HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi
HDOJ ACM
input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers ...
其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t
Input
The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...
文件格式 This program don t special because it just can run some number,and I hope I can be a menber on this
This program don t special because it just can run some number,and I hope I can be a menber on this website
其他书籍 The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is
The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order
Number 245472), is part of a three-volume set that describes the architecture and programming
environment of all IA-32 Intel&reg Architecture processors.
The IA-32 Software Developer’s Manual, Volume 3, describes
the ...
数值算法/人工智能 spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick tree
spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick trees. Offline algorithm for queries
其他 Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.
Solve Sudoku(Game) quickly.
Just need a txt file with all of the number u have, then answer out.
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...
数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...