CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - arrays c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Games
SDK
Other
Search - arrays c - List
[
Other resource
]
算法ebook(10部算法经典著作的合集)
DL : 0
算法ebook(10部算法经典著作的合集) 算法ebook> 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles-algorithm ebook (10 Algorithm classics Collection) algorithm ebookgt; Gt; Ten algorithm classics Collection chm format (1) Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2) Data Structures and Algorithms and Program Using C by Style Asperula and James F. Leonard J. Garrett (3) Data Structures and Analysis Algorithm in C by Mark Allen Weiss (4) Data Structures : From Arrays to Priority Queues by Wayne Amsbury (5) Information Retrieval : Data Structures Algorithms edited by William B . Frakes and Ricardo Baeza - Yates (6) Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7) Practical Data Structures in C by Bryan Flamig (8) Reliable Data Structures in C by Thomas Plum (9) Data Structures and Algorithms Alfred V. Aho, Bell Laborat
Date
: 2008-10-13
Size
: 27.66mb
User
:
狼狼
[
Other resource
]
黑白棋游戏
DL : 0
这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
Date
: 2008-10-13
Size
: 3.05kb
User
:
詹少
[
Other resource
]
数据结构配套光盘
DL : 0
《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, search, sort, etc. So algorithm. The CD-ROM equipped with a "data structure," a book of all the algorithm, the algorithm for each one C (suffix. Cpp files) and the executable file (wayward. Exe files).
Date
: 2008-10-13
Size
: 2.6mb
User
:
mars
[
Other resource
]
Classic_Alogrithm_10_Book_EN
DL : 0
十部经典算法合集 .chm Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ARRAYS CHAPTER 3: STACKS AND QUEUES CHAPTER 4: LINKED LISTS CHAPTER 5: TREES CHAPTER 6: GRAPHS CHAPTER 7: INTERNAL SORTING CHAPTER 8: EXTERNAL SORTING CHAPTER 9: SYMBOL TABLES CHAPTER 10: FILES APPENDIX A: SPARKS APPENDIX B: ETHICAL CODE IN INFORMATION PROCESSING APPENDIX C: ALGORITHM INDEX BY CHAPTER -10 classic algorithm correctness. Chm Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni PREFACE CHAPTER 1 : INTRODUCTION CHAPTER 2 : ARRAYS CHAPTER 3 : STACKS AND QUEUES CHAPTER 4 : LINKED LISTS CHAPTER 5 : TREES CHAPTER 6 : Yaojun CHAPTER 7 : INTERNAL SORTING CHAPTER 8 : EXTERNAL SORTING CHAPTER 9 : Symbol TABLES CHAPTER 10 : FILES APPENDIX A : SPARKS APPENDIX B : ETHICAL CODE IN INFORMATION PROCESSING APPENDIX C : ALGORITHM INDEX BY CHAPTER
Date
: 2008-10-13
Size
: 19.08mb
User
:
icc
[
Other resource
]
TEXT2Lines_SourceCode
DL : 0
把檔案讀成一行一行的程式碼 方便使用陣列解讀每行文字的程式 Script.h Script.c-the file is read as his party's code interpretation to facilitate the use of arrays of characters per line programs Script.h Script.c
Date
: 2008-10-13
Size
: 1.2kb
User
:
王八蛋
[
Other resource
]
ImpleOfDataStruct
DL : 0
数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements will not repeat), AVL tree balance, a good source of the data structure. All categories were prepared using templates is not specific to the Windows platform. as long as all have the C compiler platform can be used.
Date
: 2008-10-13
Size
: 33.03kb
User
:
王高
[
Other resource
]
HappySnake
DL : 0
我自己用tc写的一个贪吃蛇游戏,里面包括两个版本,Snake_Cng.c,Snake.c和两个可执行文件,其中Snake_Cng.c是在Snake.c的基础上加了一个游戏难度递增控制。蛇的身体使用数组实现的,有兴趣的不妨看一下。-my own use tc Snake write a game that included two versions, Snake_Cng.c, Snake.c and two executable files, Snake_Cng.c which is Snake.c increase on the basis of an increasing difficulty to control the game. Snake physical arrays to achieve, and are interested can take a look at.
Date
: 2008-10-13
Size
: 43.53kb
User
:
王高
[
Other resource
]
DSPprogram
DL : 0
1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3[n]中; addarr2(int * arr1, int * arr2, int * arr3, n)-1, (1) 32bit multiplication instructions explained (2) the load.asm volume1 on the basis of a a 16bit multiplication cumulative array of functions, and-o2 /-o3 / 2 manual optimization, c environment compilation called C function, the compilation function call c function addarr3 (int * arr1. int * arr2, arr3 int *, int * arr4, n) / / compilation function, 3 arrays corresponding location together, the results on arr4 [n], the compilation of the C function call function, arr1 put it together and put arr2 arr3 [n]; addarr2 (int * arr1, int * arr2, int * arr3, n)
Date
: 2008-10-13
Size
: 19.06kb
User
:
郭春吉
[
Other resource
]
vc6mdn
DL : 0
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。类库参考1-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC category, and detailed descriptions of each category of members. including members of functions and dat
Date
: 2008-10-13
Size
: 1.73mb
User
:
why
[
Other resource
]
vc6mlr
DL : 0
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。类库2-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC category, and detailed descriptions of each category of members. including members of functions and dat
Date
: 2008-10-13
Size
: 157.85kb
User
:
why
[
Other resource
]
vc6mlrd
DL : 0
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。-3-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC category, and detailed descriptions of each category of members. including members of functions and dat
Date
: 2008-10-13
Size
: 233.71kb
User
:
why
[
Other resource
]
vc6mlru
DL : 0
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。-4-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC category, and detailed descriptions of each category of members. including members of functions and dat
Date
: 2008-10-13
Size
: 228.84kb
User
:
why
[
Other resource
]
vc6mup
DL : 0
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。-5-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC category, and detailed descriptions of each category of members. including members of functions and dat
Date
: 2008-10-13
Size
: 1.69mb
User
:
why
[
Other resource
]
AlgorithmsDataStructuresInC++
DL : 0
C,C++ 数组、指针、结构、类等数据结构的底层算法和具体实现。-C, C arrays, pointer, structure, the type of data structure and algorithm for the bottom of concrete realization.
Date
: 2008-10-13
Size
: 979.08kb
User
:
李瑞强
[
Other resource
]
c++_class_matrix
DL : 0
完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators - Heavy Operators multiply *, heavy Operators matrix multiplication * matrix transpose.
Date
: 2008-10-13
Size
: 2.86kb
User
:
dingdong
[
Other resource
]
sgj4
DL : 0
邻接矩阵类的根是A d j a c e n c y W D i g r a p h,因此从这个类开始。程序1 2 - 1给出了类的描述。程 序中,先用程序1 - 1 3中函数Make2DArray 为二组数组a 分配空间,然后对数组a 初始化,以描述 一个n 顶点、没有边的图的邻接矩阵,其复杂性为( n2 )。该代码没有捕获可能由M a k e 2 D A r r a y 引发的异常。在析构函数中调用了程序1 - 1 4中的二维数组释放函数D e l e t e 2 D -adjacency matrix type is the root A d j a c c e n y W D i g r a p h, the category from the start. Procedure 1 2 - 1 is a kind of description. Procedures, use procedures 1 - 1 3 Make2DArray Function of two arrays a group of space allocation, Then a pair of array initialization to describe a n vertices, there is no edge of the adjacency matrix, the complexity of (n2). The code may not caught by M a k e r 2 D. A. r y a trigger abnormal. The destructor method is called in the process 1 - 1 4 2-D array of release function D e l e t e 2 D
Date
: 2008-10-13
Size
: 1.28kb
User
:
史桂金
[
Other resource
]
Ledarray.c
DL : 0
可以观察到,发光二级管阵列显示从0--9的计数.-can observe that luminescence shows two arrays from 0 -- 9 count.
Date
: 2008-10-13
Size
: 8.01kb
User
:
于海宾
[
Other resource
]
gauss2.c
DL : 0
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.
Date
: 2008-10-13
Size
: 1.49kb
User
:
张琦
[
Other resource
]
Merge2Array
DL : 0
this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
Date
: 2008-10-13
Size
: 2.92kb
User
:
tony chen
[
Other resource
]
ARRAYS
DL : 0
学习C语言路上的第一道难关,数组,此代码就是关于数组操作的所有问题的基本原理和入门
Date
: 2008-10-13
Size
: 13.43kb
User
:
jacky
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.