资源列表
suanfa20140418
- 算法分析数学之美以及编程珠玑,很经典的东西-Mathematical analysis of algorithms as well as the United States and Programming Pearls, classic stuff
double-ended-stack
- 基于deque实现的反向双端栈,很适合初学者学习哦~-Based deque achieve reverse double-ended stack, it is suitable for beginners to learn oh ~
avltree
- avl平衡二叉树源码。自己写的哦!加了注释,适合初学者学习~-avl balanced binary source. Write your own Oh! Added a note for beginners to learn ~
Book-Manager-System
- 用C++实现的图书管理系统。大一C++的作业。自我感觉做的还是蛮不错的~-With C++ library management system. Freshman C++ job. Or do feel pretty good ~
data_struct
- 自己实现的重要的数据结构以及算法(包括dfs,bfs,huffman code,kmp,dij等)。每一个.cpp或.c文件都是一个可直接运行的程序。-Important data structures and algorithms to achieve their own (including dfs, bfs, huffman code, kmp, dij, etc.). Every one. Cpp or. C file is a program can be run directly.
algorithm
- c++ 汉洛塔 + 平衡二叉树(旋转 左旋、右旋、左平衡、右平衡、插入、删除、查询)-c++ Han Luota+ balanced binary tree (rotate left-, right-handed, left balance, the right balance, insert, delete, query)
greatest-common-divisor
- 输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
zhishu-fenjie
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n <> k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你,重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -The prime factorization of a
aPaaPaaaP....
- 求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 1.程序分析:关键是计算出每一项的值。 -S = a+aa+aaa+aaaa+aa ... a required value, wherein a is a number. For example 2+22+222+2222+22222 (In this case the number of the sum total of fi
CGraphDll
- 图论 利用有向图排序算法,顶点边之间的关系,求解最优路径-Use a relationship graph theory algorithms, vertex between edges directed graph sort solving the optimal path
nxn-solver
- this a fortran source code for solving nXn equation system solving.-this is a fortran source code for solving nXn equation system solving.
Syntax-analysis
- 这是一份“语法分析”程序,可以实现判断符号、串并符号的功能-This is a "syntax analysis" program, can realize the function judgement symbol, string and symbol
