资源列表
sizhouDIY
- 用于四轴飞行器DIY初学者,让你从初学者变成入门者精通者-For four axis aircraft DIY beginner ,Let you beginners to grasp savvy
Project8
- 简易计算器 输入数学表达式,输出表达式的计算结果。数学表达式由单个数字和运 算符“ +”、“ -”、“ *”、“ /”、“ (、“ )构成,例如 2 + 3 * ( 4 + 5 ) – 6 / 4。假定 表达式输入格式合法。-Enter the mathematical expression, calculation result output expression. Mathematical expressions and shipped by a single digit O
Project6
- 使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 different integers inserted rand
VerifyBSTPosOrder
- 验证一个输出序列是否为一个二叉树的后续遍历-Validation of a follow-up traversal output sequence is a binary tree two
MinStack
- 实现待最小数的最小栈,里面带有详细的解法说明-The inn to the decimal, which with the method that
MinKDigits
- 用最短的时间寻找最小的K个数,带有详细的解题说明-Use the shortest time to find a minimum number of K
QuickSort
- c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
HeapMake
- c++代码,实现堆排序,方法是先建立一个大根堆,然后逐步进行调整-c++ code that implements heap sort, the method is to set up a large root heap, then gradually adjust
PalindromeJudge
- c++代码,代码功能为:判断一个字符串是否为回文串-c++ code, the code for the function: to determine whether a string is a palindrome string
String-All-Permutation
- c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
templateme
- 通过群体优化算法优化的基于内容的图像检索方法,通俗易懂,非常容易理解。-Through group optimization algorithm optimization method for content-based image retri , user-friendly, very easy to understand and learn.
Josephus
- 解决Josephus的问题,来自于poj上的一个题目。-Josephus solve problems a subject poj on.