CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - base

搜索资源列表

  1. vectorExercise

    0下载:
  2. VC++编程基础之Vector使用。感觉vectoe很好用!~-VC + + programming base of Vector use. Vectoe feeling good use! ~
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3582
    • 提供者:王鹏
  1. pdflib-4.0.2

    2下载:
  2. PDFlib 4.0 开发包(来自于VC知识库)-PDFlib 4.0 development kit (from VC Knowledge Base)
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:3314221
    • 提供者:tzz
  1. SortComparor

    0下载:
  2. 比较插入、归并、快速、基数四种排序算法的性能-Comparison of insertion, merge, fast, and base the performance of four sorting algorithms
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:54805
    • 提供者:廉静
  1. shape

    0下载:
  2. 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:20207
    • 提供者:scorpioc
  1. gui_templete

    0下载:
  2. GUI Template for gnu gcc Base o GTK. *Require GTK Bundle instll on "c:\gtk"-GUI Template for gnu gcc Base o GTK. *Require GTK Bundle instll on "c:\gtk"
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:792
    • 提供者:wae
  1. DBTools.src

    0下载:
  2. 控制台版本的数据库操作工具,基于jdbc编程,提供windows和linux平台启动脚本,支持配置文件-The console version of the database manipulation tools base jdbc programming, startup scr ipts for windows and linux platform are provided, support the configuration file
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:900847
    • 提供者:HM
  1. ch08_08

    0下载:
  2. 声明一个抽象类Med作为基类,其中仅包含一个string 类型数据成员title(名称)和两个纯虚函数print()和id()。然后派生出Book类,CD类和Mag类。在Book类中,包含3个string类型数据成员 author(作者), pub(出版者), isbn(书号)和函数成员print()和id()。在CD类中,包含3个string类型数据成员composer(制作者), make(介质形式), number(编号)和函数成员print()和id()。在Mag类中,包含2个strin
  3. 所属分类:Console

    • 发布日期:2017-11-03
    • 文件大小:5155249
    • 提供者:王石
  1. Teacher_Cadre

    0下载:
  2. 分别定义教师类Teacher和干部类Cadre,采用多重继承的方式由这两个类派生出新类Teacher_Cadre(教师兼干部类)。要求: (1)在两个基类中都包含姓名、年龄、性别、地址、电话数据成员。 (2)在Teacher类中还包含数据成员职称title,在Cadre类中还包含数据成员职务post,在Teacher_Cadre类中还包含数据成员工资wage。 (3)对两个基类中的姓名、年龄、性别、地址、电话数据成员用相同的名字,在访问这类数据成员时,指定作用域。 (4)在
  3. 所属分类:Console

    • 发布日期:2017-10-30
    • 文件大小:3693
    • 提供者:王莹
  1. ConsoleApplication1

    0下载:
  2. density base clustrin in csharp
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:27574
    • 提供者:maria
  1. add

    0下载:
  2. 基于对话框的加法计算器用VC++编写的‘ VS2010-base dialog VC++ cout add count
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:12670
    • 提供者:hunter
  1. S

    0下载:
  2. Misakamm喜欢和她的男朋友一起滑雪这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜, 而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Misakamm想知道载一个区域中最长底滑坡。-Misakamm like to ski with her boyfriend This is not surprising, because the ski is indeed very exciting. However, in order to gain speed,
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1204
    • 提供者:王涛
  1. Test

    0下载:
  2. C++多态实现例子,虚基类的使用,以及资源释放-C++ achieve polymorphism example, the use of virtual base class, and resource release
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:294424
    • 提供者:yc
  1. 5_8

    0下载:
  2. [8] 一个名为CPersonInfo的类有以下保护属性:姓名、身份证号、性别和年龄,请用C++语言定义这个类,并为上述属性定义相应的方法。然后从CPersonInfo类中派生出类CEmployeeInfo (雇员),派生类CEmployeeInfo增加了两个新的数据成员,分别用于表示部门和工资。要求派生类CEmployeeInfo的构造函数显式调用基类CPersonInfo的构造函数,可根据需要为派生类增加新的成员函数。-a class called CPersonInfo protectio
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:250338
    • 提供者:陈蜕
  1. ZJU-PAT-base-Source-code

    1下载:
  2. 浙江大学Programming Ability Test基础练习里面24道题的答案。网址http://pat.zju.edu.cn/ 做PAT里面的题时,我自己写得代码。-Zhejiang University Programming Ability Test basic exercises inside the 24 questions answers. Website http://pat.zju.edu.cn/ do inside PAT question, I write their o
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:11571
    • 提供者:黄张伟
  1. Transporter-dune-base-sql

    0下载:
  2. Transporter d une base de données access vers le code de création en sql
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:657
    • 提供者:laanani
  1. transform

    0下载:
  2. 输入一个基数,可以将任何进制数转换成十进制数,并求和。-Enter a base, you can convert any decimal number into a decimal number, and summed.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:484996
    • 提供者:胡国
  1. WinServiceApplicationBase

    0下载:
  2. Windows service application base
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:10128
    • 提供者:hectorin5000
  1. realtime-particle-based-fluid-simulation---progra

    0下载:
  2. sph fluid:The base program renders particle systems using JOGL (Java ... JOGL: A Beginner s Guide and Tutorial ... By default, the simulation will perform several time steps per frame. .... More interesting scenes: Dropping water in a box is only so
  3. 所属分类:Console

    • 发布日期:2017-05-29
    • 文件大小:11945080
    • 提供者:mouna
  1. ShellSort

    0下载:
  2. 程序才用c语言编写,实现希尔排序功能,算法复杂度为以2为底logn,另外有红黑树源码-Procedures before using the c language to achieve Hill sorting algorithm complexity is base 2 logn, another red-black tree Source
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:263440
    • 提供者:卢桂福
  1. IsLegalIp

    0下载:
  2. 华为oj训练场基础题,判断是否是合法IP地址-Huawei oj training base, determine whether legitimate IP addresses
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2585
    • 提供者:dwb
« 12 »
搜珍网 www.dssz.com