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
Search - arrays c - List
[
Software Engineering
]
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
: 2025-12-15
Size
: 19.08mb
User
:
icc
[
Software Engineering
]
ArraysPointersInC
DL : 0
This a short text on arrays and pointers in C with an emphasis on using multi-dimensional arrays. The seemingly unrelated C rules are explained as an attempt to unify arrays and pointers, replacing arrays and the basic array equation by a new notation and special rules-This is a short text on arrays and pointers in C with an emphasis on using multi-dimensional arrays. The seemingly unrelated C rules are explained as an attempt to unify arrays and pointers, replacing arrays and the basic array equation by a new notation and special rules
Date
: 2025-12-15
Size
: 5kb
User
:
asi
[
Software Engineering
]
c
DL : 0
本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer and the pointer in different types of computing the actual meaning of the process with examples for a detailed description of the realization of dynamic arrays and introduced the pointer when the function call role.
Date
: 2025-12-15
Size
: 131kb
User
:
wuke
[
Software Engineering
]
EffectiveSTL-revised
DL : 0
Sure, the STL has iterators, algorithms, and function objects, but for most C++ programmers, it s the containers that stand out. More powerful and flexible than arrays, they grow (and often shrink) dynamically, manage their own memory, keep track of how many objects they hold, bound the algorithmic complexity of the operations they support, and much, much more. Their popularity is easy to understand. They re simply better than their competition, regardless of whether that competition comes from containers in other libraries or is a container type you d write yourself. STL containers aren t just good. They re really good.
Date
: 2025-12-15
Size
: 1.18mb
User
:
searcher
[
Software Engineering
]
C100
DL : 0
C语言之指针、数组和函数100例,非常好,很有用-C language pointers, arrays and functions 100 cases, very good, very useful
Date
: 2025-12-15
Size
: 194kb
User
:
sofia
[
Software Engineering
]
shujujiegou
DL : 0
主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree, locate, map, and the like capacity.
Date
: 2025-12-15
Size
: 1.76mb
User
:
22
[
Software Engineering
]
shujujiegou_C
DL : 0
介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tree, map, search and sorting, etc., each chapter gives plenty of examples and diagrams which aim at illustrating basic concepts and methods. At the same time, the algorithm introduced in the book using c language as the programming description which makes the algorithms are more availale to use instead of some abstract definition. Furthermore, more specific algorithms are given in order to seek algorithms closer to practical application, so that readers can improve their programming skills more quickly .
Date
: 2025-12-15
Size
: 7.54mb
User
:
冰茜
[
Software Engineering
]
PointersandArrays
DL : 0
this material is about pointers and arrays in c-language
Date
: 2025-12-15
Size
: 159kb
User
:
QT
[
Software Engineering
]
Data-Structures-and-Algorithms_-Arrays
DL : 0
The document is consisting the chapter of array in data structure with C++ algorithm.
Date
: 2025-12-15
Size
: 594kb
User
:
Raj
[
Software Engineering
]
C-expert-programming
DL : 0
C 专家编程。本书主要对C语言中的声明、数组、指针、运行时的内存等问题进行了细致的讲解。-Expert C Programming. The book on the statement in the C language, arrays, pointers, runtime memory issues such detailed explanations.
Date
: 2025-12-15
Size
: 13.2mb
User
:
liujian
[
Software Engineering
]
Expert-C-Programming
DL : 0
《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。 书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。 本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++。-C expert programming shows coding techniques used by the best C programmers, and opened up a special chapter introduces the basics of C++. Book history of C language features, statements, arrays, pointers, links, run-time, memory and how to further learning C++ detailed explanations and in-depth analysis. The book capture dozens of examples to explain the C programmer has very high practical value. Book can help with some experienced C programmers to the C programming experts, have the equivalent C language-based programmer, this book can help them stand C, a high degree of understanding and learning C++.
Date
: 2025-12-15
Size
: 6.36mb
User
:
刘欣
[
Software Engineering
]
CPP-jichu
DL : 0
c&cpp基本知识点总结Constsizeof用法总结static作用和赋值圈复杂度,深度指针,数组-c & cpp basic knowledge Summary Constsizeof usage summary of a static role and assignment of cyclomatic complexity, depth pointers, arrays
Date
: 2025-12-15
Size
: 102kb
User
:
高阳
[
Software Engineering
]
DS_SelfStudy_Resources
DL : 0
Data structers for c++, study resources - Pointers&Arrays - Linked Lists - Queues - Stacks - Trees
Date
: 2025-12-15
Size
: 316kb
User
:
Nameless
[
Software Engineering
]
chaoshiguanlixitong-Cyuyan
DL : 0
超市商品管理系统C语言论文 随着社会的逐步发展,超市在老百姓的生活中占据着重要的位置。然而琳琅满目的商品的管理也是一个大问题,在任何一个商店这都是不可忽视的问题,所以超市对商品的管理设计是很重要的,它可以在很大程度上帮助超市人员管理商品情况。 改程序一共有五个模块 ,不但可以进行超市信息的显示录入,查找,删除,更新,还能对货品的一些清单进行打印,操作界面简洁,操作简单。 程序用了指针、链表、数组、结构体等知识点,可运用于小的管理软件。软件运用菜单实现交互式管理,用户轻松的按键就可实现对软件的操作,方便超市管理。 -With the progressive development of society, people' s lives in the supermarket occupies an important position. However, the management of an array of goods is a big problem in any one store this is the problem can not be ignored, so the supermarket for commodities management design is very important, it can largely help the supermarket staff manage commodity situation. Reform program, a total of five modules, not only can the supermarket display of information entry, search, delete, update, but also some of the list of goods for printing, user interface is simple and easy to operate. Program using pointers, linked lists, arrays, structures, and other knowledge, can be applied to a small management software. Implement interactive software using menu management, user keys can be achieved easily operate the software, convenient supermarket management. Design ideas
Date
: 2025-12-15
Size
: 194kb
User
:
刘海涛
[
Software Engineering
]
IntroductiontoC
DL : 0
C语言的基本概念,选择结构设计,数组和函数的定义。-The basic concepts of the C language, select the structural design, arrays, and function definitions.
Date
: 2025-12-15
Size
: 34kb
User
:
郑
[
Software Engineering
]
Expert-C-Programming
DL : 0
本书展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C-his book shows the best coding techniques used by C programmers, and opened a special chapter on the basics of C++ were introduced. C s history books, language features, statements, arrays, pointers, links, run-time, memory, and how to further learning C++ and other issues detailed explanations and in-depth analysis. The book captured dozens of examples to explain, with a very high practical value for C programmers. This book helps to have some experience of C programmers to become experts in the C programming aspects of the C programming language with considerable programmer, this book can help them understand the vantage point C and learning C++
Date
: 2025-12-15
Size
: 7.25mb
User
:
xiehaifei
[
Software Engineering
]
C_Language
DL : 0
C语言的经典教程,涵盖了指针、数组、结构体等类型,适合初学者和零基础自学-Classic C language tutorial covers pointers, arrays, structures, and other types, suitable for beginners and zero-based self-study
Date
: 2025-12-15
Size
: 770kb
User
:
萨瓦迪卡
[
Software Engineering
]
pionter--c
DL : 0
本书被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明, 往往能让读者迅速领悟要领。 书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解 释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通 过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。 本书适合C语言中级学习者阅读,也可作为计算机专业学生学习C语言的参考。-The book is called Japan s most nutritious C reference. The author is Japan s famous poison tongue programmer , the words sharp points clear Often allow readers to quickly grasp the essentials. The book combines the author s many years of programming experience and insights, I start from the concept of C language pointer, step by step for our solution through experiments Interpretation of the relationship between pointers and arrays, memory, data structures, pointers to show the common usage, revealing a variety of tips. In addition, through the Church had a unique way how we interpret C language those people entangled statement syntax, how to bypass C pointer trap. This book is suitable intermediate C language learners to read, but also as a computer science student learning C language reference.
Date
: 2025-12-15
Size
: 3.34mb
User
:
Rumour
[
Software Engineering
]
Arrays-a-Strings
DL : 0
PROGRAMS IN C-LANGUAGE
Date
: 2025-12-15
Size
: 22kb
User
:
Ahmed M.
[
Software Engineering
]
你必须知道的495个C语言问题
DL : 0
书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library functions, C preprocessor and so on, and gives answers respectively, and illustrates the main points with code examples.)
Date
: 2025-12-15
Size
: 16.49mb
User
:
Ha7
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.