搜索: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/859692.html
技术资料
string字符串转换为json格式串,json格式串转换为string字符串
string字符串转换为json格式串,json格式串转换为string字符串,vs2005可直接编译通过
https://www.eeworm.com/dl/650/181850.html
人工智能/神经网络
Aprior algorithm coded by the writer of aprior algorithm
Aprior algorithm coded by the writer of aprior algorithm
https://www.eeworm.com/dl/665/457945.html
matlab例程
matlab code to calculate the MUSIC algorithm(DOA algorithm)
matlab code to calculate the MUSIC algorithm(DOA algorithm)
https://www.eeworm.com/dl/648/466322.html
单片机开发
In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determ
In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it does not require factoring the two inte ...
https://www.eeworm.com/dl/654/172544.html
数据结构
定义一个字符串类String
定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String ...
https://www.eeworm.com/dl/650/203088.html
人工智能/神经网络
Language, Script, and Encoding Identification with String Kernel Classifiers
Language, Script, and Encoding Identification with
String Kernel Classifiers
https://www.eeworm.com/dl/633/268700.html
Java编程
String+Hibernate用户登陆小系统
String+Hibernate用户登陆小系统,功能实现:用户注册以及登陆。开发工具:MyEclipse+MySQL
https://www.eeworm.com/dl/534/415634.html
其他
在C++标准库<string>中
在C++标准库<string>中,没有直接提供去掉字符串首/尾/首尾/字串空格的方法,因此这里推荐实现该功能的代码。