搜索资源列表
overloadstream
- 又是本人编的小程序,是CC++中的重点和难点,重载运算符,小程序而已,-Part I is a small procedure, CC is the key and difficult, heavy Operators, small proceedings, huh
诺蛙Blog(nBlog)
- nBlog是一个基于Access的Blog程序,可支持多人共同维护! 全生成静态页面,大量降低服务器损耗。支持tag技术,支持索引分页。 本次v1.1a更新列表: 1、新增Tag技术 2、tag列表与每个tag下属的blog列表全部生成静态页面 3、tag页面md5命名 4、新增“上一篇”“下一篇”快速查看 5、核心框架升级到NSB3.00.RC1.NBLOG 6、支持缓存的自动重载 7、更为强健的模板技术 8、代码全部重新组织优化 9、回帖可关
C++renshi.rar
- (1)设计一个人事管理的People(人员)类.考虑到通用性,这里只抽象出所有类型人员都具有的属性:name(姓名),number(编号), sex(性别),birthday(出生日期),id(身份证号)等等.其中"出生日期"定义为一个"日期"类(具有属性:year(年),month (月),date(日)内嵌子对象.用成员函数实现对人员信息的录入和显示等必要功能操作(自己独立思考设计).要求包括:构造函数和析构函数,拷贝构造 函数,内联成员函数. (2)从People(人员)类派生出stud
PolynomialClass
- 面向对象设计课程设计中一个典型的算法问题,用多项式类实现,重载函数的应用-Object-oriented design the curriculum design of the algorithm in a typical problem, with the realization of polynomial type, heavy-duty applications function
testCollege
- 一个简单的VC++学生信息管理系统源代码,用最简单的语句实现多态,重载等面向对象的特征,适用于初学者自学。-A simple VC++ Student Information Management System source code, using the simplest implementation of the statement polymorphism, overloading and other object-oriented features, for self-learning
kuaisupaixufa1
- 输入数组(int[] number)作为sort的参数调用sort 即可实现排序(不减序排列) //或者利用重载的sort方法,输入参数是(int[] number, 0, number.length-1)-Input array (int [] number) as a sort of parameters to achieve the sort called sort (reduction sequence order)// or use the sort method overload
kuaisupaixufa3
- 输入数组作为sort的参数调用sort 即可实现排序(不减序排列) //或者利用重载的方法,参数是(int[] number, 0, number.length-1)-Input parameters of the array as a sort of call to achieve the sort order (with no reduction sequence)// or use of heavy-duty approach, parameter is (int [] number,
CKRKGLXT
- 仓库入库管理系统,c++,链表,插入,查询,重载,显示 -Warehouse storage management system, c++, list, insert, query, overloading, display
student-
- 简单的学生选课系统 功能包括显示学生姓名学号,显示选定课程的课程名、课程号,涉及到函数的重载,容器的使用,文件的读写等-Student elective system features a simple display student name, including Student ID, name of the selected course curriculum, course number, related to function overloading, the use of conta
xueshengguanlixitong
- 设计题目:学生信息管理系统 设计要求: 设计要求实现如下功能: (1)建立学生信息数据,包括学号、姓名、性别、三科成绩、出生时间、年龄(必须计算得到)。 (2)使用继承的方法构造至少3个类,(即学生类——虚基类,本科生和研究生类——派生类)使用相应的对象放置10个学生信息。 (3)编写同名display()成员函数,用来输出数组的内容。 (4)按不同类别输出学生信息,比如按性别。(可选功能) (5)要求对“<<”和“>>”运算符进行重载。 (6)抽取并计算学生的平
student-manager
- c++学的一个简单的学生管理系统,初学练习之作,用到了类,vector,文件操作,操作符重载等知识-c++ learn a simple student management system, beginner exercises make use of the knowledge of class, vector, file operations, operator overloading
VCPP-The-students-score
- 一个包含学生成绩的简单小程序,使用到了重载符。-One contains a simple applet student achievement, using the overloaded operators.
classmanagement
- 班级人事管理系统 设计一个人事管理的People(人员)类,从People(人员)类派生出student(学生)类,对People类重载"=="运算符和"="运算符,"=="运算符判断两个People类对象的id属性是否相等;"="运算符实现People类对象的赋值操作.定义一个对People类对象数组按编号排序的函数,一个按编号查找people对象的函数.-The class of personnel management system Design of a personnel
CSharppanel
- 由于WINCE下需要一个画曲线的功能,所以重载了一个C#的panel实现了传入一组或多组数组画曲线类似于matlab的plot函数-As required under a painting WINCE curve, so a C# overloaded the panel to achieve a pass in an array of drawing curves more groupsThe plot is similar to matlab function
ssx
- 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.