资源列表
[其他小程序] array_compare
说明:比较两个数组,要求从数组最后一个元素开始逐个元素向前比较,如果2个数组长度不等,则只比较较短长度数组个数元素。返回比较中发现的不相等元素的个数。-Compare two arrays, the last element from an array requires start-by-element comparison forward, if the two arrays of unequal length, only the relatively short length of the num<逍遥> 在 2025-06-11 上传 | 大小:1.52mb | 下载:0
[其他小程序] array_iterate
说明:输入一个由随机数组成的数列(数列中每个数均是大于0的整数,长度已知),和初始计数值m。从数列首位置开始计数,计数到m后,将数列该位置数值替换计数值m,并将数列该位置数值出列,然后从下一位置从新开始计数,直到数列所有数值出列为止。如果计数到达数列尾段,则返回数列首位置继续计数。-Input by the random number consisting of a number of columns (number of columns are each an integer greater tha<逍遥> 在 2025-06-11 上传 | 大小:780kb | 下载:0
[其他小程序] Joseph_Circle
说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a<逍遥> 在 2025-06-11 上传 | 大小:1.41mb | 下载:0
[对话框与窗口] ThrowPenguin
说明:mfc下的编写了一个企鹅图形,并且可以拖动-mfc prepared under a penguin graphics, and you can drag<johnny> 在 2025-06-11 上传 | 大小:1.59mb | 下载:0
[其他小程序] gongziguanli
说明:职工工资管理,可实现工资的增删查改等功能,方便工资的管理!-Wages management, enabling wage CRUD functions to facilitate the management of wages!<张雪艳> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[Windows编程] hafuman
说明:给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。通过这个程序,可以实现哈弗曼树。-Given n as n weights leaf node, construct a binary tree, if the weighted path length to a minimum, said this is the optimal binary tree, also known as Huffman tre<刘丫丫> 在 2025-06-11 上传 | 大小:514kb | 下载:0
[Windows编程] Stack
说明:栈是一种数据结构,它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据。-A stack is a data structure that stores data in accordance with the principle of LIFO, first enter the data is pushed onto the stack at the end, the last data in the stack, you need to r<刘丫丫> 在 2025-06-11 上传 | 大小:342kb | 下载:0