搜索资源列表
student-manage
- c语言中一个关于链表的操作,输入数据,按要求操作,可以帮助您更好地学习链表-c language of a chain operation, the input data, the requested operation, and can help you to better study Chain
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
generics-0.4.2
- 用C语言实现数据结构的封装,比如链表,向量等,很实用。-Data structure using C language package, such as lists, vectors and so on, very practical.
struct
- C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
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.
makefile_for_chains
- 一个有关linux下面Makefile与链表结合的演示程序,主要基于谭浩强的C语言进行了部分改动-A Makefile with the following list linux demo combining procedures, mainly based on the C Hao strong language of some changes
osiplist
- osip库中的链表,用C语言实现,window、linux等均可以使用,去掉了一些关联,根据实际使用进行了修改,增加了函数。-osip library list, using C language, window, linux, etc. can be used to remove a number of related, according to the actual use of modified, an increase of function.
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
C_link
- 用C语言实现通用链表的功能 有增 删 改 查的功能函数-Is C write link
graph_DFS
- 简易链表linux下实现单向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码-Easy to achieve one-way linked list linux C-language program, a detailed list manipulation functions can be used as reference for learning the C language code
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
shedular
- C 语言写的 schedular 模仿Minix 结构中的进程调度执行队列进程。采用双链表。-Written in C language schedular Minix structure mimics the process of scheduling the execution queue process. Double-linked list.
airport.tar
- 在ubuntu下用C语言实现的机票管理系统,其中链表实现创建链表,删除链表等。-In ubuntu using C language implementation of ticket management system, which linked list to create lists, deleting the list and so on.
sys
- 这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些
cycle-linklist
- 循环链表和约瑟夫环的实现代码。利用C语言编写,详细介绍并实现了数据结构的增删改查等代码-Circular list and Josephus implementation code. Using C language, detail and implement additions and deletions to change search data structures, such as code
student
- 在某培训公司培训时基于linux操作系统 的用C语言学生管理系统,主要语法 链表,排序-Training in a training company based linux operating system using C language student management system, the main grammar- list, sorting
CppStudy
- 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, pointers, linked lists, are
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
list
- 封装了通用的C语言链表,使用的时候可以直接调用(It encapsulates the common C language linked list, which can be called directly when used.)
FM
- 用C语言模拟的收音机功能,字符界面,主要技术点:字符UI、链表(Radio function, character interface, simulated in C language)