资源列表
最大子长方体问题
- *Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p rectangular cut into the 000 m
shiyanqi
- ? 假设某医生看病人的顺序是由病人的病情严重程度来决定。护士按照所有病人来医院的时间顺序给病人编号ID,依次为1,2,3,…,n;并且根据病人的病情严重程度设置Priority值,病越重,Priority的值越小。当医生开始工作时,护士根据病人的Priority值,由小到大依次安排病人看病。试为护士编写程序安排病人看病的先后次序利用最小值堆实现一个优先队列。- Using the minimum heap to implement a priority queue.
zheban
- 数据结构折半查找源代码,C++6.0调试成功。请放心下载。-Data structure binary search source code, C++6.0 debugging success. Please be assured that download.
broken-locks
- 南阳理工ACM题,第1048题破门锁,本题效率较高。-Nanyang Polytechnic ACM problems, broken locks 1048 title, the higher the efficiency of this title.
NetStream
- 已知一个网络对应的邻接矩阵,求该网络上的最大流。属于数据结构中的问题。-a network known counterparts in the adjacent matrix, the network for the maximum flow. Data structures belonging to the problem.
nqueen
- 用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。-Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each line position, not by placing the
Kruskal-algorithm
- 本程序是用C语言来实现Kruskal算法,希望能对别人有帮助!-This procedure is used to implement Kruskal' s algorithm in C, hoping to help others!
topological-sort-count
- 本程序使用C语言来实现拓扑排序算,希望对别人有帮助!-This program uses the C language to implement topological sort count, want to help others!
eight_queens
- 八皇后演示程序,图形界面,递归经典程序演示-Eight Queens demo program, graphical interface, classic program demonstrates the recursive
3-1-2maze
- 这是一个迷宫算法的实现,使用C++程序编写的,-Maze algorithm, using the program written in C++
beibaoPSO
- 粒子群算法用于背包问题情况 典型组合优化问题-Particle swarm optimization for the case of the more popular knapsack problem
xsjz
- 稀疏矩阵的三元组表的建立与它的存储算法之一