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

搜索资源列表

  1. slist

    0下载:
  2. 1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的)   ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意:   链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9121
    • 提供者:柳军
  1. thread

    0下载:
  2. 线程池里所有运行和等待的任务都是一个CThread_worker 由于所有任务都在链表里,所以是一个链表结构 -Thread pool and wait for all the tasks are running a CThread_worker Since all tasks are in the linked list, it is a linked list structure
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1976
    • 提供者:erfang
  1. FCFSandSPF-basedprocessmanagementsystem

    0下载:
  2. 课程设计的目的 本设计的目的是:加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。 课程设计的要求 (1)设计一个完整的进程调度系统,系统中至少包括5个进程;(2)定义PCB; (3)采用链表管理就绪队列; (4)结果要能够显示出进程的调度序列及进入系统的时间、运行时间等必要信息。-The purpose of the curriculum design of the purpose of this design are: better unde
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2626561
    • 提供者:杨夏
  1. datastructurevccode

    0下载:
  2. 数据结构各种算法如链表,堆栈,队列等用VC实现,包括VC的代码。-Algorithms such as data structure linked list, stack, queue, etc. VC to achieve, including the VC code.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:68588
    • 提供者:刘石
  1. min_malloc5

    0下载:
  2. 小型内存分配模块,用通用循环双向链表实现,改程序模拟系统malloc-Small memory allocation module, two-way linked list with the realization of general circulation, to process simulation system malloc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:3495
    • 提供者:毛泽东
  1. flashloader

    0下载:
  2. linked list construct to support any number of Flash banks.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:14438
    • 提供者:ntbuse
  1. buffer

    0下载:
  2. Double linked list with maximised number of items in list. implementation with automatic sorting feature.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:2344
    • 提供者:Piet
  1. Cchapter5

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

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

    0下载:
  2. This document reviews basic linked list code techniques and then works through 18 linked list problems covering a wide range of difficulty. Most obviously, these problems are a way to learn about linked lists.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:44392
    • 提供者:makku
  1. snake

    0下载:
  2. 双向链表实现的贪吃蛇游戏,有详细的注释。调用一块液晶屏的GUI函数,移植性好。-Two-way linked list implementation Snake game with detailed annotations. Call an LCD screen GUI functions, porting is good.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:228287
    • 提供者:nostalgia
  1. main_linkedlist_app

    0下载:
  2. linked list source code example
  3. 所属分类:Windows CE

    • 发布日期:2017-04-11
    • 文件大小:1514
    • 提供者:Park
  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. datastructure

    0下载:
  2. data structure..linked list,queue,etc
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:22347
    • 提供者:chandruprakash
  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. treelinklist

    0下载:
  2. this code for tree linked list. you can create node. and then yo can look child of data from root.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:110879
    • 提供者:dias
  1. Examen-3er-parcial-SUPERCOMPUTO

    0下载:
  2. this a program that simulate a linked list using files, it can read the info from a .txt file.-this is a program that simulate a linked list using files, it can read the info from a .txt file.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:13192
    • 提供者:mario carbajal
  1. List

    0下载:
  2. 链表的操作,包括添加、删除、插入、移除、一系列关于链表指针的操作-The list of operations, including add, delete, insert, remove, a series of operations on a linked list pointer
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:4764
    • 提供者:问名超
  1. Quick-sort-doubly-linked-list

    0下载:
  2. 双向链表快速排序-Quick sort doubly linked list
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:2381
    • 提供者:Annabelle
  1. Linked-List

    0下载:
  2. Few programs on linked list.
  3. 所属分类:Other Embeded program

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

    0下载:
  2. 单向链表算法实现,用于通信中链表元素的遍历、添加、删除。-One-way linked list to achieve the source file
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:Jeffrey
« 12 3 »
搜珍网 www.dssz.com