-
算符优先函数
设计一个给定算符优先分析表,用有向图法构造算符优先函数的算法。...
算符优先函数
设计一个给定算符优先分析表,用有向图法构造算符优先函数的算法。-Operator to design a priority function given priority operator analysis table, and have to graph structure function operator priority algorithms.
- 2022-02-02 22:16:24下载
- 积分:1
-
推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现...
推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现-tuixiangzi
- 2022-02-01 17:00:12下载
- 积分:1
-
西电的VC++课上的几个通用模板,完全是可用的
西电的VC++课上的几个通用模板,完全是可用的-West electricity VC++ Class several generic template is completely available
- 2022-12-23 23:15:03下载
- 积分:1
-
linux核心数据结构
linux核心数据结构-core data structure
- 2022-04-14 15:19:11下载
- 积分:1
-
这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行....
这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.-This is a use of a variety of data sequencing procedures for ordering, scheduling time complexity of small, space complexity of small, fast order. Compressed including source files, then vc run.
- 2022-03-06 17:24:25下载
- 积分:1
-
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。...
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.
- 2023-05-05 08:40:03下载
- 积分:1
-
数据结构中,发现两个字符串中最大匹配的字符的相关程序
数据结构中,发现两个字符串中最大匹配的字符的相关程序-Data structure, we found two strings of characters in the biggest match of the relevant procedures
- 2022-01-30 18:26:52下载
- 积分:1
-
关于:
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download.
Author:
cruppstahl
- 2023-08-10 06:40:03下载
- 积分:1
-
一些数据结构源代码
一些数据结构源代码-some data structure source code
- 2022-02-03 18:29:28下载
- 积分:1
-
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
- 2022-11-05 05:15:02下载
- 积分:1