资源列表
Reverse-the-string-with-the-pointer
- 用c语言编写的用指针将字符串逆序,运行环境vc6.0-C language prepared by the pointer string in reverse, the operating environment vc6.0
read-a-string-to-screen
- 用c语言实现文件读出一个字符串到屏幕,运行环境vc6.0-C language implementation file read out a string to the screen, the operating environment vc6.0
LU分解
- LU分解_C计算稀疏矩阵往往比较头疼,有比较传统的共轭梯度CG算法,也有先验共轭梯法等。总的来说LU分解算法,效率比较高。这是标准的C代码
calc
- 一种用堆栈的方式用C写的运算符等级处理的代码。-Stack to achieve the computer
BinTree.tar
- 数据结构 二叉树结构以及 遍历算法-Data structure two fork tree structure and traversal algorithm
erchashu
- 北京邮电大学数据结构实验试题之一。二叉树的应用与实现。内附完整工程文件。-The experiment of BUPT on binary tree.
yuesefu
- 北京邮电大学数据结构实验。C++实现约瑟夫问题。内附完整工程文件。-The experiment of BUPT on the question of Joesph.programming on C++.
KASUMI 加密算法
- 汇编KASUMI,直接可运行,实测可用,欢迎大家下载交流
MazeCreator
- 使用Java编写的迷宫生成算法,运行程序可以用JPanel显示迷宫。-Using Java prepared by the maze generating algorithm, running the program can be used to display the maze.
Huffman-coding-and-recoding
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffuman coding and recoding
gongetidu
- 共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,
BSTtree
- 实现了二叉排序树的创建和中序遍历,在GCC上测试通过-realize BST tree
