资源列表
RailwayCarriage
- 有两条轨道,一条列车轨道,一条等候轨道,输入车厢数,再输入列车车厢的进站顺序,返回列车车厢的出站循序。-There are two tracks, a train track, a waiting track, enter the number of the car, and then enter the stop order train carriage returns sequential outbound train car.
calculator
- 输入一个数学计算公式,给出中缀式和后缀式的计算公式。-Enter a mathematical formula, the formula is given infix and postfix formula.
熵值法
- 熵值法是客观的赋权的方法,确定指标的权重
DES-algrithm-demo
- 该程序实现DES加密算法的加密解密功能,可作为DES编程的参考。-It shows the function of DES.
Desktop
- a short descr iption to my server
QsortaMiddlePivotModification
- 随机产生若干组长度各异的待排序列(乱序的和有序的),分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。-Leader of randomly generated different number of columns to be sorted (out of order and orderly), respectively, with fast sorting algorithm and
balancedTree
- 平衡二叉树的搭建与维护,构造与基本计算等方面的功能-Build and maintain a balanced binary tree, structure and other aspects of basic computing functions
Main
- 模拟银行系统的框架式代码,包括疲劳值的估计和图形界面-Simulation banking system frame code, including fatigue value estimates and graphical interface
TourOfTheKnight
- 通过这个程序,可以获得对回溯算法的基本理解。在 n × n 方格的国际象棋棋盘上,马(也称为骑士Knight)从任意指定的方格出发,以跳马规则(横一步竖两步或横两步竖一步),周游棋盘的每一个格子,要求每个格子只能跳过一次。-Through this program, you can get a basic understanding of backtracking algorithms. On the chess board n n squares, Ma (also known as Knig
Input
- 银行营业厅系统中负责数据的读入与分析模块的代码,简洁易用-Banking hall system responsible for data reads and analysis module code, simple to use
StateTrans
- 模拟银行营业厅代码中负责状态改变的模块,代码简单易用,无bug-Analog banking hall is responsible for the state to change the code module, the code is simple to use, no bug
TrasverseGenerateBTree
- 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Binary tree node is set in capital letters, enter the pre-order traversal of a binary tree traversal sequence and generates this binary tree, t