资源列表
fiveOpenjudgeProblems
- OpenJudge上5道题的源码,分别是1247-Lotto,1370-Gossiping,1621-Polly Nomials,2352-stars,2601-Simple calculations-source code for five problems on OpenJudge, which are 1247-Lotto,1370-Gossiping,1621-Polly Nomials,2352-stars,2601-Simple calculations
用链表求循环小数
- 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
Datastructure
- 数据结构的相关算法,堆,栈,链,队等各种PPT以及源码-Data structure related algorithms, heap, stack, chain, other teams and the source PPT
Integer_Partition
- 整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division
biaodashiqiuzhi
- 数据结构 表达式求之/翻译 主要用的队列知识-Expressions translation data structure
migong
- 数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.
BinTree
- 二叉树的编写,知道先序和中序二叉树,求出对应的后序二叉树-Preparation of a binary tree, and know the preorder and levelorder binary tree, in order to find the postorder binary tree。
migong
- 数据结构大作业——迷宫 基于mfc显示,一个与算法有关的迷宫小游戏-Data structure operations- maze based on mfc show an algorithm associated with maze game
cross
- 数据结构大作业——十字链表豪华版 基于mfc图形界面显示,可以对链表进行多种操作-Data structure operations- Cross Chain Deluxe Edition mfc based graphical interface, you can perform various operations on the list
shizi2
- 数据结构大作业——十字链表简单版 基于mfc显示,可以对链表进行多种操作-Data structure operations- Cross Chain simple version based on mfc display, you can perform various operations on the list
123
- 2012数据结构大作业(一)-滚动采样 可以将编写好格式的数据采样并显示,基于mfc显示-2012 data structure operations (a)- Rolling sampling can write a good format and display data sampling, based on mfc show
wuyang
- 动态规划----多边形的最优三角剖分 输入测试用例个数 和 各个点的坐标 输出弦长最短的边的总和-Optimal Dynamic Programming---- polygon triangulation input test case number and the coordinates of each point of the output side of the chord length of the sum of the shortest