资源列表
3497
- PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
test
- 请自定义一个Student类,属性包括:Char name[10],int num。编程实现学生信息的输入、查询、浏览,其中浏览分为:升序和降序两种。 -Please customize a Student class, attributes include: Char name [10], int num. Input student information programming, query, browse, browse them into: ascending and descen
shortest-path
- 图的最短路径算法的实现,功能为图的最短路径算法-shortest path
ex1.1
- 实现顺序表的初始化、在指定位置插入和删除元素-Order of the table is initialized, insert and delete elements in the specified location
ex1
- 卡内基梅隆SSD5课程数据结构实验一要提交的源代码
rrr
- 单循环链表 单循环链表 -All Sort all Sort all Sort all Sort all Sort all Sort all Sort all Sort
accept
- 数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in
指南车问题
- 问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。 编程任务:对于给定的m×n格的棋盘和2 个整数x 和y。整数x 表示棋盘上有x个规定方格应放置指南车,但攻击方向未定。整数y表示除了已规定放置位置的x个指南车外,还要在棋盘上放置y个指南车,其
hdu3091_Necklace
- HDU3091 求解哈密顿回路数,状态压缩动态规划实现-Solving Hamiltonian circuit HDU3091 the number of dynamic programming to achieve the state compression
prim1
- prim,求最小生成树的普利姆算法 。求最小生成树的普利姆算法。。 -prim
LAB1_2
- 轮转调度算法,操作系统实验代码,VC6.0下编译通过-Rotation scheduling algorithm, test code, operating systems, VC6.0 compiled by
the_k_shortest_path
- 第k短路算法,用A*算法和优先队列实现。查找任意两点间的第k短路,时间复杂度O(NLOGN)-K-shortest path algorithm, A* algorithm and priority queue. Find the first k short circuit between any two points, the time complexity of O (NLOGN)
