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

Search list

[Mathimatics-Numerical algorithms用C++完成的双链表源代码

Description: 用C++完成的双链表源代码-completion of the C-List source code
Platform: | Size: 6110 | Author: link | 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: 2773 | Author: 游嘉龙 | 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: 1557 | Author: 尹科华 | Hits:

[Compress-Decompress algrithmsLZW算法源码C语言

Description: LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,压缩或解压缩完成后,这个串表又被丢弃。 -LZW compression algorithm brief Authors : Song Description : one on the LZW compression algorithm brief article, accessibly, an eye-catcher! Note : The article reported software collated since 1998 on the consolidated list. LZW compression algorithm is a new compression method by Lemple - Ziv-Welch, the three work together to create and use their names. It adopted a series of advanced non-compressed form, each of the first series on a string form, with a string of figures to show that compressed files only digital storage, not storing strings, thus the document image compression efficiency significantly. Magically, whether it is in compression or decompression process can correct the establishment of this series table Compression or decompress after the completion of the series table also
Platform: | Size: 4861 | Author: 邓海波 | Hits:

[File OperateC语言难点分析整理

Description: 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process I personally think that a more focused, a better grasp of these focus on C will be used more handy. In addition will include some of the details, error-prone areas. The main contents include : Scope of Variables and storage types, functions, arrays, string, target, document, etc. List. Some of the most basic concepts in this no more explanation. only hope to be able to pieces with the C language learners and the learning process on the plane for a little bit of help.
Platform: | Size: 6910 | Author: 赵东生 | Hits:

[Compress-Decompress algrithmsEZWvc

Description: ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
Platform: | Size: 11437 | Author: 马木木 | Hits:

[File Operatevc_linkL

Description: 自己写的C++实现单链表操作的源代码,请大家多多指教。 -himself wrote the single-List C operation of source code, please exhibitions.
Platform: | Size: 1725 | 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: 11265 | Author: 赵俊 | Hits:

[CSharpDLINK

Description: 单链表的处理全集 一些关于链表基本操作的C++程序-Complete Works of handling some of the basic operation of List C Program
Platform: | Size: 9397 | Author: wwj | Hits:

[OtherGdbhcx(C)

Description: 简易哥德巴赫猜想(任何一个大于6的偶数可以分解成两个素数,可以利用枚举法,先把偶数可以分解的所有奇数对列出,再判断是否为素数,直到验证成功为止)-summary Goldbach conjecture (any one of the even greater than 6 can be decomposed into two prime numbers. can enumeration method, the decomposition can even first of all to the list of odd, then judge whether the prime, until proved to be successful so far)
Platform: | Size: 1062 | Author: yinlu | Hits:

[Other用c++完成的双链表源代码

Description: 用c++完成的双链表源代码-complete with the source code-List
Platform: | Size: 9813 | Author: 梅爱华 | Hits:

[Other2.24

Description: 题目:A、B两个以单链表做存储结构的递增有序排列的链表合并为一个单链表做存储结构的递增有序链表C-topic : A, two B-List to do the incremental storage structure of the orderly Chain for a single merger Chain store done in an orderly structure of the increase List C
Platform: | Size: 14907 | Author: 袁坤 | Hits:

[Communicationaddress-list

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

[Other resourcec++list

Description: 这是一个c++的list控件使用的源代码,可以-This is a list of c controls the use of the source code, s
Platform: | Size: 1222184 | Author: jiangnan | Hits:

[WEB CodeC++bianchengshide

Description: C/C++头文件一览,对初学者如何运用头文件很有帮助-C / C header files list, for beginners how to use the header files helpful
Platform: | Size: 3913 | Author: cd | Hits:

[Otherlist-stack-queue

Description: 这是一个C++关于链表\\栈\\队列封装的一个类~-This is a linked list of C \\ Stack \\ of a cohort Packaging category ~
Platform: | Size: 19594 | Author: 郭克新 | Hits:

[Compress-Decompress algrithmsEZWVCcode

Description: 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code includes six documents : EZW.H - EZW EZW.C document for the first-EZW for documents MATRIX2D.H M ATRIX2D.C-encoder data definitions and outcome data operation FIFO.H FIFO.C-side scanning Type definitions : first-in-first-out principle LIST.H LIST.C-zero-tree structure definition and operation UNEZW.C - EZW Solutions Device
Platform: | Size: 9352 | Author: 爱玛 | Hits:

[Other resourcelist

Description: C语言编写的标准链表模板。包含链表的9种基本操作,链表的创建,判断,结点的增加、删除、查找,链表的删除等。
Platform: | Size: 1715 | Author: KiD | Hits:

[Linux-Unixlist

Description: 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
Platform: | Size: 79902 | Author: 方彪 | Hits:

[CSharpC#图像同名像点提取

Description: 使用基于相关系数的影像匹配测度算法,从两幅数字影像中自动匹配50个以上的同名像点。使用窗体界面、控件编程;在设计的界面窗口中显示两幅图像、在图像中显示所匹配出的同名像点 (+),并列表显示各个同名像点的像素坐标。(Using image matching measure algorithm based on correlation coefficient, more than 50 homonymous points are automatically matched from two digital images. Programming with form interface and control; displaying two images in the designed interface window, displaying matched homonymous image points (+) in the image, and displaying the pixel coordinates of each homonymous image points in a list.)
Platform: | Size: 334848 | Author: 小怪兽zz | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net