Welcome![Sign In][Sign Up]
Location:
Search - list.c

Search list

[Button control能用于多种系统下的灵活列表功能 C++

Description: 能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
Platform: | Size: 11216 | Author: 华峰 | Hits:

[Other resource程序C++双链表

Description: 程序C++双链表算法代码-procedures List C-code Algorithm
Platform: | Size: 6254 | Author: 刘锐 | Hits:

[Windows Developlist-HeadAndTail

Description: 带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点-lead the list tail pointer from the list, insert the rear, can easily delete the list of arbitrary location of the node
Platform: | Size: 7168 | Author: | Hits:

[STLtestlinklists

Description: 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications-- Description Language C" on the Internet and get some information after the government. The causes of the projects have to use a linked list, but I do a simple List C when used with the C lot of difference, such as the assignment operator (compilers that do operator overloading, or test Pui Constructors, C as a structural view of the category, as detailed in the documents related presentations or books). Later, one would simply be a template to learn about the way the West.
Platform: | Size: 33792 | Author: 啊啊 | Hits:

[Data structs程序C++双链表

Description: 程序C++双链表算法代码-procedures List C-code Algorithm
Platform: | Size: 6144 | Author: 刘锐 | Hits:

[Data structs数据结构算法集---C++语言实现

Description: 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
Platform: | Size: 7168 | Author: 新康 | Hits:

[Applications学籍管理系统C语言版

Description: 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,在编写查找函数时,兼顾了删除,修改操作所需的元素。在删除中,尝试书中原始方法,而修改操作则保留我原有的引用。排序函数中,设想对已有的各项排序,因此按照每项再另建函数。通过代码量上的增加来确保运行的一次可行性。每次运行完都返回一个head值。再通过主函数的数据显示循环显示结果。 保存操作:关闭已打开文件。用“写”的形式建立同名的(同时自动删除原有的),将内存中的链表完全输出到文件中。-expulsion management system! The use of C language! The basic module concept, the setting of the "read files into memory formation Chain, Chain operation, the memory contents of the List to preserve documents" three basic block. Read documents : the main function was completed. Principle is that the first checks whether the file pointer at the end, and if not, in the memory unit opened up a length in the document read data into the unit length of the space, and with each other constitute List. Parameters taken with the main function, to ensure preservation of diversity. List of the operation : to be inserted into (building), delete, search, modify, sort. The five basic functions. Five were used to complete the function. January 1 is not described here. Which, delete, search, modi
Platform: | Size: 252928 | Author: 叶兆源 | Hits:

[ELanguagec语言词法分析程序

Description: .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparation, modulation of the lexical analysis of a specific procedure, deepen understanding of the principles lexical analysis. Requirements: (1) through the understanding of the formal ceremony, finite automata theory, in accordance with the following X-language description of the preparation of an X language lexical analysis procedures. (2) submitted to the experiment report, which reads as follows: The purpose of the requirements, DFA, the list of procedures (with Notes), the test sample and the results
Platform: | Size: 33792 | Author: 萧飞 | Hits:

[File OperateC语言 程序设计

Description: 对于链表的基本操作 包括建立,插入,删除-List for the basic operation including the establishment, insert, delete
Platform: | Size: 19456 | Author: 周萍 | Hits:

[ListView/ListBoxmovelistbox

Description: List Control来显示数据,同时能在控件中作一些简单编辑,可以上下移动某个选定的列表项-Control List to display the data, which can control some simple editing, can move up or down a list of selected items
Platform: | Size: 31744 | Author: | Hits:

[Button control能用于多种系统下的灵活列表功能 C++

Description: 能用于多种系统下的灵活列表功能 C++代码-system can be used in a variety of flexible function List C code
Platform: | Size: 11264 | Author: 华峰 | Hits:

[Multimedia programImage List Control

Description: 这是一个简单的多媒体控件:Image List Control。原代码用的是标准C。用意于系统编程的朋友们可以看看。-This is a simple multimedia controls : Image Control List. The original code used in standard C. In System Programming intention friends can see.
Platform: | Size: 2048 | Author: 游嘉龙 | Hits:

[Data structs双链表的插入与删除

Description: 双链表的一个简单实现,双链表的插入也删除-Double-linked list to achieve a simple, double-linked list insertion also delete
Platform: | Size: 1024 | Author: Yuan | Hits:

[Button controllist很有用

Description: 这是一个质量特别特别高的软件,支持list控件的编辑,改变颜色,鼠标捕捉,截获消息,里面嵌入了进度条等。为了中国的软件事业,好东西拿出来改大家,希望改变我们的程序员的小气心理。-This is a particularly high especially in the quality of software, supports the editorial control list, change in color, mouse capture, intercepted information embedded inside of the other progress. To China's software industry, to show the good things we changed, we hope to change the programmer's stingy psychological.
Platform: | Size: 2154496 | Author: tw | Hits:

[CSharp链表的C语言实现之单链表的实现

Description: 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
Platform: | Size: 1024 | Author: 尹科华 | Hits:

[mpeg mp3EZW_example

Description: EZW举例 该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器-EZW For the source code contains six documents : EZW.H- EZW-headers EZW.C- EZW MATRIX2D.H M-paper ATRIX2D.C-encoder data definitions and data results of operations FIFO.H FIFO.C-side scanning Type definitions : first-first-out principle LIST.H LIST.C-zero tree structure definition and operation UNEZW.C- EZW Solutions vocoders
Platform: | Size: 11264 | Author: 赵俊 | Hits:

[Communicationaddress-list

Description: Visual C++课程设计案例精编一书自带例子程序:通讯录-Visual C cases precision curriculum design a book series, bringing their examples : Contacts
Platform: | Size: 64512 | Author: 王海涛 | Hits:

[Data structslist

Description: C语言编写的标准链表模板。包含链表的9种基本操作,链表的创建,判断,结点的增加、删除、查找,链表的删除等。-C language linked list of standard templates. Contains the list of nine kinds of basic operation, list creation, judgments node to add, delete, search, delete, etc. the list.
Platform: | Size: 1024 | Author: KiD | Hits:

[Data structsskiplist.c.tar

Description: A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary search trees (that is, with number of probes proportional to log n instead of n).
Platform: | Size: 1024 | Author: read1 | Hits:

[Data structsDoubly Linked List

Description: doubly linked list c data structure
Platform: | Size: 1024 | Author: Minji | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net