搜索资源列表
arithmetic
- 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
Seque
- 这是一个简单队列数据结构计算的源代码,写得很好,很容易嵌入到自己的用户程序中-This is a simple calculation of the queue data structure source code, was very well written, it is easy to embed into their own user programs in
queue
- queue algorithm in pascal
queue
- f和r分别对应队列的头和尾在整个队列存储区域的位置-f and r correspond to the queue head and tail queue storage area in the whole place
0712331_queue
- radix sort using q-radix sort using queue
Queue
- visuall c ++ Queue algorithm.
APRIORI_C
- apriorii in c, it is partly complete have to implement a queue to complete it
BestFirstSearch_HeapAlgo
- 1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h
CIQueue
- Circular Queue program in C++ using Templates
chenlieguan
- 世界名画陈列馆由nm × 个排列成矩形阵列的陈列室组成。为了防止名画被盗, 需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4 个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最少。 算法设计: 设计一个优先队列式分支限界法,计算警卫机器人的最佳哨位安排,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最
RICARTA-AGRAWALA--ALGORITHM
- Also known an Ricart and Agrawala’s algorithm. • Nodes use logical clocks: all events are in total order. • When a node wants to enter a CS (Critical Section) it sends a message. • The message contains following information 1.
priorityQueue
- opencv implementation of priority queue with editing of inserted objects
anotherMM1VC6.0
- 另一个mm1排队仿真程序,VC6下调试通过-Another mm1 queue simulation program, VC6 through debugging
a2
- Implementation a simple FIFO queue using arrays. Write a programs that will ask the user for the size of the queue. Then it will start reading characters from the keyboard and store them in the queue. If the user enters an empty line then the progr
a3
- Implementation a simple FIFO queue using linked lists. Write a programs that will ask the user for the size of the queue. Then it will start reading characters from the keyboard and store them in the queue. If the user enters an empty line then the
zoj-2724
- zoj的第2724测试题:window消息队列,90ms通过-the 2724th test of zoj:Windows Message Queue
Queue
- 可以将一个含有N个元素的集合任意地划分成K块。-Contains a set of N elements arbitrarily divided into K blocks.
MazeFindPath
- 用矩阵表示的迷宫,用队列实现最短路径发现-Queue implementation matrix representation of the maze, the shortest path found
virtualhospital
- 一个仿真医院排队的一种优化算法的程序,用C++ 6.0编写-Program an optimization algorithm, a simulation hospital queue write C++ 6.0
Queue
- 队列中的每个很多功能在代码中已经实现,主要是用C++实现队列数据结构,其中的很多代码可以直接拿来用-Each a lot of features in the queue is implemented in the code, mainly is the queue data structure to implement in c++, and many of those code can use them directly