搜索结果

找到约 12,493 项符合 Processing-A 的查询结果

VHDL/FPGA/Verilog 4. If a modified source code is distributed, the original unmodified -- source code must also be inc

4. If a modified source code is distributed, the original unmodified -- source code must also be included (or a link to the Free IP web -- site). In the modified source code there must be clear -- identification of the modified version.
https://www.eeworm.com/dl/663/131042.html
下载: 28
查看: 1131

人工智能/神经网络 Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning c

Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning continuous non linear mappings For more than two or three in puts and for more than a few thousand dat apoints the computational expense of pre dictions is daunting We discuss drawbacks with previous ...
https://www.eeworm.com/dl/650/131084.html
下载: 132
查看: 1234

微处理器开发 A simple C program to strobe the LEDsvia Port D. The strobe rate is to be set by adjusting the volta

A simple C program to strobe the LEDsvia Port D. The strobe rate is to be set by adjusting the voltage drop over a potentiometer that is sampled by an ADC.
https://www.eeworm.com/dl/655/131294.html
下载: 196
查看: 1136

单片机开发 本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动

本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动,采集40路模拟通道的数据,并以数据文件的形式存储在硬盘上,生成文本文件
https://www.eeworm.com/dl/648/131439.html
下载: 52
查看: 1083

数学计算 This is a program that will let you calculate roots with the Quadratic formula (including complex ro

This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
https://www.eeworm.com/dl/641/132107.html
下载: 79
查看: 1063

压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
https://www.eeworm.com/dl/617/132266.html
下载: 80
查看: 1050

压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t

In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
https://www.eeworm.com/dl/617/132267.html
下载: 157
查看: 1091

压缩解压 A

A
https://www.eeworm.com/dl/617/132269.html
下载: 37
查看: 1005

压缩解压 UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in

UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a c ...
https://www.eeworm.com/dl/617/132271.html
下载: 154
查看: 1064

其他 apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 199

apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 1993).<br> * Other than the standard apriori algorithm, this program enable to find<br> * apriori all relation.
https://www.eeworm.com/dl/534/132575.html
下载: 117
查看: 1109