资源列表
The24Card
- 根据输入的数据,进行24点枚举。并转换为中缀表达式输出。-Based on the input data, 24-point enumeration.
hash_ceil
- conway细胞演化模型的哈希表实现 借鉴SGI STL的hash_table实现简易通用哈希表 -conway cell evolution model reference SGI STL hash table to achieve the realization of simple universal hash table hash_table
BSTree
- 搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
PetersonAlgorithm
- 线程同步问题的的Peterson算法的经典解决办法-Thread synchronization problem of the classical solution Peterson algorithm
CreateTree
- 用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error
8sort
- 8种排序法,希尔排序,二分法等,c语言编写 -Eight kinds of sort write by C
poly
- 代码包含了线性表、链表以及多项式的基本运算,最后实现了一个多项式的运算。-Code contains a linear form, list, and basic operations of polynomials, and finally achieve a polynomial arithmetic.
4
- 任务:从以下题目中任选一题完成,要求应用动态规划策略设计解决方案。 1、编辑距离问题。 2、石子合并问题。 3、租用游艇问题。 提交结果:程序设计的源代码及其分析说明和测试运行报告 -Task: Choose a topic from the following questions to complete, requires the application of dynamic programming strategy design solutions. 1, the
DirectSort
- 运用C/C++实现直接插入排序法,供参考。-The sample of direct sort method.
FunPointer
- C/C++中的函数指针的声明和使用,与C#中的委托类似,可以实现类似范型的功能。-The sample of function pointer in C/C++.
BiArray
- C++实现的双向链表,可以双向访问链表的数据,进行增删操作。-The sample of array with two directions.
Array
- 链表功能的实现,C语言实现的链表的动态添加、删除和插入。-The sample of array in C.