搜索资源列表
链表实现用户对数据针对每个人的管理
- 是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-is a data structure of the programming code, procedures to achieve a Chain Management everyone information
编程论坛-用C简单编写通讯录源代码(经典)申请加精
- 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
链表相关编程
- 创建一个链表,逆向输出链表,两个链表的合并的vc程序编程实现代码。-create a linked list, reverse output chain and the two combined Chain vc programming code to achieve.
应用Clist存储链表
- 使用Clist控件来存储链表的方法,更具有灵活行,而且编程方面-using Clist Control List to store the method, more flexible firms and programming.
链表合并
- 本程序是在VC环境中进行的可视化编程,可以实现两个升序的单链表合并问题。代码直观,易于理解。
A0_001 链表编程
- N只猴子要选大王,所有猴子按1,2,3...M报数,凡报到M的退出圈外,如此循环,直到圈内只剩一只,就是大王了. 分析:建立一个环形链表,每个猴子就是链表中的一个结点,那么猴子出圈就是对环形链表中的结点的删除,只到最后剩下的一个结点为止.-N monkeys to elect king, all the monkeys reported by a number 1,2,3 ... M, where M to report the withdrawal of outsiders, a
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
Cpp_list
- 用c++语言线性链表编程(采用类和对象的方法),包含说明-list with the c plus plus language(class and object)
Students_database
- 学生数据库 用C语言编写的经过调试的数据库,是通过链表实现的。是进一步掌握C编程的良好方法。可以记录学号,性别,年龄,分数-Students use the C language written in the database after the database debugging is achieved through the linked list. Further understand the C programming is a good way. Can record stud
linuxC
- C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
Data
- 常见数据结构中的几种链表编程,用C在VS2008环境下的编程-data struct line vs2008
Java-data-structures-andalgorithms-
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
double_list.tar
- 数据结构之 双链表编程源代码 培训课程的源代码-Double-linked list data structure of the training program source code
tongjihouxuanren
- 操作系统实验统计候选人用循环链表编程有完整的代码和结果截图和注释以及使用说明-The operating system experiment with the circulation statistics candidate list of the programming of complete code and the results screenshots and commentary and instructions
stu
- 用链表编程实现的学生信息系统管理,采用VC++6.0编写。-Student information system management, implemented as a linked list programming using VC++ 6.0 prepared.
Alist
- linux系统下的链表编程 及相应的代码规范-linked list linux system programming and code specifications
11
- 编程实现如何创建含有n个结点的单向循环链表(programing to realize creating single linklist with n node)
linkQueue
- doc版本的链表模版 可以用来进行数据结构编程(doc version of linked list template)
链表
- 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(Learning the chain table operation of the data structure, and programming the combination of data in two linked lists with the chain table, and arrange the size.)
链表
- 数据结构链表,包括线性表的基础编程,适用于C语言。(Data structure chain table)