搜索结果

找到约 604 项符合 Number 的查询结果

按分类筛选

显示更多分类

技术资料 74LS290PC.pdf

英文描述: Replacement for Texas Instruments part number SN74LS290N. Buy from authorized manufacturer Rochester Electronics.
https://www.eeworm.com/dl/952023.html
下载: 4
查看: 4770

网络 接收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 ...
https://www.eeworm.com/dl/635/147009.html
下载: 115
查看: 1163

文章/文档 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 ...
https://www.eeworm.com/dl/652/255944.html
下载: 30
查看: 1093

编译器/解释器 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 ...
https://www.eeworm.com/dl/628/297260.html
下载: 24
查看: 1112

Internet/网络编程 -- ------------------------------------------------------------------------------------ -- DESCRIP

-- ------------------------------------------------------------------------------------ -- DESCRIPTION : Demultiplexer -- Width: 8 -- Number of terminals: 4 -- Output enable active: HIGH -- Output active : HIGH -- Download from : ...
https://www.eeworm.com/dl/620/465414.html
下载: 39
查看: 1074

Internet/网络编程 /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式

/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * ...
https://www.eeworm.com/dl/620/138719.html
下载: 56
查看: 1140

数据结构 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.
https://www.eeworm.com/dl/654/269264.html
下载: 198
查看: 1109

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.
https://www.eeworm.com/dl/619/441816.html
下载: 25
查看: 1221

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) % ...
https://www.eeworm.com/dl/665/303904.html
下载: 148
查看: 1193

微处理器开发 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 ...
https://www.eeworm.com/dl/655/315381.html
下载: 139
查看: 1084