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

搜索资源列表

  1. exchangeparametersbetweenBootLoaderandLinuxcore.ra

    0下载:
  2. 本文介绍了嵌入式系统 BootLoader与 Linux-2.6.19.2内核参数传递的具体实现。主 要内容包括:系统硬件平台的简介,参数链表的结构和创建,内核的接收。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:163.57kb
    • 提供者:呆牛
  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
    • 文件大小:3.41kb
    • 提供者:毛泽东
  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
    • 文件大小:10.68kb
    • 提供者:黄海盛
  1. hanban

    0下载:
  2. 1、 基本功能: 使用传统链表,实现以下功能: 1) 录入(可以直接从键盘录入,也可通过文件存储) 2) 显示所有航班信息 3) 按照查询要求(比如日期、地点等),列出相关的航班信息。 2、 扩展要求: 1) 完全使用内核链表完善该项目功能。 2) 对录入的信息进行排序(比如按起飞时间排序、按起飞地址排序等) -1, the basic functions: Using traditional chain, to achieve the following f
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:72.82kb
    • 提供者:刘鸣
  1. MPP.tar

    0下载:
  2. 基于Linux系统,对本地歌曲的识别、读取、存储、更新等处理生成MP3歌曲链表,并能够创建不同的播放链表实现分类存储。终端输入命令使用多进程编程方式实现对所选的MP3文件播放功能播放功能,播放器主要实现了定时播放结束、暂停、上一曲、下一曲、创建、删除播放列表等功能。-Linux-based systems, the identification of the local music, read, store, update and other processing to generate MP3
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-15
    • 文件大小:23.07mb
    • 提供者:
  1. planeproject

    0下载:
  2. 航班系统,利用内核链表,实现航班信息的录入,删除,排序,查找-Flights system, using kernel linked list, achieve flight information input, delete, sort, search
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:55.41kb
    • 提供者:damonzero
  1. sis.tar

    0下载:
  2. 学生管理系统,采用链表来实现的,功能不错-Student management system, using the list to achieve, function well
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:12.86kb
    • 提供者:frank
  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
    • 文件大小:5.53kb
    • 提供者:曾鸣
  1. studentManagement

    0下载:
  2. 通过结构体和链表的方式实现对学生进行管理的系统-Through the structure and chain of ways for students management system .....
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-28
    • 文件大小:284.3kb
    • 提供者:xyb
  1. Autoticket

    0下载:
  2. 基于C语言设计的火车售票系统,采用通用链表等,单向,实现火车购票退票余票查询等功能-C-based language designed to train ticketing system, to adopt a common list and so on, one-way, to achieve more than a train ticket refund ticket inquiries and other functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:3.42mb
    • 提供者:hahaha
  1. insertionanddeletion

    0下载:
  2. 双向链表的插入和删除操作的原理和函数实现。-Two-way linked list insertion and deletion operations
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:613byte
    • 提供者:du06284
  1. lrc

    0下载:
  2. linux歌词解析,通过链表实现歌词的解析和显示-linux resolve lyrics
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-20
    • 文件大小:5.12mb
    • 提供者:kitty
  1. LinkList

    0下载:
  2. 在分页式管理方式下采用链表法来表示主存分配情况,实现主存空间的分配和回收。- Paging management by using the list method to represent the distribution of main memory, the main memory space allocation and recovery.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:9.41kb
    • 提供者:
  1. flight_demo

    0下载:
  2. 用C语言中链表相关知识,实现一个航班信息的录入、查询、显示、排序等功能。 1)录入(可以直接从键盘录入,也可通过文件存储) 2)显示所有航班信息 3)按照查询要求(比如日期、地点等),列出相关的航班信息。 -Linked list with C language knowledge, to achieve a flight information input, query, display, sort and other functions. 1) input (can be
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-05
    • 文件大小:14.08kb
    • 提供者:ryan
  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
    • 文件大小:8kb
    • 提供者:尺素
搜珍网 www.dssz.com