搜索资源列表
slist
- 1、链接存储方法 链接方式存储的线性表简称为链表(Linked List)。 链表的具体存储表示为: ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的) ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意: 链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
lcd
- 在cygnal020开发板下的lcd(菜单)部分显示程序设计,利用数据表的结构,将菜单设计方法简化,便于菜单项修改。但是占用存储空间较大。
haxi
- 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
clockcircuit(designedbyat89c51)
- 第 一章 电路原理分析 1-1 显示原理 1-2 数码管结构及代码显示 1-3 键盘及读数原理 1-4 连击功能的实现 第 二 章 程序设计思想和相关指令介绍 2-1 数据与代码转换 2-2 计时功能的实现与中断服务程序 2-3 时间控制功能与比较指令 2-4 时钟误差的分析 附录A 电路图 附录B 存储单元地址表 附录C 输入输出口功能分配表 附录D 定时中断程序流程图 附录F 调时功能流程图 附录G 程序清单 -clock ci
datastructurevccode
- 数据结构各种算法如链表,堆栈,队列等用VC实现,包括VC的代码。-Algorithms such as data structure linked list, stack, queue, etc. VC to achieve, including the VC code.
GraduationProject
- 进行了一个8位CISC处理器的设计与实现,该微处理器含有计算机基本的功能模块,并对存储器进行了层次化设计。指令系统中的指令分为四大类共十六条,其中包括算术逻辑指令、I/O指令、访存、转移指令和停机指令。在处理器的实现过程中,首先给出了数据通路结构,然后采用VerilogHDL进行硬件电路描述,并对每一个模块进行功能仿真以验证设计的正确性。最后对整个处理器执行程序进行指令验证,并得到综合后的网表。-Conducted an 8-bit CISC processor design and imple
shujujiegoukechengsheji1
- 单链表的基本操作和栈的运算,平衡二叉树的生成为题目的数据结构课程设计。有详细的文字说明和源代码。-Single list of the basic operations and stack operations, balanced binary tree data structures of Health to become the subject curriculum design. A detailed written instructions and source code.
Cchapter5
- C语言进阶-第五讲 数据结构与链表 C语言进阶 (东大 凌明)-C-Advanced- 5th speak with the linked list data structure
C_linked_list_data
- C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
UseBitmap.zip
- 摄像头测试,完成摄像头表结构自动生成SQL CE数据库;把sql server数据表导入到sql ce数据表中。,Model driven integration using CIM for utility control centers.
simple-procedure-for-linear-table
- 线性表基本操作和简单程序,初始化、插入、删除、取数据元素等运算在链表存储结构上的程序设计方法-The basic operation and simple procedure for linear table
Three-important-data-structures
- 对嵌入式开发很重要的三个C语言的数据结构,栈、指针、链表做了很全面的讲解。-It is important for the development of embedded C language data structures of the three, the stack pointer, made a very comprehensive list of explanation.
3-SeqList-Static
- 数据结构,线性表,1. 插入一个学生 2. 删除一个学生 3. 修改学生信息 4 .输出所有学生信息 5. 保存数据并退出程序-Data structures, linear tables, 1 Insert a student 2. Delete a student 3. Modify student information 4. Outputs of all student information 5. Save data and exit the program
Handout
- 创建图的邻接表存储结构,输出邻接表数据(验证创建过程),深度优先遍历(DFS) ,广度优先遍历(BFS),增加一个顶点到图, 删除一个顶点(同时删除其所有邻接边) ,增加一条弧到图,从图中删除一条弧- Creating adjacency table storage structure, the output adjacency table data (validation creation process), depth-first traversal (DFS), breadth-fi
list
- linux下链表模式,对于初学数据结构的同学帮助很大。-Under linux list mode data structures for beginner students of great help.
Data-Structures-and-Algorithms
- 数据结构与算法示例代码,线性表,队列,栈,二叉,图,排序,查找等-Data Structures and Algorithms Sample Code
webPlayer
- 第一个版本的原型机会采用Cortex M3级别的芯片,使用SD卡作为音乐的缓冲区,通过WiFi模块配合 lwIP网络协议栈连接豆瓣服务器,将数据首先下载到SD卡中缓存起来;系统采用一块Vx10xx MP3解码 芯片实现音乐的解码和播放。播放模块始终从SD卡中读取缓存的音乐,从而避免由于网络不稳定带来的 糟糕的播放体验。为了保护该开源项目,SD卡将不使用任何标准的文件系统,我们会将其视作一个巨大 的FLASH缓冲区使用,配合一个简单的链表式存储结构来保存和索引音乐文件。为了解决T
system
- linux下简单学生操作系统的实现,双向循环链表的使用,数据结构中对于结构体的练习。(Linux simple calendar implementation, the use of curses library color change function, you can make the color more brilliant.)