搜索资源列表
student-manage
- c语言中一个关于链表的操作,输入数据,按要求操作,可以帮助您更好地学习链表-c language of a chain operation, the input data, the requested operation, and can help you to better study Chain
a048008
- 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
nachosdllist
- 程序使用的是在nachos体系架构下完成双向链表的构建,和对一些并发错误的处理
list_str_mul
- 2个1000位大整数相乘,采用链表的方式组织乘数和被乘数,相乘得到结果存在链表中,最后累加打印出结果
reverse_list
- 将一个链表逆序,共2种方式,一个是采取依次摘取节点的方式,另一个是递归方式
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
Info
- 使用QT编写了简单的学生管理系统,本程序运用了链表机制来实验的,功能不完善,可以作为初学者学习的资料,代码做了比较详细地注释。
u-boot_kernel
- 本文介绍了嵌入式系统BootLoader与Linux-2.6.19.2内核参数传递的具体实现。主 要内容包括:系统硬件平台的简介,参数链表的结构和创建,内核的接收
c++example
- c++的一些简单但是特别精炼的例子 关于栈和链表,从NACHOS中提取的
list_linux
- 数据结构自己写的linux链表的实现,希望对大家有用
list_re
- 数据结构自己写的循环链表的实现,希望对大家有用
generics-0.4.2
- 用C语言实现数据结构的封装,比如链表,向量等,很实用。-Data structure using C language package, such as lists, vectors and so on, very practical.
ext3Viewer.rar
- 查看Linux中的EXT3文件系统的超级块、inode等基本信息。对EXT3文件系统中的基本块可以修改其链表。,See Linux in the EXT3 file system super block, inode and other basic information. EXT3 file system on the basic block can modify the list.
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
11
- 编程实现如何创建含有n个结点的单向循环链表(programing to realize creating single linklist with n node)
linklist
- 单链表的增、删、改、查、打印,以及翻转。(List of single-add, delete, change, check, print, and flip.)
glist
- 非常简洁的通用链表代码,直接可以编译可以用!(Very concise general list of list code, directly can be compiled to use!)
list
- 封装了通用的C语言链表,使用的时候可以直接调用(It encapsulates the common C language linked list, which can be called directly when used.)