搜索结果

找到约 13,602 项符合 A-X 的查询结果

编译器/解释器 The Small C compiler translates a subset of the C language into assembly language. It runs under P

The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to mai ...
https://www.eeworm.com/dl/628/138510.html
下载: 81
查看: 1077

单片机开发 TLC0831A8位A/D转换器(C语言驱动程序)

TLC0831A8位A/D转换器(C语言驱动程序)
https://www.eeworm.com/dl/648/138518.html
下载: 104
查看: 1069

数学计算 Free C++ toolkit to facilitate Monte-Carlo simulation. This is a library covered under the LGPL. "MC

Free C++ toolkit to facilitate Monte-Carlo simulation. This is a library covered under the LGPL. "MCS-libre" stands for "Monte Carlo Simulation - libre". Documentation and examples are provided. 这是一个免费的用于简化Monte-Carlo模拟的C++工具包。这是一个遵守LGPL协议的库。"MCS-libre"代表"Monte Carlo ...
https://www.eeworm.com/dl/641/138685.html
下载: 192
查看: 1072

Java编程 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类

意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 ...
https://www.eeworm.com/dl/633/138718.html
下载: 154
查看: 1066

单片机开发 motorola 单片机 A/D转换

motorola 单片机 A/D转换, 单片机异步串行通信
https://www.eeworm.com/dl/648/138785.html
下载: 128
查看: 1074

人工智能/神经网络 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement s

自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) Adaptive Linear Network (ADA ...
https://www.eeworm.com/dl/650/138838.html
下载: 34
查看: 1056

Linux/Unix编程 BoboMail is a so called webmail application, which provides mail access through a web interface. It

BoboMail is a so called webmail application, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and is implemented in Python BoboMail是一个webmail应用程序,它提供通过一个web接口的邮件访问。它可以正确处理MIME消息(包括HTML邮件),用Python实现 ...
https://www.eeworm.com/dl/619/138908.html
下载: 114
查看: 1049

其他书籍 This article is a very simple introduction writing a Windows Form application for the Microsoft.NET

This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of ...
https://www.eeworm.com/dl/542/138964.html
下载: 160
查看: 1049

数值算法/人工智能 用Burg算法估计AR模型参数

用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 ...
https://www.eeworm.com/dl/518/139033.html
下载: 55
查看: 1120

数值算法/人工智能 计算ARMA(p

计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量, ...
https://www.eeworm.com/dl/518/139034.html
下载: 80
查看: 1059