搜索结果
找到约 98 项符合
Numbers 的查询结果
按分类筛选
- 全部分类
- Java编程 (12)
- 数学计算 (9)
- 数值算法/人工智能 (8)
- matlab例程 (8)
- 加密解密 (7)
- 其他 (6)
- 书籍 (5)
- 数据结构 (4)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 汇编语言 (3)
- 通信网络 (2)
- 电子书籍 (2)
- 书籍源码 (2)
- 单片机开发 (2)
- 软件设计/软件工程 (2)
- 数据库系统 (1)
- 人工智能/神经网络 (1)
- 压缩解压 (1)
- VC书籍 (1)
- 其他书籍 (1)
- Windows CE (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- 其他嵌入式/单片机内容 (1)
- CA认证 (1)
- 微处理器开发 (1)
- *行业应用 (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 接口技术 (1)
- 技术资料 (1)
- VIP专区 (1)
其他 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
Java编程 This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 2
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228).
Developers around the world, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers.
However, with JAX-WS 2.0 A ...
软件设计/软件工程 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.
技术管理 simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri
simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server bas ...
其他 Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the ...
数学计算 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 ...
数值算法/人工智能 Maya Calendar During his last sabbatical, professor M. A. Ya made a surprising discovery about the
Maya Calendar
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long ...
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 be generated at time ...
数学计算 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.