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
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - arrays c - List
[
Windows Develop
]
masm3280
DL : 0
结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。 8.引用的概念及其定义和使用方法。 -structured programming and design of object-oriented programming design their own characteristics, different and interrelated. 2. Object-oriented program design of the concept, such as the type, target, encapsulation, inheritance, polymorphism, and other news. 3. C procedures and the basic framework of the structure. 4. C language master the basic data types, Operators, in the expression. 5. C input data stream object cin and output stream object to the use of court. 6. Proceedings of the three basic structure 7. Construction data types, such as arrays, and the structure, such as the definition of objectives, characteristics and use. 7. The definition of function, function call and called the process parameters of the transmission mechanism and procedures for the implementation process. 8.
Date
: 2008-10-13
Size
: 2.99mb
User
:
好好
[
Windows Develop
]
calcaulater
DL : 0
c++编的计算器 使用控件数组,初学c++的人可以来看一下-calculator use control arrays, beginner c people can watch this
Date
: 2008-10-13
Size
: 183.26kb
User
:
jdy
[
Windows Develop
]
matlab函数
DL : 0
cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Date
: 2010-12-03
Size
: 523.35kb
User
:
shshlzh
[
Windows Develop
]
masm3280
DL : 0
结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。 8.引用的概念及其定义和使用方法。 -structured programming and design of object-oriented programming design their own characteristics, different and interrelated. 2. Object-oriented program design of the concept, such as the type, target, encapsulation, inheritance, polymorphism, and other news. 3. C procedures and the basic framework of the structure. 4. C language master the basic data types, Operators, in the expression. 5. C input data stream object cin and output stream object to the use of court. 6. Proceedings of the three basic structure 7. Construction data types, such as arrays, and the structure, such as the definition of objectives, characteristics and use. 7. The definition of function, function call and called the process parameters of the transmission mechanism and procedures for the implementation process. 8.
Date
: 2025-12-15
Size
: 2.99mb
User
:
好好
[
Windows Develop
]
arrays
DL : 0
Two-dimensional dynamic arrays in C
Date
: 2025-12-15
Size
: 1kb
User
:
Alex
[
Windows Develop
]
ARRAYS
DL : 0
C语言对各种数组的处理,包含数组的各种操作,都是具体的小例子,适合初学者-C-treatment of a variety of arrays, including arrays of various operations are small examples of a specific, suitable for beginners
Date
: 2025-12-15
Size
: 13kb
User
:
刘振中
[
Windows Develop
]
C-notes
DL : 0
C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂 第一章:声明和初始化 第二章:结构、联合和枚举 第三章:表达式 第四章:指针 第五章:空(null) 指针 第六章:数组和指针 第七章:内存分配 第八章:字符和字符串 第九章:布尔表达式和变量 第十章:C 预处理器 第十一章:ANSI/ISO 标准C 第十二章:标准输入输出库 第十三章:库函数 第十四章:浮点运算 第十五章:可变参数 第十六章:奇怪的问题 第十七章:风格 第十八章:工具和资源 第十九章:系统依赖 第十章:杂项-C language FAQ, book has 20 chapters, original: Steve Summit, translation: Zhu heroes, Sun Yun. This was not an ordinary introductory books, he may meet all the difficulties C, error-prone areas to collect them all, easily understood Chapter One: Declaration and initialization Chapter II: Structure, joint and enumeration Chapter III: expression Chapter IV: Pointer Chapter V: empty (null) pointer Chapter: Arrays and Pointers Chapter VII: memory allocation Chapter VIII: Characters and strings Chapter IX: Boolean expressions and variables Chapter X: C preprocessor Chapter XI: ANSI/ISO standard C Chapter XII: standard input output library Chapter XIII: Library Functions Chapter XIV: floating-point operations Chapter XV: Variable parameters Chapter XVI: strange question XVII: Style Chapter XVIII: Tools and resources XIX: system dependent Chapter X: Miscellaneous
Date
: 2025-12-15
Size
: 921kb
User
:
chennature
[
Windows Develop
]
c--code--powerp[oint
DL : 0
c语言基础讲解 重要课件 主要前几章的数组、指针-c language to explain important courseware based on the first few chapters of the main arrays, pointers
Date
: 2025-12-15
Size
: 18.84mb
User
:
刘甜甜
[
Windows Develop
]
c
DL : 0
c语言基础编程实例,包括数组,指针等,适合初学者参考-c programming language based on examples, including arrays, pointers, etc., suitable for beginners reference
Date
: 2025-12-15
Size
: 21kb
User
:
张明
[
Windows Develop
]
The-C-programming-Language-
DL : 0
《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Dennis M. Ritchie Brian W. Kernighan computer scientist describes the preparation of a standard C language and programming methodology of the authority of the classics. Comprehensively and systematically about the various characteristics of C language and the basic method of programming, including basic concepts, types and expressions, control flow, function and program structure, pointers and arrays, structure, input and output, UNIX system interface, the standard Library and so on.
Date
: 2025-12-15
Size
: 6.1mb
User
:
cl
[
Windows Develop
]
Sams.Teach.Yourself.C.plus.plus.in.One.Hour.a.Day
DL : 0
This book is designed to help you teach yourself how to program with C++. Just as you can learn to walk one step at a time, you can learn to program in C++ one hour at a time. Each lesson in this book has been designed so that you can read the entire lesson in just an hour a day. It lays emphasis on the practical usage of the language, and helps you get up-to-speed with concepts that are most important in writing C++ applications for realworld usage. By focusing for just an hour a day at a time, you’ll learn about such fundamentals as managing input and output, loops and arrays, object-oriented programming, templates, using the standard template library, and creating C++ applications—all in well-structured and easy-to-follow lessons. Lessons provide sample listings—complete with sample output and an analysis of the code—to illustrate the topics of the day.
Date
: 2025-12-15
Size
: 2.19mb
User
:
Khanhha
[
Windows Develop
]
Intro-to-C-Language-by-Tan-Haoqiang
DL : 0
本书介绍了C语言的基本入门知识,包括C的历史、循环结构、数组、指针、函数、预处理等。-This book presents an introduction to the basic C language, including C s history, looping structures, arrays, pointers, function, pretreatment.
Date
: 2025-12-15
Size
: 3.34mb
User
:
清风
[
Windows Develop
]
Intro-to-C-Language-by-Qiu-Zongyan
DL : 0
本书(作者裘宗燕)介绍了C语言的基本入门知识,包括C的历史、数组、指针、循环结构、预处理、函数等。-Book (author Qiuzong Yan) of the C language, the basic entry knowledge, including the history of C, arrays, pointers, loops, pre-processing, function, etc.
Date
: 2025-12-15
Size
: 7.54mb
User
:
清风
[
Windows Develop
]
A-TUTORIAL-ON-POINTERS-AND-ARRAYS-IN-C
DL : 0
A TUTORIAL ON POINTERS AND ARRAYS IN C
Date
: 2025-12-15
Size
: 159kb
User
:
Soumil
[
Windows Develop
]
C
DL : 0
C语言ppt,内有数组,指针,函数等,可供新手复习资料使用-C language ppt, there are arrays, pointers, functions, etc., review the information for novice to use
Date
: 2025-12-15
Size
: 1.93mb
User
:
顺平
[
Windows Develop
]
C-Programming-Language2
DL : 0
《C程序设计语言》是由C语言的设计者Brian W.Kernighan和Dennis M.Ritchie编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念,类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。本附件非扫描,为高清版本-"C Programming Language" is the authoritative classic written by C language designers Brian W.Kernighan and Dennis M.Ritchie, one introduces the standard C language and its programming method.Comprehensively and systematically about the C language basic features and procedures, including basic concepts, types and expressions, control flow, functions, program structure, pointers and arrays, structures, input and output, and the UNIX system interface, the standardlibraries and other content. The attachment of non-scan for the HD version
Date
: 2025-12-15
Size
: 801kb
User
:
张三
[
Windows Develop
]
The.C.Programming.Language[1]
DL : 0
本书全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -Book comprehensively and systematically about the C language features and programming methods, including the basic concepts, types and expressions, control flow, function and program structure, pointers and arrays, structures, input and output, the UNIX System Interfacecontent, and standard library.
Date
: 2025-12-15
Size
: 532kb
User
:
葱头
[
Windows Develop
]
C-Daquan-version-4
DL : 0
《C语言大全(第四版)》是根据国际著名的C语言专家Herbert Schildt的原著翻译的。这是一本C语言的百科全书,其中包括C的命令、功能、编程和应用等方面的内容,是集专家及C语言编程人员的多方面专门经验之作。全书共分6部分,共29章。第一部分详细讨论了关键字、预处理、指令和C语言特性,内容包括表达式、程序控制语句、数组和串、指针、函数、数据类型、结构、联合、枚举和用户自定义类型。-" C Language Daquan (Fourth Edition)" is based on the world' s leading language experts, Herbert Schildt C' s original translation. This is a C language encyclopedia, including the C commands, functions, programming and application aspects, is a C language programming experts and staff for various specialized experience. The book is divided into 6 parts, 29 chapters. The first part discussed the key, pretreatment, directives and C language features, including expressions, program control statements, arrays, and strings, pointers, functions, data types, structures, unions, enumerations, and user-defined types.
Date
: 2025-12-15
Size
: 14.78mb
User
:
神起的贤
[
Windows Develop
]
Arrays--pointers--type-
DL : 0
指针、数组、转类型定义详细资料解释,C语言编程适合-Pointers, arrays, transfer type definition details explanation, C language programming suitable
Date
: 2025-12-15
Size
: 405kb
User
:
Fan
[
Windows Develop
]
887799kk
DL : 0
包含了使用来联系实现的各种基本功能:数组、IO输入、数据读取、变量、循环体等。(Contains the basic functions used to connect implementation: arrays, IO inputs, data read, variables, loops, etc..)
Date
: 2025-12-15
Size
: 315kb
User
:
yunkunshi
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.