搜索:string+algorithm
找到约 1,495 项符合「string+algorithm」的查询结果
结果 1,495
按分类筛选
- 全部
- matlab例程 (149)
- 人工智能/神经网络 (102)
- 数学计算 (77)
- 加密解密 (75)
- 其他 (53)
- 数值算法/人工智能 (51)
- 技术资料 (46)
- Java编程 (43)
- 数据结构 (36)
- 其他书籍 (29)
- 压缩解压 (28)
- 软件设计/软件工程 (18)
- 通讯/手机编程 (16)
- Linux/Unix编程 (16)
- 通讯编程文档 (15)
- 文章/文档 (15)
- 书籍源码 (14)
- 技术管理 (11)
- 单片机开发 (10)
- JavaScript (10)
- DSP编程 (9)
- 电子书籍 (9)
- 文件格式 (9)
- 汇编语言 (9)
- VHDL/FPGA/Verilog (9)
- 驱动编程 (8)
- 系统设计方案 (8)
- 软件工程 (7)
- 行业发展研究 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- 多国语言处理 (5)
- CA认证 (5)
- STL (5)
- Delphi控件源码 (5)
- 其他嵌入式/单片机内容 (5)
- 编译器/解释器 (4)
- 网络 (4)
- VC书籍 (4)
- *行业应用 (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- J2ME (3)
- 其他行业 (3)
- Symbian (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- 书籍 (3)
- 数据库系统 (2)
- Internet/网络编程 (2)
- 游戏 (2)
- 微处理器开发 (2)
- 家庭/个人应用 (2)
- 中间件编程 (2)
- SQL Server (2)
- 并行计算 (2)
- 源码 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- Modem编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 金融证券系统 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- BREW编程 (1)
- 生物技术 (1)
- Windows CE (1)
- Oracle数据库 (1)
- RFID编程 (1)
- 3G开发 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/652/217124.html
文章/文档
quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation re
quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation result
https://www.eeworm.com/dl/650/182374.html
人工智能/神经网络
UMDA. a kind of estimation of distribution algorithm , which is the improvement of genetic algorithm
UMDA. a kind of estimation of distribution algorithm , which is the improvement of genetic algorithm
https://www.eeworm.com/dl/641/427060.html
数学计算
Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?
Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?
https://www.eeworm.com/dl/619/148430.html
Linux/Unix编程
一个很好的string类,类似与Windows 下CString
一个很好的string类,类似与Windows 下CString
https://www.eeworm.com/dl/633/214299.html
Java编程
package youxiangtu import java.io.* public class YXTu{ static public void main(String[] args){
package youxiangtu
import java.io.*
public class YXTu{
static public void main(String[] args){
https://www.eeworm.com/dl/674/341426.html
Windows CE
16位string与16的byte数组间的转换
16位string与16的byte数组间的转换,可以作为嵌入式数据读写中使用
https://www.eeworm.com/dl/542/438625.html
其他书籍
Learn how to: * Tokenize a null-terminated string * Create a search and re
Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, q ...
https://www.eeworm.com/dl/534/372936.html
其他
Simple test crc16, crc32 check, you can document, a simple string of detection!
Simple test crc16, crc32 check, you can document, a simple string of detection!
https://www.eeworm.com/dl/626/453334.html
编辑器/阅读器
This is a pdf file about string matching. Hope u guys enjoy it...
This is a pdf file about string matching. Hope u guys enjoy it...
https://www.eeworm.com/dl/666/462965.html
Delphi控件源码
unit pinyinfunction //汉字拼音相关的函数定义单元 Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换
unit pinyinfunction //汉字拼音相关的函数定义单元
Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换成拼音首字母(大写)
function GetPYIndexChar(hzchar: string):char //将一个汉字转化成拼音首字母(大写) ...