-
LZ77conbined_with_KMP_algorithm
LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。(LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.)
- 2007-04-01 20:27:17下载
- 积分:1
-
wengxueyanjiuzhushou
1、文本串非空且以文件形式存放,统计匹配的词集非空。文件名和词集均由用户从键盘输入;
2、“单词”定义:由字母构成的字符序列,中间不含空格字符且区分大小写;
3、待统计的“单词”在文本串中不跨行出现,它或者从行首开始,或者前置若干空格字符;
4、在计算机终端输出的结果是:单词,出现的次数,出现的位置所在行的行号,同一行出现两次的只输出一个行号;
5、测试数据:将实验的源程序作为测试文件,从中任意选取“单词”作为测试的词集。
( 1, a text string not empty and with the file form deposit, statistics matching word set not empty. The file name and word set all by users from keyboard input
2, the "words" definition: from letters constitute sequences of characters, and the space character among excluding case-sensitive
Three, to the statistics "words" in the text string not an inter-bank appear, it first started from line or, or lead some space character
4, on a computer terminal of the output result is: the words, in the frequency of, appear in the position of the line number did, with a line of output only twice in a line Numbers
5, test data: will the source program as the test files, to freely choose the "words" as a test of the word set.
)
- 2011-11-13 14:13:44下载
- 积分:1
-
tell the positive integers n is a Palindromic Number
告诉正整数n是一个回文数
- 2022-03-03 09:16:54下载
- 积分:1
-
OnlyYouKnow
账号管理软件,高等级加密。功能简单,但安全等级高(Account management software, high-grade encryption)
- 2014-02-23 13:07:15下载
- 积分:1
-
indkwect
This zip file provides a source for developing dialog boxes with stateful bars, toolbars, and toolbars in the vc platform
- 2018-12-24 01:31:40下载
- 积分:1
-
Desktop
说明: 多逆变器并联,PWM控制下逆变器等效阻抗,诺顿等效电路(Equivalent impedance of inverter)
- 2020-07-20 22:15:08下载
- 积分:1
-
非线性方程组解法
采用牛顿拉夫森迭代,对多元非线性方程组进行求解,其中用到最广泛的方法是基于雅克比矩阵的方法,对非线性方程组进行分节,通过数值分析的方法进行有限次的数值迭代,随后给出误差范围以及方程解收敛条件进行有限次的数值迭代,最终得到一个近似解,但是误差范围在允许之内的
- 2022-03-21 12:51:23下载
- 积分:1
-
C# 对组合查询后的结果进行升序、降序排序
C# 对组合查询后的结果进行排序,排序包括了升序、降序排列。查询到数据后,单击窗口中的对应按钮即可实现对应的排序操作,核心代码的编写有如下参考:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 年龄 AS 信息 FROM tb_Student UNION SELECT 总分 FROM tb_grade UNION SELECT 课程编号 FROM tb_course ORDER BY 信息 ASC");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-05-06 02:20:47下载
- 积分:1
-
ZB220GDNZ_PSR
ZB220GDNZ_PSR测控装置的IEC61850配置的icd文件(ZB220GDNZ_PSR of IEC61850)
- 2014-01-03 14:32:59下载
- 积分:1
-
MuteHook
说明: Hook进程静音,是非常好的代码,大家留意了(Hook process mute, is a very good code, you notice)
- 2020-06-22 16:00:01下载
- 积分:1