搜索资源列表
datastructor
- 基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构-Basic concepts of C++ programming, based on a comprehensive and systematic introduction to the queue, stack, tree, graph, and other basic data structures
flight-query--system
- 可以对航班进行预订、查询、退订、按余票查询、删除,运用链表队列等数据结构-Can make reservations for flights, query, unsubscribe, I vote according to query, delete, queue, linked list data structures such as the use of
operating-system-jobs---lab-report
- 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
Chain-queue
- 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
05
- 本压缩包中的程序主要是对数据结构中的链表队列等知识进行简单的编程实现-The compressed package program mainly on data structures, such as knowledge of the queue list for simple programming
LinkQueue
- 数据结构的队列代码,用c语言实现的。开发环境是vsc++6.0-Queue code data structures, using c language. Vsc++ 6.0 development environment
Element--replacement
- 对于点阵式的图,在程序中可以用二维数组来表示。图中一片连续的具有相同颜色的点称为“图元”。这个程序可以对图中指定的图元用另一种颜色来替换。实现时使用了队列这一数据结构。-For dot-matrix diagram, in the program can be used to represent the two-dimensional array. Point figure a contiguous same color as primitive. This program can be s
note-for-data-structure
- 数据结构笔记,主要包括栈,队列,链表,指针,数组等基础数据结构知识,并且包括一些例子,如汉诺塔等-a note for data structure. include stack, queue, link, point and so on, and some examples for different cases.
opencv-doc
- 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
zhanheduilie
- 数据结构栈与队列PPT,详细讲解栈和队列的意义和使用方法。- Data structure stack and queue PPT, detailed explanation of the meaning and use of the stack and queue.
C语言课程设计实例精编
- C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
新建文件夹
- 包含了线性表、栈、队列、二叉树、查找排序等多个内容,还实现了约瑟夫斯问题。(It includes many contents such as linear table, stack, queue, two fork tree, search sort and so on. The Josephus problem is also realized.)