CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - 重载

搜索资源列表

  1. overloadstream

    0下载:
  2. 又是本人编的小程序,是CC++中的重点和难点,重载运算符,小程序而已,-Part I is a small procedure, CC is the key and difficult, heavy Operators, small proceedings, huh
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:8938
    • 提供者:waf
  1. 诺蛙Blog(nBlog)

    0下载:
  2. 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、回帖可关
  3. 所属分类:电子政务应用

    • 发布日期:2008-10-13
    • 文件大小:722727
    • 提供者:cp
  1. C++renshi.rar

    2下载:
  2. (1)设计一个人事管理的People(人员)类.考虑到通用性,这里只抽象出所有类型人员都具有的属性:name(姓名),number(编号), sex(性别),birthday(出生日期),id(身份证号)等等.其中"出生日期"定义为一个"日期"类(具有属性:year(年),month (月),date(日)内嵌子对象.用成员函数实现对人员信息的录入和显示等必要功能操作(自己独立思考设计).要求包括:构造函数和析构函数,拷贝构造 函数,内联成员函数. (2)从People(人员)类派生出stud
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2016-08-31
    • 文件大小:53603
    • 提供者:罗子
  1. PolynomialClass

    0下载:
  2. 面向对象设计课程设计中一个典型的算法问题,用多项式类实现,重载函数的应用-Object-oriented design the curriculum design of the algorithm in a typical problem, with the realization of polynomial type, heavy-duty applications function
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:30432
    • 提供者:kongyingying
  1. testCollege

    0下载:
  2. 一个简单的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
  3. 所属分类:Education soft system

    • 发布日期:2017-05-03
    • 文件大小:950851
    • 提供者:吴轲
  1. kuaisupaixufa1

    0下载:
  2. 输入数组(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
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-03
    • 文件大小:696
    • 提供者:蔡尧东
  1. kuaisupaixufa3

    0下载:
  2. 输入数组作为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,
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-06
    • 文件大小:564
    • 提供者:蔡尧东
  1. CKRKGLXT

    0下载:
  2. 仓库入库管理系统,c++,链表,插入,查询,重载,显示 -Warehouse storage management system, c++, list, insert, query, overloading, display
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-16
    • 文件大小:431403
    • 提供者:chenta
  1. student-

    0下载:
  2. 简单的学生选课系统 功能包括显示学生姓名学号,显示选定课程的课程名、课程号,涉及到函数的重载,容器的使用,文件的读写等-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
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:436610
    • 提供者:yuqi
  1. xueshengguanlixitong

    2下载:
  2. 设计题目:学生信息管理系统 设计要求: 设计要求实现如下功能: (1)建立学生信息数据,包括学号、姓名、性别、三科成绩、出生时间、年龄(必须计算得到)。 (2)使用继承的方法构造至少3个类,(即学生类——虚基类,本科生和研究生类——派生类)使用相应的对象放置10个学生信息。 (3)编写同名display()成员函数,用来输出数组的内容。 (4)按不同类别输出学生信息,比如按性别。(可选功能) (5)要求对“<<”和“>>”运算符进行重载。 (6)抽取并计算学生的平
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:234622
    • 提供者:黄成
  1. student-manager

    1下载:
  2. c++学的一个简单的学生管理系统,初学练习之作,用到了类,vector,文件操作,操作符重载等知识-c++ learn a simple student management system, beginner exercises make use of the knowledge of class, vector, file operations, operator overloading
  3. 所属分类:Education soft system

    • 发布日期:2017-03-28
    • 文件大小:4476
    • 提供者:yangy4444
  1. VCPP-The-students-score

    0下载:
  2. 一个包含学生成绩的简单小程序,使用到了重载符。-One contains a simple applet student achievement, using the overloaded operators.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-08
    • 文件大小:746
    • 提供者:王刚
  1. classmanagement

    0下载:
  2. 班级人事管理系统 设计一个人事管理的People(人员)类,从People(人员)类派生出student(学生)类,对People类重载"=="运算符和"="运算符,"=="运算符判断两个People类对象的id属性是否相等;"="运算符实现People类对象的赋值操作.定义一个对People类对象数组按编号排序的函数,一个按编号查找people对象的函数.-The class of personnel management system Design of a personnel
  3. 所属分类:Home Personal application

    • 发布日期:2017-05-08
    • 文件大小:1981093
    • 提供者:周建波
  1. CSharppanel

    0下载:
  2. 由于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
  3. 所属分类:Applications

    • 发布日期:2017-04-14
    • 文件大小:3201
    • 提供者:ClrkodL
  1. ssx

    0下载:
  2. 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.
  3. 所属分类:Applications

    • 发布日期:2017-04-12
    • 文件大小:936
    • 提供者:baa7ngnn
搜珍网 www.dssz.com