|
特别提示
源码搜搜是一个自动搜索中英文源码的搜索引擎,所以,请仔细阅读搜索到的英文源代码,它们和您的想要的中文有很大的关联。
另外,为了保证您得到最全面的结果,建议您直接搜索中文。
暂不支持繁体中文,请谅解!
相关搜索
200万中文源码搜索
站内搜索
友情赞助
|
Trie Tree C++实现的字典树 2009年08月18日 飞飞雨 热心分享 VC++ 实现数据结构书中常说的字典树。欢迎大家下载,一起讨论。 源码下载: code/Trie_Tree.aspx The abstract data type "dictionary"... Dozens of different data structures have been proposed for ... In practice, it is more important to avoid using a bad data structure than to identify the single best op... KB/recipes/CharacterNodeTree.aspx RangeSet: A Low-Memory Set Data Structure for IntegersA "set" type data structure in C# with basic logical operators.Download source files - 21.5 Kb
Download demo project - 5.32 Kb
Introduction
I was recently challenged by a co-worker (and recent . KB/recipes/dotnetset.aspx Download source files - 926 Kb
Download demo project - 54 Kb
Get the latest version at A TST is a fast and memory efficient data structure for implementing a string dictionary. KB/recipes/tst.aspx why don't you finish that dictionary project today? Bob: ...dictionary generic collection is a nice data structure to use. Very often, KB/cs/MultiKeyDictionary.aspx extension of the Scripting.Dictionary object written in pure ...write code to serialize the whole of a data-structure at once....serialization is to store the changes to a data structure to disk. KB/vbscript/VBScriptTransDict.aspx article on the implementation of a dictionary where everything is ... Trie, being a tree based data structure, is the most popular answer for this. KB/string/CDictionaryLite.aspx A dictionary engine for use in applications requiring spell checking...
Dictionary Structure
Words are stored in a tree, KB/recipes/spelldictionary.aspx string, T> interface and is 57% faster than a Dictionary<string, T> at a task described below,...StringTreeDictionary object represents a node of a tree structure. KB/collections/string_tree_dictionary.aspx Nimble dictionary is a light weighted implementation of a dictionary. It hides the details of a multi-branch tree structure of dictionary and has a very simple interface. projects/nimbledict/ An article on creating a custom key to use with a dictionary....Int32 structure:
public int GetHashCode() { return this; KB/cs/dictionary_customkey.aspx The implementation of an English Dictionary using Ternary Search Trees..., etc. It is understandable, that these words should present in the tree structure.
We have another output field called “Meaning”, KB/cpp/EnglishDictionary.aspx C++实现的O(1)时间快速链表源代码 Fast List Data Structure Source Code 2008年03月04日 C++, VC8.0, Windows, .NET, code/Fast-Link-List.aspx Matlab下数据结构变量与XML互换工具箱 Conversion of MATLAB data types to XML ...The XML Toolbox converts MATLAB data structures of any level ...converts these into a Matlab structure. code/XML-Write-Read.aspx A template macro based data structure and algorithm library written entirely in ANSI C. Built on a philosophy of emphasizingA template macro based data structure and algorithm library written entirely in ANSI C. projects/tdsl/ Data Structure Tester is an OCaml application for multiple testing of various data structures (also written in other lanages, like C or C++). projects/ocaml-tester/ A public domain C data structure library, including dynamic arrays, binary search trees, hash tables, disjoint-set data structures, projects/kompimi-cdsl/ Simple Binary Data Structure is a compact and portable data representation library for object serialization,Simple Binary Data Structure is a compact and portable data representation library for object serialization, projects/sbds/ This article presents a set data structure, the RangeSet.Download source - 17 Kb
Introduction
A set is a collection where each value appears at most once. KB/recipes/rangeset.aspx The JavaScript Data Structure Toolkit is a collection of data structures written in JavaScript.The JavaScript Data Structure Toolkit is a collection of data structures written in JavaScript. projects/js-dst/ |