CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - array class
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - array class - List
[
VC/MFC
]
kuangjiachuangkou
DL : 0
框架窗口 文 档 模 板 MFC文档读写机制 使用简单数组集合类 建立可序列化的类 文档序列化示例 使用CFile类 一般视图类的使用 文档与视图的相互作用 应用程序对象指针的互调 切 分 窗 口 一 档 多 视-The framework of a window MFC document template document to read and write using a simple array of mechanisms to create a sequence of collections of documents of the type of sample sequence using CFile Class general view class using the document with the view of the interaction between application objects intermodulation pointer segmentation window one file Multi-view
Date
: 2026-01-19
Size
: 501kb
User
:
马刚
[
VC/MFC
]
array
DL : 0
这是来自全国一流大学软件学院的一名老师的课件。-This is the software from the National Institute of first-class university, a teacher' s courseware.
Date
: 2026-01-19
Size
: 65kb
User
:
AAA
[
VC/MFC
]
yonglei
DL : 0
找出一个整型数组中的元素的最大值。 这个问题可以不用类的方法来解决,现在用类来处理-Identify the elements of an integer array maximum. This problem can be class methods to solve, and now to deal with class
Date
: 2026-01-19
Size
: 1kb
User
:
最初的梦想
[
VC/MFC
]
CArray
DL : 0
MFC数组类CArray的使用的操作详解 MFC的数组类支持的数组类似于常规数组,可以存放任何数据类型。常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,即先确定大小,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可 MFC的数组类支持的数组类似于常规数组,可以存放任何数据类型。-MFC array class CArray operations Xiangjie use MFC class to support an array of arrays is similar to conventional arrays, you can store any data type. Regular array in the definition used before Jiang were able to accommodate all possible needs of the Yuan Su, that is, first determine the Da Xiao, Er MFC array Lei Chuangjian the object can Genju need Dongtai to increase or decrease the initial array under Biao yes 0, The ceiling can be an array of class to support MFC array similar to the conventional array, you can store any data type.
Date
: 2026-01-19
Size
: 3kb
User
:
john
[
VC/MFC
]
myclass
DL : 0
定义一个表示班级的类mclass,数据成员包括:班级名称、学生(可容纳30个人)、人数等。成员函数包括打印学生名单、按学号查询学生信息、打印成绩在90分以上的学号、姓名和成绩等。 学生信息包括姓名、学号、成绩。学生信息也用一个类或结构体表示。班级中的学生应是学生类的对象数组。 编写主函数测试:在主函数中,声明一个班级的对象,通过成员函数输入若干学生的信息,通过成员函数打印所有学生名单、打印指定学生的信息、打印成绩在90以上的学生的信息。 -The definition of a representation of the class of the class mclass data members include: the class name of the students (can accommodate 30 people), the number of Member functions, including printing the list of students, student information by student number query, print results in more than 90 points Student ID, name and achievements. Student information including name, student number, the results. The student information is also a class or structure. The students in the classroom should be student-class array of objects. Write the main function test: in the main function, declare a class object, enter the number of students through the member function, member function to print a list of all students, print, specify the student s information, print the results more than 90 students.
Date
: 2026-01-19
Size
: 898kb
User
:
秦润
[
VC/MFC
]
61
DL : 0
堆栈类的模板实例。如果由一个数组构成一个线性表,然后限定在表尾进行插入、删除操作就成为栈。-Stack class template instantiation. If a linear form of an array, then limited at the end of the table, insert, and delete operations to become the stack.
Date
: 2026-01-19
Size
: 236kb
User
:
王嘉艺
[
VC/MFC
]
ex12
DL : 0
编写一个程序实现那一个班级学生的学期成绩管理。个人信息类CPerson的数据成员有:姓名,年龄,性别;课程类CCourse的数据成员有:课程名,学分,成绩;学生类CStudent从CPerson类派生,并增加数据成员:学号,CCourse对象数据成员数组(大小为8),总成绩,总学分和平均成绩;班级类CClass类的数据成员有:CStudent类对象成员数组(大小由构造函数确定),班号,班级人数等。-Write a program that a class of students semester performance management. Personal information category of CPerson the data members: name, age, gender curriculum classes CCourse data members: course name, credits, grades the student class CStudent derived from CPerson class and increase data members: school, CCourse object data members array (size = 8), total score, total credits and grade point average the Class class CClass class data members: a member of the CStudent class object array (size determined by the constructor), class number, class size, and so on.
Date
: 2026-01-19
Size
: 1kb
User
:
李叶
[
VC/MFC
]
ZJUT-CPPProgramming-6-10chapter
DL : 0
浙江工业大学计算机学院C++程序设计上课用PPT,6到10章,包括第6章 程序结构 ,第7章 数组 ,第8章指针,第9章引用,第10章结构-Zhejiang University of Computer Science C++ program design class with the PPT, 6 to 10 chapters, including Chapter 6 of the program structure, an array of Chapter 7, Chapter 8, Chapter 9 of the pointer reference to the structure of Chapter 10
Date
: 2026-01-19
Size
: 2.35mb
User
:
xjj
[
VC/MFC
]
CPPthree
DL : 0
一个班有 5 名学生,每个学生修了五门课,求每个学生的平均成绩,并输出每个学生的学号,每门课程的成绩及平均值。求某门课程的平均分; 实现要求: • 分别编写2 个函数实现以上2 个要求,第1 个函数用数组名作参数,第2 个函数用指针用参数,并在函数体内用指针对数组操作 -A class had five students, each student built a five course, find each student' s grade point average, and outputs each student' s student number, each course grades and averages. Find a course average implementation requirements: • write two functions, respectively, to achieve the above two requirements, the first masterpiece of a function with an array of arguments, the first two parameters used with the pointer function, and in the body of the function pointer array manipulation using
Date
: 2026-01-19
Size
: 6kb
User
:
小二三
[
VC/MFC
]
chengxusheji5
DL : 0
C++程序设计,函数模板,类模板,数组模板-C++ programming, function template, class template, template array
Date
: 2026-01-19
Size
: 36kb
User
:
stone
[
VC/MFC
]
06-02-2015_05-43-24
DL : 0
c++ lession 10 chapters Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.-c++ lession 10 chapters Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.
Date
: 2026-01-19
Size
: 453kb
User
:
??????
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.