搜索资源列表
-
0下载:
用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
-
-
0下载:
基于DOS的多任务系统的实现
1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度;
2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大;
3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问;
4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
-
-
0下载:
Program to implement a list data structure in C++ (partial)
With debug output for poor-man s animation
-
-
0下载:
用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation o
-
-
0下载:
c语言编写的数据结构链表程序,已在各种系统下调试通过.-data structure Chain procedures, has been in various systems through debugging.
-
-
0下载:
定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
-
-
0下载:
C语言编程中算法数据结构中的树行代码-C language programming in the algorithm of the tree data structure of lines of code
-
-
0下载:
list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
-
-
0下载:
数据结构与算法分析学习笔记,chm电子书,讲的比较详细(含源代码)-Analysis of the data structure and algorithm study notes, chm e-book, said a more detailed (including source code)
-
-
0下载:
本书详细的说明了数据结构用c的实现,pdf格式,不可错过的一本好书。-The book describes in detail the data structure using c realization, pdf format, not to be missed in a good book.
-
-
1下载:
1.实验目的
设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。
2.实验要求
建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。
3.实验内容
(1)文法描述及其LALR(1)分析表
描述表达式语言的文法G如下:
-1. The experiment was to de
-
-
0下载:
数据结构经典算法c语言描述(汪杰)链表经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) lists the classic algorithm, classic Oh!
-
-
0下载:
数据结构经典算法c语言描述(汪杰)搜索经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) search algorithm classic, classic Oh!
-
-
0下载:
数据结构经典算法c语言描述(汪杰)数和森林经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) number and forest classical algorithm, classic Oh!
-
-
0下载:
严蔚敏数据结构算法实现
其中对树,图论算法进行了C++实现-Yan Wei-Min algorithm data structure in which the tree, graph theory, algorithm C++ Implementation
-
-
0下载:
C实现EZW编辑器实例代码
C实现EZW编辑器实例代码,该源代码包含有6个文件:
EZW.H - EZW编码器头文件
EZW.C - EZW编码器文件
MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作
FIFO.H FIFO.C - 扫描方式定义:先入先出原则
LIST.H LIST.C - 零树结构定义和操作
UNEZW.C - EZW解码器
-C the EZW editor instance code
C to EZW edi
-
-
0下载:
清华大学计算机系经典教程:数据结构C语言版教程习题解答-Data Structure Course in C Language Exercise Answer
-
-
0下载:
严蔚敏数据结构例程,书中的一些例子的和练习.都是C语句-YanWeiMin routine data structure, some examples and exercises in the book. C statement
-
-
0下载:
C语言中可复用的链表结构,可以不必关心用户数据结构完成链表的增删该查及排序、保存等操作,提供枚举器枚举链表数据(reusable linked list structure in C language.you don't have to worry about the user data structure, complete the additions and deletions of the list, check and sort, save, and so on, and provide
-
-
0下载:
严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)
-