搜索结果
找到约 139 项符合
IMPLEMENTs 的查询结果
按分类筛选
- 全部分类
- matlab例程 (19)
- 人工智能/神经网络 (13)
- Java编程 (9)
- 单片机开发 (8)
- 其他 (8)
- 微处理器开发 (6)
- 驱动编程 (5)
- 数学计算 (5)
- 加密解密 (5)
- 网络 (4)
- Linux/Unix编程 (4)
- 数据结构 (4)
- JavaScript (4)
- 文件格式 (4)
- Internet/网络编程 (3)
- 数值算法/人工智能 (3)
- Applet (2)
- 串口编程 (2)
- J2ME (2)
- Delphi控件源码 (2)
- 其他书籍 (2)
- 压缩解压 (2)
- 软件设计/软件工程 (2)
- 单片机编程 (1)
- 数据库系统 (1)
- 电子书籍 (1)
- USB编程 (1)
- Java书籍 (1)
- 其他行业 (1)
- 其他数据库 (1)
- SCSI/ASPI (1)
- VHDL/FPGA/Verilog (1)
- 书籍源码 (1)
- 文章/文档 (1)
- Windows CE (1)
- GPS编程 (1)
- CA认证 (1)
- 金融证券系统 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- SQL Server (1)
- 嵌入式/单片机编程 (1)
- 源码 (1)
- 技术资料 (1)
人工智能/神经网络 This code in this directory implements the binary hopfield network. Source code may be found in HOP
This code in this directory implements the binary hopfield network.
Source code may be found in HOPNET.CPP. A sample training file is
H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,
H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the
screen and a file, ARCHIVE.LST. ...
其他 This archive includes the Delphi component TScreenCapture (D3,D4,D5) that implements an interface t
This archive includes the Delphi component TScreenCapture (D3,D4,D5)
that implements an interface to the capture DLL of our screen capture
tool "T.N.T".
网络 LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards,
LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently.
It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, po ...
Linux/Unix编程 VB6 has two very useful string functions: Join and Split. This code implements Join and Split functi
VB6 has two very useful string functions: Join and Split. This code implements Join and Split functions using STL so that you can use them in your C++ programs
人工智能/神经网络 Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the so ...
数据结构 This code implements the shortest path algorithm via the simple scheme and fibonacci heap data struc
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
数据结构 This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative
This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.
单片机开发 FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest va
FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest values of the sequence of "in_buffer[10]"
驱动编程 This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. U
This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
数据结构 this package contains two .c files.One file implements the merge of two int arrays.The other one imp
this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.