资源列表
fdhsiu
- 数据结构中的关于单链表,头插法单链表的建立-Data structure on a single linked list, the first interpolation method for the establishment of a single linked list
room
- EXAMPLE FOR C++ PROGRAMS
erchapaixushu
- 用VC++实现二叉排序树的算法,将结果输出-VC++ implementation using binary sort tree algorithm, the resulting output
2d-array-Operator-overloading
- 对二维数组进行运算符+、—的重载,一个使用成员函数,另一个使用友元函数-Add and Subtraction between Two dimensional arrays,using Operator overloading.
after
- 后缀表达式计算,比较完美的代码,已经运行过了,没有问题。-after analysis
asd
- 欧氏旅行售货员问题是对给定的平面上n 个点确定一条连接这n 个点的长度最短的哈密顿回路。-Euclidean traveling salesman problem is a given n points in the plane of a connection to determine the length of these n points the shortest Hamiltonian circuit.
The-Binary-Tree
- 构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer constructed a binar
matrix-operation
- 定义一个二维方阵类matrix。通过重载二元运算符"+"、"-"、"*"和一元运算符"~",来实现矩阵加、矩阵减、矩阵乘以及矩阵转置-Define a two-dimensional square class matrix. By overloaded binary operator+ " ," - " ," * " and unary operator" ~ " to achieve matrix plus matrix reducti
POJ-1170
- POJ 1170 动态规划。欢迎各种交流讨论。-POJ 1170 dynamic programming. Welcome to the various exchanges and discussions.
2010010770_e1_p2
- 统计给定的英文文件中各字母的出现频率,从文件读取输出-Statistics to the frequency of occurrence of each letter of the English documents given
shellSort.cpp.tar
- 这是一个shell排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a shell sort algorithm source code, algorithms are written as a separate function, we hope to be useful
for-send
- this program for sidel method.sidel method is a method of numerical that solve problem by iteration and we use it in sbu unversity.