搜索结果
找到约 194 项符合
INCLUDED 的查询结果
按分类筛选
- 全部分类
- 其他 (14)
- 技术资料 (12)
- matlab例程 (10)
- 书籍 (9)
- 其他书籍 (8)
- Linux/Unix编程 (7)
- 嵌入式/单片机编程 (7)
- 单片机开发 (7)
- Delphi控件源码 (7)
- 压缩解压 (6)
- 人工智能/神经网络 (6)
- 单片机编程 (5)
- 电源技术 (4)
- Java编程 (4)
- USB编程 (4)
- VHDL/FPGA/Verilog (4)
- 其他嵌入式/单片机内容 (4)
- 可编程逻辑 (3)
- 驱动编程 (3)
- Internet/网络编程 (3)
- 手机短信编程 (3)
- 编译器/解释器 (3)
- 数学计算 (3)
- 汇编语言 (3)
- 微处理器开发 (3)
- DSP编程 (2)
- 加密解密 (2)
- 模拟电子 (2)
- 教程资料 (2)
- Applet (2)
- 其他数据库 (2)
- 通讯编程文档 (2)
- 嵌入式Linux (2)
- 数据结构 (2)
- Delphi/CppBuilder (2)
- Windows CE (2)
- Windows Mobile (2)
- 系统设计方案 (2)
- 源码 (1)
- 软件 (1)
- 无线通信 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 书籍源码 (1)
- 软件工程 (1)
- Matlab (1)
- 单片机 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 串口编程 (1)
- 游戏 (1)
- 磁盘编程 (1)
- uCOS (1)
- FlashMX/Flex源码 (1)
- TAPI编程 (1)
- JavaScript (1)
- VC书籍 (1)
- SQL Server (1)
- GPS编程 (1)
- 并行计算 (1)
- 认证考试资料 (1)
数值算法/人工智能 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. ...
编译器/解释器 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 ...
人工智能/神经网络 高效的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 ...
驱动编程 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 ...
编译器/解释器 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 ...
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 ...
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 ...
串口编程 // 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
// ...
其他 包括使用修正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 ...
嵌入式/单片机编程 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 ...