搜索资源列表
1040320
- 多项式的加法乘法运算,自己编的,用C 语言编的。是学数据结构时老师布置的作业-polynomial multiplication their series, with C language series. Yes data structure layout of the operations teachers
printsystimes
- 打印系统时间...速度变换[3](限一维) 同 时的相对 性[2] 长度收缩[2] 时间膨胀[2]...数据类型与寻址方式、80486的数据类型与寻址方式、80486的汇编语言...) 本章介绍PC机的主要外部设备的结构和工作原理,包括显示系统、磁盘-Print speed system time ... transform [3] (limited to one dimension) of the relative length [2] [2] contraction time dilatio
xiaoyuandaohang
- 这是一个学校的校园导航系统,运用了图这种数据结构,采用了深度优先遍历,最小生成树等算法。-This is a navigational system of a school!
MAZE
- 是一个迷宫算法,是有关数据结构的,不足之处请多指教-Is a maze algorithm, is the data structure, the inadequacy of advice please
WebPrintPreviewTest
- 本控件可以在Visual Studio系列的开发环境下使用,支持C/S结构的应用程序,也支持B/S结构的应用程序。实现Web环境下的打印预览。本控件提供大量的属性与方法,可以处理文本信息,图形信息、表格信息的打印预览功能,在应用程序的开发过程中可以对Visual Studio环境下的各种表格控件进行直接的打印预览,方便数据信息的预览与打印。-webprintpreview
print
- 按RNL顺序打印二叉树,一道数据结构上机题-print binary tree in RNL order
printer
- 实验5 模拟打印机中的fifo.h和fifo.cpp文件 数据结构实验-Experimental simulation data structure p
no.1
- 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)
data-structure-course-design-2010
- python 数据结构设计实例和学习课程,有源码可以下载分析学习-Python data structure design examples and course of study, there is source code can be downloaded and analysis of learning
queue
- c语言练习队列数据结构的基本操作,包括对列的创建,队尾插入,对头删除,等练习。适合对队列学习的初级练习者。-Basic Operation c language practice queue data structure, including the creation of a column, insert the tail, head removed, and other exercises. Learning to queue for primary practitioners.
LinkList
- 数据结构,单链表的基本操作,包含单链表的创建,删除,插入,逆置,合并等,适合初学者。-Data structures, basic operations of a single chain, including creation of a single list, delete, insert, reverse position, merger, etc., suitable for beginners.