搜索资源列表
非常完美的二叉树模板
- 非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议-perfectly Binary Search Tree template ~ ~ ~ ~ hope that we can love and made valuable suggestions and recommendations
njie
- n阶魔方完美版 没什么好说的,大家看吧-n-Cube perfect version nothing more to be said, everyone sees.
grades
- 用c语言编写的学生成绩管理程序。有不完美之处。
2005523215631714_600it
- 此程序是我在作毕业设计时做的在c#环境下,用于dijkstra最短路径算法的实现,程序相当完美,希望能为大家提供便利。
poj3468
- 北大在线题库3468题标程代码,经典数据结构“线段树”的完美运用
最短路
- 一个最短路的c实现,比较完美-one of the most short-circuit c achieve more perfect
Polynominal Exam 完美解密版本
- 使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
divide and conquer
- 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
-p2
- 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
QiuZhi
- 表达式求值,输入一个表达式,支持括号运算, 还很不完美,仅能计算较简单的表达式.-Expression evaluation, enter a regular expression to support the operator in brackets, but also far from perfection, only the expression of relatively simple calculation.
dda
- 该算法的准确程度受斜率影响,若斜率大于2,则能观察到直线成为点线,斜率大于一是最完美的。-The accuracy of the algorithm is affected by the slope, if the slope is greater than 2, then a straight line can be observed as dotted lines, the slope is greater than one of the most perfect.
Dining_Philosophers_problem
- 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
zhongzui_wcj
- 中缀表达式完美版,差 运算 如 (3+5*6)/3+3= 得到答案 14-Perfect version of the infix expression, and poor in operator such as (3+5* 6)/3+ 3 = 14 answer
Hoffman
- 这是我自己写的一个关于赫夫曼树及编码的建立和遍历的代码,当然不是太完美,但基本功能已经能实现。-It is my own written by a tree and codes about hoffman sentenced to establish and traversal code, of course, is not perfect, but the basic function can already achieved.
High-precisioncalculation
- 高精度计算代码,能算非常长的数的加减乘除,很有效,vc实现,C++大作业完美实现。-High-precision calculation code, can count the number of very long addition, subtraction, very effective, vc achieve, C++ perfect realization of large operations
daima
- 本程序在运用c++语言编写了一个在控制台完美运行的2叉树前序中序遍历,求树高度,查找等功能。-The program is written using c++ a perfect run in the console before the 2-tree in order traversal order, find the tree height, look for other functions.
wanmei-shu
- 如何求小于10000的所有完美数?并将程式写的有效率?-How to find all the perfect numbers less than 10000? And to write efficient programs?
AVL
- 用控制台界面完美演示平衡二叉树的操作过程,用纯C编写,基于VS2008-Interface with the console perfectly balanced binary tree of the operation shows, written in pure C, based on VS2008
Data-structure-rearrangement
- 实现数据结构中车厢重排问题的完整c++代码;可以完美运行;完整的一个工程,包含debug后的相关文件和生成可执行程序-Data structure inside a complete rearrangement of the problem c++ code works perfect complete a project, including relevant documents and after the debug build executable
Kruskal
- 用完全c语言实现Kruskal算法,其中用到了存储矩阵、联通矩阵和标记矩阵,编写的很完美。-This is a C program to complish the Kruskal algorithm!