搜索结果

找到约 194 项符合 INCLUDED 的查询结果

数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve

This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
https://www.eeworm.com/dl/518/102977.html
下载: 150
查看: 1175

编译器/解释器 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co

CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs inc ...
https://www.eeworm.com/dl/628/140161.html
下载: 59
查看: 1215

人工智能/神经网络 高效的k-means算法实现

高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...
https://www.eeworm.com/dl/650/276954.html
下载: 200
查看: 1113

驱动编程 The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is c

The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification. Included in the kit is a PCI add-in card, Windows drivers, demonstration applications, and documentation of the hardware and software provided. The m ...
https://www.eeworm.com/dl/618/281351.html
下载: 35
查看: 1099

编译器/解释器 This project allows you to learn communication systems in greater depth. It contains the Simulink fi

This project allows you to learn communication systems in greater depth. It contains the Simulink files (*.mdl) which are block design files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM and Delta Modulation. The idea here is to impl ...
https://www.eeworm.com/dl/628/330669.html
下载: 131
查看: 1102

USB编程 This software package contains the USB framework core developped by ATMEL, as well as a CDC driver

This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - cdc/ -> Source code for the CDC driver -> Makefile ...
https://www.eeworm.com/dl/643/404575.html
下载: 191
查看: 1105

USB编程 This software package contains the USB framework core developped by ATMEL, as well as two HID driv

This software package contains the USB framework core developped by ATMEL, as well as two HID drivers for a mouse and a keyboard. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - hid/ -> Source code for the HID drivers -> Makefile ...
https://www.eeworm.com/dl/643/404577.html
下载: 170
查看: 1088

串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages

// This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to OnReceiveData . There is no need to free the memory // ...
https://www.eeworm.com/dl/624/302114.html
下载: 123
查看: 1084

其他 包括使用修正Gram-Schmit算法实现QR分解

包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse p ...
https://www.eeworm.com/dl/534/342748.html
下载: 118
查看: 1125

嵌入式/单片机编程 This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (

This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the GUI without much hassle (see instructions in the accompanying readme.txt file). Additional ...
https://www.eeworm.com/dl/647/364503.html
下载: 129
查看: 1089