资源列表
3917_25
- 中缀表达式求值,输入一个表达式,以‘#’结尾,求解表达式,并打印操作数和操作符的进出栈情况-Infix expression evaluation
Reversible_primes
- 素数幻方 求四阶的素数幻方。即在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。-Prime magic square For fourth order prime magic square.Namely in a 4 x4 matrix, fill in each case a number, make each row, each column and two of the four Numbers on the
Prime_factors
- 输入一个数,对其分解质因数并输出。input:12 output 2*2*3 input:13 output 13 input:20 output:2*2*5-input:12 output 2*2*3 input:13 output 13 input:20 output:2*2*5
Laba_1
- Laba Discretnaya matematika
Calculeter
- 计算器,简单的计算器,功能一般,正常的计算器-Calculator, a simple calculator, function normally
CardGame
- 普通纸牌游戏,实现了洗牌、发牌功能,适合初学者。-Ordinary card game, to achieve a reshuffle, the licensing function, suitable for beginners.
proj2
- 电子系《数据与算法》第二次实验作业 十字链表法存储稀疏矩阵以及进行简单的矩阵运算-Department of Electronics data and algorithms second lab assignments Crusaders sparse matrix storage method and a simple matrix operations
test
- 利用c语言实现计算机算法分析与设计课程中的随机数值算法,其中包括随机算法类,以及随机模拟的过程!-Using c language computer algorithm analysis and design courses random numerical algorithms, including stochastic algorithm class, as well as the process of stochastic simulation
EuroCup-player-management-system
- 实现球员管理、比赛分组、射手榜、导出文件等功能。-The players management, grouping, top scorer, export documents, and other functions.
permutations
- 各种经典的全排列算法,包括逆字典法、N进制法、新邻位对换法、递归法以及回溯法等-All kinds of permutation algorithms.
Perceptron
- 机器学习中Perceptron算法统计词频-The statistics of words of perceptron algorithm in Machine Learning
Post-Office
- 算法设计与分析中邮局选址问题。 select(int[] array, int begin, int end, int middle)将n个输入元素划分成n/5个组,每组5个 元素,只可能有一个组不是5个元素。用任意一种排序算法,将每组中的元素排好序,并取出每组的中 位数,共n/5个。找出这n/5个元素的中位数。如果n/5是偶数,就找它的2个中位数中较大的一个。 以这个元素作为划分基准。在调用时,只需要将middle参数传入array.length/2就能找到整个数组中的
