搜索结果
找到约 135 项符合
found 的查询结果
按分类筛选
- 全部分类
- 其他 (16)
- 人工智能/神经网络 (10)
- 书籍 (10)
- matlab例程 (9)
- Linux/Unix编程 (7)
- 文章/文档 (5)
- Java编程 (4)
- 数值算法/人工智能 (3)
- 数学计算 (3)
- 编译器/解释器 (3)
- VC书籍 (3)
- 其他书籍 (3)
- 汇编语言 (3)
- 游戏 (3)
- 软件设计/软件工程 (3)
- 单片机编程 (2)
- 无线通信 (2)
- 串口编程 (2)
- GPS编程 (2)
- 系统设计方案 (2)
- 微处理器开发 (2)
- 软件工程 (2)
- 单片机开发 (2)
- Delphi控件源码 (2)
- 压缩解压 (2)
- VHDL/FPGA/Verilog (2)
- 行业应用文档 (1)
- 多媒体处理 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 生物技术 (1)
- Internet/网络编程 (1)
- 网络 (1)
- 嵌入式Linux (1)
- 书籍源码 (1)
- 技术管理 (1)
- Windows CE (1)
- Java书籍 (1)
- 数据结构 (1)
- 并行计算 (1)
- 其他数据库 (1)
- *行业应用 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- Jsp/Servlet (1)
- 加密解密 (1)
- 能源行业(电力石油煤炭) (1)
- 嵌入式/单片机编程 (1)
- Delphi/CppBuilder (1)
- 认证考试资料 (1)
- 习题答案 (1)
- 技术资料 (1)
串口编程 CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...
matlab例程 ICA can be used in brain activation studies to reduce the number of dimension and filter out indepen
ICA can be used in brain activation studies to reduce the number of dimension and filter out independent and interesting activations. This demonstration shows two studies. One provided by Hvidovre Universitets Hospital, Denmark, that consists of fMRI scannings of humans. Another provided by the EU s ...
人工智能/神经网络 LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network.
LVQ学习矢量化算法源程序
This directory contains code implementing the Learning vector quantization
network. Source code may be found in LVQ.CPP. Sample training data is found
in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
LVQ program accepts input consisting of vectors ...
GPS编程 Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as
Unzip this file into a writeable directory.
You should end up with a "Geocode" project, as well as Bitmaps and TestData directories.
This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile.
The point data sh ...
Internet/网络编程 See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden
See Appendix B for a description of the programs included
on this companion disk. RESOURCE.WRI identifies other books
and resources for Internet programming. WEBHELP.HLP contains
an introduction to the World Wide Web. TCPMAN.HLP provides
detailed instructions to help you use the Trumpet Winsock
incl ...
数学计算 Expert Choice represents a significant contribution to the decision making process 工t assists a deci
Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the expertise of the decision maker , not the computer . ...
汇编语言 This file were downloaded from the Programmers Heaven CD-Rom. More information about this CD-Rom c
This file were downloaded from the Programmers Heaven CD-Rom.
More information about this CD-Rom can be found at the following WWW pages:
http://www.algonet.se/~synchron http://www.infomagic.com
synchron@algonet.se orders@infomagic.com
系统设计方案 This application note describes a method for developing block-oriented I/O device drivers for appli
This application note describes a method for developing block-oriented I/O device drivers
for applications that use the DSP/BIOS real-time kernel and includes examples that run
with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and
TMS320C6711 DSP Starter Kits (DSKs). The device dri ...
数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
其他 4. 建立一个有序的顺序表(10
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.