搜索结果
找到约 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)
技术资料 74LS290PC.pdf
英文描述: Replacement for Texas Instruments part number SN74LS290N. Buy from authorized manufacturer Rochester Electronics.
网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If response.Substring(0, 3 ...
文章/文档 Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim
Traveling Salesman Problem (TSP) has been an interesting problem for a long
time in classical optimization techniques which are based on linear and nonlinear
programming. TSP can be described as follows: Given a number of cities to visit
and their distances from all other cities know, an optimal tra ...
编译器/解释器 Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is i
Exuberant Ctags is a multilanguage reimplementation of the much-underused
ctags(1) program and is intended to be the mother of all ctags programs. It
generates indexes of source code definitions which are used by a number of
editors and tools. The motivation which drove the development of Exuberant
...
Internet/网络编程 -- ------------------------------------------------------------------------------------ -- DESCRIP
--
------------------------------------------------------------------------------------
-- DESCRIPTION : Demultiplexer
-- Width: 8
-- Number of terminals: 4
-- Output enable active: HIGH
-- Output active : HIGH
-- Download from : ...
Internet/网络编程 /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式
/**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* ...
数据结构 the FXT library: fast transforms and low level algorithms. The package contains many algorithms for
the FXT library: fast transforms and low level algorithms. The package contains many algorithms for programmers: bit manipulation, fast othogonal transforms, arithmetic and number theory algorithms.
Linux/Unix编程 VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing
VLSi KL partitioning Algorithm based programme for 100 nodes.
It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...
微处理器开发 This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not writ
This code is described in "Computational Geometry in C" (Second Edition),
Chapter 8. It is not written to be comprehensible without the
explanation in that book.
Prints out one arm configuration to reach given target.
Assumes number of links >= 3.
Input:
nlinks Number of links
L1 L2 ... Ln Link l ...