搜索资源列表
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
lpci.c
- 主要的功能是在LINUX下枚举所有PCI的信息-List all pci information under linux
stub_printf.c
- Passing variable argument list to other functions on G-Passing variable argument list to other functions on GCC
digitaleyes-c
- DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml. usage : ./digitaleyes[.opt] [processes in chronological order] file -noise Reduces image noise. -rotate Finds angle and rotate image. -lessons Builds the lessons
linux-dev-manage.c
- 该C程序通过调用linux环境下的一些系统函数,实现对linux中/dev目录的管理,包括统计该目录下文件数目,以及列出所有文件等。-The C program by calling the linux environment, some system functions to realize the linux in the/dev directory management, including the statistics of the directory number of files,
list
- c数据结构 链表源码,在linux下可编译,包含makefile文件-c data structure linked list source code can be compiled under the linux, including the makefile file
c
- this command will list directories in linux in terminal
good-c
- linux链表,有很好的功能,可以作为学习参考,对初学者很有用-linux list
c-link
- 链表的创建、链表的插入、链表的修改和链表的删除。-List creation, list of the insert, modify, and list the list of deletion.
list
- 用C/C++在Linux Gcc编译器下设计一个类似于ls命令的程序,编译后生成可执行命令-With C/C++ under Linux Gcc compiler design a program similar to the ls command, the compiler generates an executable command
list
- list.c实现一个链表操作模块。 该模块定义了一个链表头结点指针head-list.c operation module implements a linked list. This module defines a list head node pointer head
ls
- ls.c - List the contents of an ext2fs superblock.
list
- list.c: lists handling implementation.
list
- 一个用C++编写的通用链表,可实现链表的增删改查释放等功能。-C++ prepared with a common list, enabling the release of the list of the CRUD functions.
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
C语言库函数参考手册
- C语言 库函数列表,速查,可以方便、快速定位到函数,了解其功能及用法。(Quick C language library function list, can easily and quickly locate the function, understand its function and usage.)
addressbook
- 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)
list
- 封装了通用的C语言链表,使用的时候可以直接调用(It encapsulates the common C language linked list, which can be called directly when used.)