搜索: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/519/305674.html
加密解密
Enclosed in this distribution are four projects: MD5DLLTest: Visual basic project which runs the
Enclosed in this distribution are four projects:
MD5DLLTest: Visual basic project which runs the MD5 test suite against a
MD5 DLL (see below).
VbMD5: A Visual Basic native MD5 message digest class based on the
RSA reference implementation.
md5DLL: A C project which g ...
https://www.eeworm.com/dl/cadence/ebook/426592.html
电子书籍
A combined space鈥搕ime block coding (STBC) and eigen-space tracking (EST) scheme in multiple-input-m
A combined space鈥搕ime block coding (STBC) and eigen-space tracking
(EST) scheme in multiple-input-multiple-output systems is
proposed. It is proved that the STBC-EST is capable of shifting
hardware complexity from the receiver to the transmitter without
any bit error rate (BER) ...
https://www.eeworm.com/dl/665/370814.html
matlab例程
This toolbox was designed as a teaching aid, which matlab is particularly good for since source cod
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should con ...
https://www.eeworm.com/dl/523/115914.html
数据库系统
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSetting ...
https://www.eeworm.com/dl/620/176287.html
Internet/网络编程
通用的jsp分页组件
通用的jsp分页组件,实例化后只需设置好各种属性,然后调用API即可得到已封装好“首页” “上一页”,“下一页”等分页操作的html表格String,直接在jsp页面中即可, 支持跳转到jsp和跳转到Action(struts架构)两种类型,支持单选或者多选列,支持传Vector 或者sql语句,支持数据库后端分页.... 具体 ...
https://www.eeworm.com/dl/686/215220.html
VC书籍
第一章涵盖了内建的数据型别
第一章涵盖了内建的数据型别,语言预先定义好的运算符、标准程序库中那个的vector和string类、条件语句和循环语句、输入和输出用的iostream库。第二章解释函数的设计和使用;第三章涵盖所谓的Standard Template Library;第四章讲述classes机制的设计和使用过程。第五章说明如何扩展classes;第六章的 ...
https://www.eeworm.com/dl/648/373183.html
单片机开发
The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc
The DHRY program performs the dhrystone benchmarks on the 8051.
Dhrystone is a general-performance benchmark test originally
developed by Reinhold Weicker in 1984. This benchmark is
used to measure and compare the performance of different
computers or, in this case, the efficien ...
https://www.eeworm.com/dl/633/383685.html
Java编程
在程序中需要使用到的字符串大致可以分为两大类
在程序中需要使用到的字符串大致可以分为两大类,一类是创建之后不需要做修改和变动的字符串常量,另一类则是创建之后需要添加,插入和修改等更改的字符串变量。在java中,对于字符串常量对象则使用String类,它提供了许多诸如比较(compareTo),查找(indexOf)之类的操作,而对于字符串变量对象则使 ...
https://www.eeworm.com/dl/654/313277.html
数据结构
一. 需求分析 1. 本程序的功能 接受用户的中文输入
一. 需求分析
1. 本程序的功能
接受用户的中文输入,用string 保存,能够按选定的数据结构设计相应的算法。当从乘车站到目的站存在多种乘车路线时,可以确定选取标准。例如,要求换车次数最少、经过站点最少等。
2. 输入形式
输入站名或本系统提供的站名所对应的序号
3. 输出的形式
输出按用户的选取 ...
https://www.eeworm.com/dl/564/33807.html
通信网络
基于码本映射的语音带宽扩展算法研究
在现代通信系统中,电话语音的频带被限制在300 Hz~4 kHz的范围内,带来了语音可懂度和自然度的降低。为了在不增加额外成本的前提下提高语音的可懂度和自然度,进行了电话语音频带扩展的研究。提出了一种改进的基于码本映射的语音带宽扩展算法:在码本映射的过程中,使用加权系数来得到映射码本。客观 ...