搜索资源列表
-
0下载:
用C语言编写的数据结构中的顺序队列的程序-C language data structures in the order queue procedures.
-
-
1下载:
《橡皮条画线》C语言
(可供C语言图形编程参考)
本程序模拟许多绘图工具中的画线方法和画框方法
其中工具条上的各个按钮的功能是:
1、画线(快捷键“l”)
2、画框(快捷键“f”)
3、剪去框外的直线(快捷键“c”)
4、刷新(快捷键“r”)
5、新建(快捷键“n”)
6、退出(快捷键“Esc”)
最左边的十字架用鼠标拖动时可以移动工具条
左上角的
framepoints为所画矩形框的左上角坐标和右下角坐标
mouse为鼠标当前坐标
li
-
-
0下载:
用c语言,利用数据结构中的队列结构,实现杨辉三角的打印。-C language, the use of data structures in the queue structure, to achieve Yang Hui triangle print
-
-
0下载:
data structures in c language stack queue -data structures in c language stack queue ...
-
-
0下载:
数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful
-
-
0下载:
用C 语言实现对N个进程采用优先权优先算法的进程调度。通过优先权改变原则:1. 进程在就绪队列中等待一个片,优先权值加1 2 .进程每运行一个时间片,优先权值减3 实现对优先权的控制.-N with a C language implementation of the priority of a process using the process of priority scheduling algorithm. By changing the principle of priority: 1.
-
-
0下载:
Implementation of queue in C language
-
-
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语言编程实现数据结构中队列,模拟机场办理登记手续。-With C language programming to queue data structure, simulation of airport check-in.
-
-
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.)
-
-
0下载:
在vs2017中C语言实现贪吃蛇数据结构的初级用法。其中用到了数据结构的栈和队列,要求链表的基本功比较扎实。(In vs2017, C language implements the primary usage of snake data structure. The data structure stack and queue are used, and the basic skills of the linked list are relatively solid.)
-