搜索资源列表
card24
- 可以进行分数的24点运算的,因为里面还额外实现了一个分数类。24点必须用VC编译,GCC编译会有问题,这个bug当时没找出来。可能是默认堆栈大小的问题。这个程序从我现在看来,写得很差。-can score 24 points in computing, because it has achieved an additional category scores. 24 points to be compiled with VC, the GCC compiler will create probl
2006102410
- 表达式求值,c语言,有运行bug,可供研究使用。-expression evaluates, c language, and running bug, available for study.
infix-Postfix
- 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
kongjianhoufangjiaohui
- giser--lu 的空间后方交会算法有写bug ,本人该过后上传
js2000
- 停车场源代码。集成了很多功能,市场运行多年,可些BUG较多,不过很多算法值得学习
BiTree
- BiTree 实现二叉树的基本功能,创建,先序、中序、后序、层序遍历,查找双亲和孩子节点,插入删除节点,功能很完善; 调试了很久,基本没有bug了,不敢保证,如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse
HuffmanTree_Code
- HuffmanTree_code 哈夫曼树的定义及存储;哈夫曼树的构造;哈夫曼编码的生成。 调试了很久,基本没有bug了,如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse
TopologicalSort
- 数据结构的拓扑排序算法,很形象,用c语言编成,非常的不错,值得推荐,基本无bug-data structures topological sorting algorithm, the image was used c language composition, very good, worthy of recommendation, the basic bug -
JOSPHS
- 采用带头结点的约瑟夫算法,存储结构采用单链表结构,无bug-using lead node Joseph algorithm, a single storage structure Chain structure, no bug
Greed
- 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
2_3_tree
- 23tree的完整实现,提供了网上找不到的删除算法,严格测试,可读性较差。删除如有bug请与作者联系。-23tree complete, providing an online algorithm can not find the deletion, rigorous testing, poor readability. Remove any bug, please contact the author.
JsonLib
- 解释json格式的类,我添加了支持UNICODE文本,并修改了一些bug-Json format to explain the class, I added support for UNICODE text, and revised a number of bug
main
- 百度之星2009初赛第一场第一题,满分程序-Baidu Astar 2009 1.1.1 without bug
TestNEWACBM2.0
- NewACBM 但是ACBM有两个问题要解决: 1:对于多个一样的key,只能返回最后一个。 2:同一个规则在数据中多次,则都返回 这两条都不满足目前的要求。必须改。在不更改acbm算法的前提下,更改外包类 第一个问题通过在初始化解决,记住相同key之间的关系。匹配后再将相同key对应的其他key编号返回u 第二个问题,对于ACBM返回的规则,进行去重 顺序:去重后,再将相同key所对应的编号返回 NewACBM 2.0 修改了前面的bug:当clean
barbershop
- 理发店C++模拟,数据结构课程设计~功能比较简单,有点小BUG~-Barber shop C++ simulation, data structures curriculum design ~ function is relatively simple, a bit small BUG ~
5
- blockcoding 另四種+檔名正確排序+Bug修正-blockcoding the other four+ file name correctly sorted+ Bug Fixed
TreeTip
- C++用树来实现文件的遍历,效率比较高,测试了,没有bug-C++ files to implement a tree traversal more efficient, tested, and no bug
quickSort
- 快排的实现。根据算法简单的实现了。可能还有些BUG,只是经过了简单的测试-Fast row implementation. According to a simple algorithm to achieve. May also be some BUG, but after a simple test
Delphi-Container-Library
- 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
suanfa
- KMP虽然经典,但是理解起来极其复杂,好不容易理解好了,便起码来巨麻烦! 老子就是今天图书馆在写了几个小时才勉强写了一个有bug的、效率不高的KMP,特别是计算next数组的部分。-string