资源列表
将阿拉伯数字转换为罗马数字
- 题目中给出了阿拉伯数字与罗马数字的对应关系,题中的数 字转换实际上就是查表翻译。即将整数的百、十、个位依次从整 数中分解出来,查找表中相应的行后输出对应的字符。 *程序与程序设计-title given Roman numerals and Arabic counterparts, and that the figure was actually Lookup conversion translation. The upcoming round of the 100, 1
超长正整数的加法
- 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一个结点中,表头结点的值规定为-1。-requested to
学生个人消费管理系统
- 学生个人消费管理系统,基本实现对学生消费的主要功能-student management system, the basic right of students to achieve the main function of consumption
SysCmd
- 获取计算机IP地址,并得到当前程序的路径。-access to the computer IP address, and be the path to the current procedures.
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根的权值为左右子树根的权值的和。3)F中删去这两棵树,加上新得
count-number-newer
- 一个小程序,用于计算一个加密文件的属性。主要是用于计算-a small program used in the calculation of an encrypted file attributes. Mainly used in the calculation
线段剪裁
- 是自己创作的对线段进行剪裁的小程序,对学习计算机图形学的同学会有点帮助,都是些基本的概念,但是力求简单化,模块化-created by ourselves on the line for tailoring small programs, to learn computer graphics students will be helpful, are basic concept, but sought to simplify, modular
QQ堂多开补丁
- 没什么登陆器的一个源玛dfsdwfesgewgweqhgwrhgqerhreqhq而已-a source Gilmour dfsdwfesgewgweqhgwrhgqerhreqhq it.
三种遍历
- 本程序实现了层序遍历非递归、后续遍历非递归和中序遍历非递归三种算法-the program sequence traverse non - recursive and non - recursive traversal follow-up and the preorder three non - recursive algorithm
Kruskal算法
- kruskal算法来得到最小生成树的程序-Kruskal algorithm to be the minimum spanning tree procedures
二叉树高度和叶子节点数
- 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
一个回文游戏
- 回文游戏 即判断输入的字符串是否对称 这里不考虑空格-palindrome game that judgment whether the input string is not considered here symmetric spaces
