搜索结果
找到约 108 项符合
NUMBERS 的查询结果
按分类筛选
- 全部分类
- Java编程 (12)
- 技术资料 (10)
- 数学计算 (9)
- 数值算法/人工智能 (8)
- matlab例程 (8)
- 加密解密 (7)
- 其他 (6)
- 书籍 (5)
- 单片机编程 (4)
- 数据结构 (4)
- 汇编语言 (3)
- VHDL/FPGA/Verilog (3)
- 书籍源码 (2)
- 通信网络 (2)
- 电子书籍 (2)
- 单片机开发 (2)
- 软件设计/软件工程 (2)
- 接口技术 (1)
- 数据库系统 (1)
- 其他书籍 (1)
- 压缩解压 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- CA认证 (1)
- 技术管理 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- VIP专区 (1)
技术资料 期刊论文:Tracking Large Variable Numbers of Objects in Clutter [
·Tracking Large Variable Numbers of Objects in Clutter [cvpr07]
数值算法/人工智能 The GNU MP Bignum Library
The GNU MP Bignum Library,非常好用的大数运算库,GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
VHDL/FPGA/Verilog This build is for developing a "binary-to-BCD" converter for use in // displaying numerals in base-
This build is for developing a "binary-to-BCD" converter for use in
// displaying numerals in base-10 so that people can read and interpret the
// numbers more readily than they could if the numbers were displayed in
// binary or hexadecimal format. Also, a "BCD-to-binary" converter is
// tested in ...
数值算法/人工智能 Distribution generator Here is a simple generator which can build some distributions with given pro
Distribution generator
Here is a simple generator which can build some distributions with given properties.
Distributions generator (compile with -lm)
Typical use might be:
./distributions -u -m 1 -M 10 -n 100 -s 500
Generates a distribution of 100 uniform random numbers between 1 and 10, such that ...
软件设计/软件工程 You use variables in your program to hold data which may be in different type, such as characters, n
You use variables in your program to hold data which may be in different type, such as characters, numbers, date and time etc.
数学计算 This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (<
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=,
Java编程 This is a Java library for performing floating-point calculations on small devices such as mobile p
This is a Java library for performing floating-point calculations on
small devices such as mobile phones which lack native support for
floating-point numbers.
其他 Program uses a 2-D dynamic array to store any number of sets of randomly generated LOTO 6/49 numbe
Program uses a 2-D dynamic array to store any
number of sets of randomly generated LOTO 6/49 numbers.
Simulation signed Lotto
数学计算 A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer arra
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer array from lowest to highest and then checks if two numbers in the array added with eachother equals another integer.