资源列表
About-Tree
- 数据结构中关于树的遍历,自己完成的程序。是数据结构中的重要部分 -data structure of the tree traversal, completed their procedures. Data structure is an important part
matrix
- 线性代数 求矩阵的逆 高斯gauss消元
n_queens
- 在n×n的棋盘上放置n个皇后,现要求出使n元棋盘上的n个皇后互不攻击的布局。 -In n × n chessboard of n-place Queen
InorderTraversal
- 中序遍历的递归算法定义: 若二叉树非空,则依次执行如下操作: (1)遍历左子树; (2)访问根结点; (3)遍历右子树。 -Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (1) traverse the left subtree
1-2
- 复数四则运算。实现复数的加,减,乘。根据输入的复数分离出实部和虚部-Complex four operations. Achieve the plural add, subtract, multiply. Based on the input of the complex separated real and imaginary parts. .
workerlist
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company about 30 employees, each employee the name, work number, position and other properties, staff turnover every year,
exp10-9
- 对一个字符串进行排序,并输出排序前和排序后的字符串-Sort of a string and output string sorting and sorting-
UVA-5002
- UVA 5002 动态规划。欢迎各种交流讨论。-UVA 5002 dynamic programming. Welcome to the various exchanges and discussions.
Joseph
- 约瑟夫环 输入说明: 多组数据,输入数据第一行为一个整数表示有几组数据,每组数据由两行构成,每组数据的第一行为两个正整数n和m,分别表示人的个数及初始随机数,每组数据的第二行为n个整数,表示每个人持有的密码。 输出说明: 对每组数据用一行输出n个整数表示依次出圈人的编号,整数之间用空格分隔 -Enter a descr iption: multiple sets of data, the input data first act an integer representi
BresenhamLine
- 在VC中实现Bresenham算法画直线-Bresenham algorithm in VC draw a straight line
timu
- 杭电OJ1429题解,有助于学习数据结构 搜索以及状态压缩的知识-Hang electrical OJ1429 solution to a problem, contribute to learning and knowledge state data structure search compression
Binary-Sort-Tree
- 建立二叉链表,然后判断是否为二叉排序树。-Build binary list, and then determine whether the binary sort tree.