资源列表
4_25
- 给定一个n位正整数a,去掉其中任意k<=n个数字后,剩下的数字按原次序排列成一个新的正整数。对于给定的n位正整数a和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。-given a positive integer n-a, which removed arbitrary k
背包回素法
- 01背包 用的是回素法经测试可以用的 第一次上传情大家指教
FDTD
- FDTD算法的C++下的源码,希望大家好好学习哈!-FDTD algorithm for the C++ under the source, I hope everyone study hard ha!
main
- 算法分析实验 算法分析 算法分析基础——Fibonacci序列问题-Experimental analysis of algorithms analysis of algorithms analysis of algorithms based- Fibonacci sequence problem
AStar
- A * (star) Algorithm-A* (star) Algorithm
daosanjiao
- 这个是倒三角的C++程序,有时还是比较有用的,还不错-This is the inverted triangle of the C++ programs, sometimes it is quite useful, not bad
luji
- 服务于故障树分析的最小路集算法,可以把任意一棵故障树的最小路集求解出来-Fault tree analysis services in the minimum path set algorithm
TNum
- 类中要有公有成员、私有成员。数据成员要有子对象、静态数据成员。成员函数要有至少二个普通成员函数,一个静态成员函数,一个友元函数,一个常成员函数。-number class
cPP_class_list
- 一个用c++中类写的一个链表。支持增加节点 删除节点 修改节点查找节点-A c++ class to write a list. Support increased node delete nodes modifying node node search
POJ2778.tar
- ACM经典题目。POJ2778,AC自动机构造转移矩阵,矩阵快速幂求解。-ACM Classic title. POJ2778, AC automata transition matrix, the matrix of power quickly solving.
Traveling-salesman-problem
- 货郎担问题,最短路径算法,使用c++实现-Traveling salesman problem using the shortest path algorithm data structure to achieve c++
avl
- 一套持久化平衡树,可用于代替sgiSTL中的rope,且功能更加强大(略作修改可实现持久化动态树)使用GNUC++标准(在OI前辈fanhq指导下完成)文件内自带使用方法样例-A persistent balanced BST, can be used instead of rope in sgiSTL, and more powerful (slightly modified to achieve lasting dynamic tree) (OI seniors fanhq complete
