搜索资源列表
-
0下载:
数据结构作业.用C语言写的模拟理发馆理发排队队列问题.-data structure operations. Written in C language simulation barber's shop barber queue problem.
-
-
0下载:
自写的C语言队列的代码,include后可以直接使用-since written in C language code cohort, include direct access after
-
-
0下载:
mm1排队模型的matlab源码,从c语言裸转过来的,主要解决排队论在matlab中的仿真问题-mm1 queue model matlab source code, from the c language naked in turn, mainly queuing theory to solve the simulation problem in matlab
-
-
0下载:
各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
-
-
0下载:
data structures in c language stack queue -data structures in c language stack queue ...
-
-
0下载:
program for circular queue in C language
-
-
0下载:
the queue code that wrote in C++ language
-
-
0下载:
数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful
-
-
2下载:
经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
-
-
0下载:
数据结构C语言版 课件 很详细 包括 栈 队列 树 等。-C-language version of courseware data structure in detail, including the stack queue trees.
-
-
1下载:
数据结构 循环队列 用C语言实现,在VC6.0下实现-Circular queue data structure using C language, to achieve in the VC6.0
-
-
0下载:
Implementation of queue in C language
-
-
0下载:
Array Queue code in C and C++ language
-
-
0下载:
c语言队列的实现 在linux环境下测试通过 -c language queue implementation in the linux environment test
-
-
0下载:
循环队列算法的c语言实现,在ST系列的芯片中测试通过,可以结合DMA使用-Circular queue algorithm c language, in the ST series of chip test can be used with DMA
-
-
0下载:
c语言100实例和教程,应用于c语言基础学习的参考含线性表,数组,队列,堆栈,广义表,递归,图,排序等。-C 100 examples and tutorials, used in c language foundation study reference including linear table, array, queue, stack, generalized table, recursion, figure, sort, etc.
-
-
0下载:
此程序为银行排队系统程序,是基于C++语言环境下的一个面向过程程序,主要涉及到C++语言数组知识的应用,供C++初学者学习-Bank queuing system in this program, is based on a process-oriented program C++ language environment, mainly related to the application of the knowledge of C++ language array, for C++ begi
-
-
0下载:
用C语言编写的队列接口,适用于各种环境,提供接口:
QUEUE *initQueue(int MaxRoom)
void destroyQueue(QUEUE **queue)
Boolean isQueueEmpty(QUEUE queue)
Boolean isQueueFull(QUEUE queue)
Boolean in(QUEUE *queue, USER_TYPE data)
Boolean out(QUEUE *queue, USER_TYPE
-
-
0下载:
mm1 model for mm1 queue in c language code
-
-
0下载:
Mac OS下的Xcode,用C语言实现队列功能。(Queue in C language by Xcode on Mac OS.)
-