搜索资源列表
-
0下载:
用c语言,利用数据结构中的队列结构,实现杨辉三角的打印。-C language, the use of data structures in the queue structure, to achieve Yang Hui triangle print
-
-
0下载:
数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful
-
-
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下载:
计算机编程入门之数据结构 栈和队列的实现 使用c语言编写-Getting stack data structure of computer programming and implementation using c language written in the queue
-
-
0下载:
Mac OS下的Xcode,用C语言实现队列功能。(Queue in C language by Xcode on Mac OS.)
-
-
0下载:
数据结构解决c语言中的回文问题,使用堆栈队列等(The data structure solves the palindrome problem in the C language, using the stack queue, etc.)
-