搜索资源列表
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
dictionary-tree-soursecode
- 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!
huff_file
- 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
huff_file
- 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
dictionary-tree-soursecode
- 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!-This code is the dictionary tree realize the source code, the dictionary is a tree data structure, it can be achieved on a variety of w
Binary_Tree
- Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/
search-related
- ac自动机,kmp,字典树trie,使用的一些搜索相关的参考实现代码,-ac automatic machine reference implementation code
64832694Trie
- trie树的代码,实现字典树的安装和查找-Trie tree code to achieve the installation and search dictionary tree
dictionarytree
- 利用huffman字典树,对输入语句单词进行统计(Use the Huffman dictionary tree to count the input statement words)
通用Winform模板
- 界面生成器 常用的管理系统界面包括: 1.列表-->弹出编辑 2.列表(左/上)-->编辑(右/下) 3.树型-->列表-->弹出编辑 4.树型-->列表(左/上)-->编辑(右/下) ...等多种情况. 本系统使用winform的绑定机制应用以上模板及对应数据表(视图)实现动态代码生成,直接生成模式类,数据类及窗体类(一个或多个).此时,代码可直接编译. 后续需要做的工作就是应用winform开发自