CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - c 链表

搜索资源列表

  1. xueshengpaiming

    0下载:
  2. 这是一个使用链表实现学生排名的c++程序。源代码可以学习下。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:12538
    • 提供者:sammual
  1. LinkList

    0下载:
  2. 用c++写的单链表操作有 读出所有链表元素, 在指定位置取元素,修改元素,插入元素 删除元素等功能
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1584
    • 提供者:wangwei
  1. particle

    0下载:
  2. 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:227067
    • 提供者:
  1. c_list

    0下载:
  2. 在纯C语言嵌入式开发环境下可以使用的双链表算法及相关调试接口函数。-double list using C language
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:13342
    • 提供者:bryan
  1. Cchapter5

    0下载:
  2. C语言进阶-第五讲 数据结构与链表 C语言进阶 (东大 凌明)-C-Advanced- 5th speak with the linked list data structure
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:43452
    • 提供者:ccc
  1. SDLTree

    1下载:
  2. 动态链表存储的树的c++代码实现 树的三种遍历的c++代码实现-Dynamic list stored in the tree c++ code to achieve the three kinds of tree traversal of the c++ code to achieve the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-20
    • 文件大小:5821265
    • 提供者:roxy
  1. list

    0下载:
  2. 链表操作 删除 创建 插入 销毁-c linux 链表操作
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:8486
    • 提供者:wangxy
  1. list

    0下载:
  2. Visual C++ 6.0 链表 例程 实现功能:学生名单登陆系统-Visual C++ 6.0 list example
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:799570
    • 提供者:lixuanang
  1. C_linked_list_data

    0下载:
  2. C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:4614
    • 提供者:Bob
  1. c_suanfa

    0下载:
  2. c常用算法 带头结点双链循环线性表 单链表 单循环链表 定长串 -c common algorithms to take the lead node linear form double-stranded cycle fixed-length string list list round robin ...
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:16312
    • 提供者:weirdy
  1. writeAndReadToStructs

    0下载:
  2. C语言读取文件,写入结构体的功能,读取文件,解析文件,创建链表,打印-read file,and put data to struct use C
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1239
    • 提供者:江恨水
  1. timeout-list-malloc

    0下载:
  2. 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:29011
    • 提供者:tangjian
  1. airplaneSystem

    0下载:
  2. 基于C语言编写的一个航班查询系统,可以实现机票的信息查询,并显示机票的具体信息,以结构体链表实现。-Flight inquiry system based on the C language, ticket information query and display ticket information structure linked list.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:10939
    • 提供者:黄海盛
  1. memb

    0下载:
  2. 因单片机的ram非常有限,本人在实际的工作中发现在编写单片机程序时能使用动态内存分配将对程序结构和提高程序复杂度有很大的帮助,但是编写动态内存分配代码因ram有限又不适宜采用动态链表的方式来管理内存,采用固定分配块的方式又不能充分利用单片机的ram(有时候一个字节都很重要啊),为此想出这个在速度和ram使用效率折中的办法(因为在使用动态内存的地方往往速度要求不是很高)。 本代码是采用C语言编写,可以在任何可编译C语言的工具上编译。 如果你在使用中发现任何的bug,或者对单片机
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-04
    • 文件大小:8496
    • 提供者:Leo_wei
  1. Stack

    0下载:
  2. 利用C语言,链表,实现的一个入栈出栈的小例子-A small example of the C language, which pushed and poped the stack by linked lists.
  3. 所属分类:VxWorks

    • 发布日期:2017-11-30
    • 文件大小:1151
    • 提供者:z
  1. Three-important-data-structures

    0下载:
  2. 对嵌入式开发很重要的三个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. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1367868
    • 提供者:李泽
  1. 20120627OK

    0下载:
  2. 用Linux下的C++写的链表代码,可正常编译。-Using C++ under Linux code written in the list, can normally be compiled.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:yinsua
  1. link_both

    0下载:
  2. C语言写的双向链表实现,方便学习,代码内有注释,可参照~- C language written in two-way linked list implementation, easy to learn, there are comments in the code, you can refer ~! !
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5664
    • 提供者:曾鸣
  1. listdel.c.tar

    0下载:
  2. 从链表中删除一个节点的小程序。分成三种情况:新节点前面有节点后面也有节点,新节点前面没有节点后面有节点,新节点前面有节点后面没有节点-Delete a node the list of small programs. Divided into three cases: the new node in front of the node is also a node, the new node in front of the node has no node, the new node has
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:zj
  1. system

    0下载:
  2. linux下简单学生操作系统的实现,双向循环链表的使用,数据结构中对于结构体的练习。(Linux simple calendar implementation, the use of curses library color change function, you can make the color more brilliant.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-20
    • 文件大小:8192
    • 提供者:尺素
« 12 »
搜珍网 www.dssz.com