搜索资源列表
zhp-huiguixishu
- 输入两组数,即一系列点,求他们的回归系数,用链表实现,方便插入和删除,-importation of the two groups, which is a series of points, for the regression coefficients, with Chain achieve facilitate insertion and deletion.
func
- 这是在ADIdsp上实现的A型算法和链表程序以及无线通讯的源程序,这可是今年ADI全国创新设计大赛上获得一等奖的作品的主要程序呀,(注仅用于学习,因为实验室已将其完整的工程申请专利,由此产生的法律问题由下载者承担)
xueshengpaiming
- 这是一个使用链表实现学生排名的c++程序。源代码可以学习下。
exchangeparametersbetweenBootLoaderandLinuxcore.ra
- 本文介绍了嵌入式系统 BootLoader与 Linux-2.6.19.2内核参数传递的具体实现。主 要内容包括:系统硬件平台的简介,参数链表的结构和创建,内核的接收。
VxWorks_mbusC
- VxWorks系统上基于M总线控制系统的设计与实现.pdf :研究基于VxWorks嵌入式实时系统下M 总线控制系统的软件设计思想和实现方法.该系统需要设置两 个各自独立运行的实时任务. 达到对外部设备进行控制的功能.第1个任务负责收集命令和通过传感器采集到 的数据,并设定命令优先级;第2个任务负责解释执行,并发送命令执行后的啊应,两个任务之间通过命令缓存链 表进行锺信.此设计思想简单、高效,可以被广泛应用在与M 总线相关的其他控制系统中
OSMemory
- 用链表实现的内存管理,用数组来模拟内存空间实现的一个内存管理算法-achieve with the memory management, using memory arrays to simulate space realization of a memory management algorithm
particle
- 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版
xianxingbiao
- 线性表运算 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。-Linear form of linear operator grasp the basic operation Table: initialize, insert, delete, search, space-contracting, and computing the length of the linear table at the order of storage
ListGUI
- 链表演示系统ListGUI,实现链表的创建,从头和从尾创建,删除,反转,保存,排序,等等有关链表的一系列操作-ListGUI
C_linked_list_data
- C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
ArrayLink
- ADS环境下ARM汇编语言编程,实现了链表的插入和排序功能。-Realize the Link data structure by the ARM ADS IDE.The link can be inserted or sorted.
Stack
- 利用C语言,链表,实现的一个入栈出栈的小例子-A small example of the C language, which pushed and poped the stack by linked lists.
hanban
- 1、 基本功能: 使用传统链表,实现以下功能: 1) 录入(可以直接从键盘录入,也可通过文件存储) 2) 显示所有航班信息 3) 按照查询要求(比如日期、地点等),列出相关的航班信息。 2、 扩展要求: 1) 完全使用内核链表完善该项目功能。 2) 对录入的信息进行排序(比如按起飞时间排序、按起飞地址排序等) -1, the basic functions: Using traditional chain, to achieve the following f
planeproject
- 航班系统,利用内核链表,实现航班信息的录入,删除,排序,查找-Flights system, using kernel linked list, achieve flight information input, delete, sort, search
sis.tar
- 学生管理系统,采用链表来实现的,功能不错-Student management system, using the list to achieve, function well
studentManagement
- 通过结构体和链表的方式实现对学生进行管理的系统-Through the structure and chain of ways for students management system .....
list
- 单向链表算法实现,用于通信中链表元素的遍历、添加、删除。-One-way linked list to achieve the source file
animal-game
- 通过链表指针实现动物运动会的功能,运用到深拷贝,指针访问。-Animal Games through the linked list pointers function, applied to deep copy pointer accesses.
insertionanddeletion
- 双向链表的插入和删除操作的原理和函数实现。-Two-way linked list insertion and deletion operations
system
- linux下简单学生操作系统的实现,双向循环链表的使用,数据结构中对于结构体的练习。(Linux simple calendar implementation, the use of curses library color change function, you can make the color more brilliant.)