搜索:path+algorithm
找到约 1,417 项符合「path+algorithm」的查询结果
结果 1,417
按分类筛选
- 全部
- matlab例程 (156)
- 人工智能/神经网络 (104)
- 数学计算 (78)
- 加密解密 (70)
- 数值算法/人工智能 (50)
- 其他 (49)
- 技术资料 (45)
- 数据结构 (36)
- Java编程 (30)
- 压缩解压 (27)
- 其他书籍 (26)
- 软件设计/软件工程 (19)
- 通讯/手机编程 (17)
- 书籍源码 (14)
- 文章/文档 (14)
- Linux/Unix编程 (13)
- 通讯编程文档 (13)
- 技术管理 (12)
- DSP编程 (9)
- 单片机开发 (9)
- VHDL/FPGA/Verilog (9)
- 软件工程 (8)
- 文件格式 (8)
- 系统设计方案 (8)
- 电子书籍 (7)
- 操作系统开发 (6)
- 汇编语言 (6)
- JavaScript (6)
- 行业发展研究 (6)
- 驱动编程 (5)
- CA认证 (5)
- 其他嵌入式/单片机内容 (5)
- 书籍 (5)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- STL (3)
- VC书籍 (3)
- GPS编程 (3)
- 游戏 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 网络 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 邮电通讯系统 (2)
- 并行计算 (2)
- 3G开发 (2)
- 源码 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 教程资料 (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 微处理器开发 (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Windows CE (1)
- Oracle数据库 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/684/448244.html
软件设计/软件工程
This contribution provides functions for finding an optimum parameter set using the evolutionary alg
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set min ...
https://www.eeworm.com/dl/882284.html
技术资料
C++写的DTMF算法
·详细说明:C++写的DTMF算法,内含一个pcm数据文件,读入文件并分析按键-c writes the DTMF algorithm, contains a pcm data file, the read-in document and the analysis pressed key。文件列表: DTMF ....\DTMF.cpp ....\DTMF.
https://www.eeworm.com/dl/534/370774.html
其他
We propose a technique that allows a person to design a new photograph with substantially less effo
We propose a technique that allows a person to design a new photograph
with substantially less effort. This paper presents a method that generates a composite image when a user types
in nouns, such as “boat” and “sand.” The artist can optionally design an intended image by sp ...
https://www.eeworm.com/dl/700/462334.html
MTK
MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix
MTK flash TOOL源程序代码
========== FlashTool v3.1.05 (2007/05/15) =======
Bug fixes:
1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size.
2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM.
New features:
1. ...
https://www.eeworm.com/dl/618/231546.html
驱动编程
MSYS在windows下模拟了一个类unix的终端
MSYS在windows下模拟了一个类unix的终端,它带有一些unix终端下常用的工具,如ls、tail、tar,其实它是相应unix/linux工具的windows版,而且它的环境会继承windows的一些系统变量,如path,如果windows下装有ruby、rails,在它的环境里同样都可以直接运行
至于如何使用,大家自己慢慢试吧 ...
https://www.eeworm.com/dl/628/235245.html
编译器/解释器
This package consists of the executable (UCW), a default script file, this file, and the library fi
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its path information ( use folder names ...
https://www.eeworm.com/dl/628/235247.html
编译器/解释器
Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default script
Welcome to UnderC version 1.2.9w
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its p ...
https://www.eeworm.com/dl/666/378628.html
Delphi控件源码
Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation:
Purpose:
--- --
This component is used for capturing staff from AVI to BMP.
Installation:
-------------
Extract the compiled units into your Lib directory or into
another directory that is listed in the Library path in your Delphi options.
Choose file AVIcap.dcu for registe ...
https://www.eeworm.com/dl/534/230046.html
其他
This the implementation of structural SVM for training complex alignment models for protein sequence
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles ...
https://www.eeworm.com/dl/518/289146.html
数值算法/人工智能
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error f ...