-
使用VB+Arcengine,实现了最短路径的分析功能。
使用VB+Arcengine,实现了最短路径的分析功能。-The use of VB+ Arcengine, the implementation of the shortest path analysis.
- 2022-07-22 18:29:22下载
- 积分:1
-
串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ab...
串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。-Strings of KMP algorithm, no backtracking pattern matching is the most representative of the KMP algorithm. It is based on a model of their own characters by distribution analysis of eigenvectors generated model shows that P = aab match S = ababbaabaa the KMP algorithm optimization process.
- 2022-03-19 16:46:38下载
- 积分:1
-
此程序包括三部分,通讯,数据库,和界面设计。是一个常用的工业测控用的程序。...
此程序包括三部分,通讯,数据库,和界面设计。是一个常用的工业测控用的程序。-This procedure consists of three parts, communications, databases, and interface design. Is a commonly used in industrial monitoring and control proceedings.
- 2023-06-12 01:10:03下载
- 积分:1
-
Its about data structure Tr
Its about data structure Tr-Its about data structure Tree
- 2023-05-11 23:40:04下载
- 积分:1
-
Realizes the compartment dispatch with the stack form,The train entrance compart...
用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n-Realizes the compartment dispatch with the stack form,The train entrance compartment sequence serial number is 1 to n
- 2022-05-15 19:35:41下载
- 积分:1
-
哈弗曼编码/译码系统
设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。1.初始化。任意读入一个ASCII编码的文件,统计数据,建立哈夫曼树。2.编码。利用已建立的哈夫曼树给出每个字符的哈夫曼编码。3.图形化输出哈夫曼树中各结点以及哈夫曼编码。4.译码。利用已建立的哈夫曼树对输入文件进行译码并存储为.huf压缩文件。5.反译码。将huf文件译码为ASCII编码的txt文件,与原txt文件进行比较。
- 2022-03-09 20:49:57下载
- 积分:1
-
- 2022-04-28 07:23:49下载
- 积分:1
-
vc developed to detect the secondary hash algorithm, the data structure learners...
vc开发的二次探测在散列算法,学习数据结构的学习者看看吧!! -vc developed to detect the secondary hash algorithm, the data structure learners see! !
- 2023-06-28 21:45:03下载
- 积分:1
-
数据库租赁 DVD
这是我的功课,与我的朋友。此示例数据库从 dvd 出租店。有 6 个实体,有一个关系 N N,N-1,执行查询,子查询,函数、 包,过程中,光标和触发器。
- 2023-07-12 15:30:09下载
- 积分:1
-
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员...
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员经过将所有编号为3倍数的房门打开的关上,关闭的打开。依此类推;输入一个100以内的正整数N,输出第N服务员经过之后,所有房间的状态。-a basic algorithm! An existing 100 hotel rooms, followed by No. 1-100, after an attendant, all rooms will be closed; Second attendants after all No. 2 in multiples door open; Third attendants after all No. 3 multiples of the open door is shut, Guan the opening closed. XII; The importation of a hundred within the positive integer N, N output after attendants, all rooms in the state.
- 2022-03-24 18:35:44下载
- 积分:1