资源列表
ttt
- 题目描述】 给定一个R行C列的01矩阵,求一个最大的正方形全1子矩阵,并输出该最大正方形子矩阵的面积。 【输入】 第一行给出两个正整数R,C,表示矩阵有R行C列; 接下来R行C列给出这个01矩阵,行内相邻两元素用一个空格隔开。 【输出】 一个数,最大正方形子矩阵的的面积(即1的个数)。 输入输出样例】-Topic Descr iption Given a R rows C 01 column matrix, find
TPS
- TPS算法,做人脸校准的,同一个人脸的不同的照片做匹配,脸型匹配-Algorithms for TPS, face the calibration, the same face different photos do match, face shape matching
first-mathcad.mcd
- First example with Mathcad - see it as a tutorial
sequential_search
- 顺序存储结构和链式存储结构的顺序查找方法实现,在GCC上测试通过-realization of sequential search, tested on GCC compiler
Expression_evaluation
- 表达式求值,求多项表达式的结果 如:3*5+3*8=15+24=39 运用堆栈进行分级运算,支持小括号。-Expression uation, seeking polynomial expression of results Such as: 3* 3* 5+ 8 = 15+ 24 = 39 Grading operation using the stack, support for small brackets.
BSTtree
- 实现了二叉排序树的创建和中序遍历,在GCC上测试通过-realize BST tree
gongetidu
- 共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,
Huffman-coding-and-recoding
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffuman coding and recoding
MazeCreator
- 使用Java编写的迷宫生成算法,运行程序可以用JPanel显示迷宫。-Using Java prepared by the maze generating algorithm, running the program can be used to display the maze.
KASUMI 加密算法
- 汇编KASUMI,直接可运行,实测可用,欢迎大家下载交流
yuesefu
- 北京邮电大学数据结构实验。C++实现约瑟夫问题。内附完整工程文件。-The experiment of BUPT on the question of Joesph.programming on C++.
erchashu
- 北京邮电大学数据结构实验试题之一。二叉树的应用与实现。内附完整工程文件。-The experiment of BUPT on binary tree.