资源列表
1022
- 浙大 编程能力测试 的甲级题目 第1022 数字图书馆问题 http://www.patest.cn/contests/pat-a-practise/10-http://www.patest.cn/contests/pat-a-practise/1022 A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstrac
1193
- acm-pku-1193 内存分配 北大acm解题代码
GPA.rar
- 对北京大学,大连理工大学,浙江大学等五所高校的GPA算法进行一个比较,找出那个更合理。,Of Peking University, Dalian University of Technology, Zhejiang University and other colleges and universities 5 GPA algorithm a comparison to find out that more reasonable.
sched
- 一台精密仪器的工作时间为n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续t个时间单位,则该维修程序在第s+t-1 个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。对于给定的维修程序时间表,该算法计算最优时间表。-Units 1 precision in
Strassen
- 调用随机函数输入2个矩阵,并用Strassen矩阵乘法和普通的矩阵乘法计算2个矩阵的乘积,并且记录程序运行时间作比较。 -Call the random function input 2 matrix, and matrix multiplication and Strassen matrix multiplication calculation ordinary matrix product of two, and run-time recording procedures for com
btree
- B-Tree 的函数,包含数据结构定义、插入、搜索等-b-tree implemetion
EvalueExpression
- 一般表达式的计算,大街可以放心使用,我别写了好久的-General expression of the calculation, the streets safe to use, I do not write for a long time
permutation_all
- 十余种全排列算法实现比较,visual c++实现-tens of permutation algorithm and comparing
part
- 停车场管理系统,简单易懂,便于初学者观看-Car park management system, easy to understand, easy for beginners to watch
rbtree
- 红黑树节点插入程序。可以在红黑树中插入新节点,插入新节点之后,经过调整,使其再变为红黑树。
linkedqueue
- 链式队列,应该是正确的,包含node的头文件和c-Queue chain should be correct, the node contains the header files and cpp
shiyan_5
- 关于二叉树的前序遍历,中序遍历,后序遍历,层次遍历的程序-With regard to the first order binary tree traversal, inorder traversal, postorder, level traversal of the program
