CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 异常处理

搜索资源列表

  1. C++程序设计语言实验四

    2下载:
  2. 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
  3. 所属分类:其他小程序

  1. students

    0下载:
  2. 学生成绩信息采集程序,利用异常处理,对输入信息进行检查-Student performance information collection procedures, the use of exception handling, input information on the inspection
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1010byte
    • 提供者:苏浙
  1. databort

    0下载:
  2. 数据异常处理。The main source file is "dabort.s": with suitable -PreDefines or a corresponding "options-setting" file, it assembles to the data abort veneer. This is described in detail in the documentation. The "dabort.h" file contains definition
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:28.96kb
    • 提供者:qwe
  1. ch11_1

    0下载:
  2. 利用类处理异常,实现根据异常处理规则,进行异常捕获-The use of unusual types of processing to achieve exception handling in accordance with rules capture abnormal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:7.76kb
    • 提供者:gao
  1. Exception

    0下载:
  2. 文件异常处理的一个例子,其他人不需帐号就可自由下载此源码。-Paper an example of exception handling, others do not account for this source can be downloaded free.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:finger22
  1. PLSQL

    0下载:
  2. 学习PLSQL资料,里面介绍了关于PLSQL简介,流程控制语句,游标,异常处理-PLSQL learning information, which introduced the report on PLSQL profiles, flow control statements, cursor, exception handling, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:281.35kb
    • 提供者:江洁
  1. archive

    0下载:
  2. 这些源代码是《C语言设计的艺术》书中所要使用的自己设计的关于:简化的输入输出库,字符串库,异常处理库等。使用这些库可以比使用标准C中的相关库更加方便。-The source code is "The Art and Science of C: A Library-Based Approach " book designed to be used on its own: simplified input and output library, the string library, excep
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1.28mb
    • 提供者:hwei
  1. c

    0下载:
  2. 返型程序设计和STL编程 继承与派生3 类与对象 异常处理-Return-type programming and STL programming inheritance with three classes and objects derived from exception handling
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5.25mb
    • 提供者:刘刚
  1. Count

    0下载:
  2. (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program based on user input for th
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:4.63kb
    • 提供者:阿豆
  1. calculator

    0下载:
  2. 计算器 实现了几乎所有的异常处理-calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.84kb
    • 提供者:xunqing
  1. delphi_jdbcrm

    0下载:
  2. Delphi 编程入门经典教程,讲解Delphi快速入门的基础知识、面向对象编程的方法、字符串列表及应用、文本编辑器的设计、Delphi图形编程、文件管理、拖放编程、异常处理与程序调试、数据浏览部件的应用及编程、简单的数据库编程应用,动态链接库编程指南等。-Introduction to the classic Delphi Programming Tutorial, Getting Started Delphi explaining the basics of object-oriented
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:429.05kb
    • 提供者:松公子
  1. 12_1

    0下载:
  2. 编写一个程序,求给定数的平方根,并用异常处理机制检测负数的情况-Write a program, the square root of the given number, and testing negative with exception handling the situation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4.74kb
    • 提供者:刘露
  1. sanjiao

    0下载:
  2. 给出三角形的三边a,b,c,求三角形的面积。只有a+b>c,b+c>a,c+a>b时才能构成三角形。设置异常处理,对不符合三角形条件的输出警告信息,不予计算。-Triangle given three sides a, b, c, find the area of the triangle. Only a+ b> c, b+ c> a, c+ a> b only when the triangle. Set exception handling, the co
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:682byte
    • 提供者:chenchen
  1. exception_handle

    0下载:
  2. 一个用于异常处理的简单小程序,便于学习异常处理-One simple applet for exception handling ,convient to learn exception handling
  3. 所属分类:其他小程序

    • 发布日期:2017-04-16
    • 文件大小:179.02kb
    • 提供者:helen
  1. 6

    0下载:
  2. 让用户从键盘输入若干个字符,将所有字符放入顺序表中,然后将顺序表第一个字符取出放在表中间,最后将顺序表在屏幕上显示。注意:顺序表的容量有限,因此程序中需要有异常处理机制,如果顺序表容量不能存放用户输入则提示用户输入内容过多。测试异常处理是否能正确运行。-Let the user enter the number of characters from the keyboard, all the characters into the sequence table, then the first c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:27.69kb
    • 提供者:戴兢
  1. jisuanqi

    0下载:
  2. 设计一个计算器,利用它可以进行简单的四则运算(加、减、乘、除、开方)等,但仅限于十进制下,此外还可以进行(八进制,十进制,十六进制)之间的相互转换。 要求:有简单的需求分析,功能设计,详细设计(程序流程),异常处理,测试,源程序清单,总结,具体格式见附件。 知识点: 掌握 图形用户界面设计; 掌握基本类的设计与使用; 掌握事件处理机制; 掌握使用异常处理方法。 -Design a calculator, which allows you a simple f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:御紫麟
  1. exceptionhander

    0下载:
  2. Qt 异常处理共同类 处理Qt共通的异常信息-Qt exception handling common class handles Qt common abnormal information
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:108.3kb
    • 提供者:长松
  1. 异常

    0下载:
  2. 关于异常的一些小例子,可以帮助大家理解java的异常处理机制(Some small examples of exceptions can help you understand Java's exception handling mechanism)
  3. 所属分类:其他

  1. 异常处理与编码

    0下载:
  2. java语言的编码、输入输出操作及异常处理(Encoding, input and output operation and exception handling of Java language)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:95kb
    • 提供者:Darkys
  1. 异常值处理

    0下载:
  2. 本词条由“科普中国”百科科学词条编写与应用工作项目 审核 。 数据预处理(data preprocessing)是指在主要的处理以前对数据进行的一些处理。如对大部分地球物理面积性观测数据在进行转换或增强处理之前,首先将不规则分布的测网经过插值转换为规则网的处理,以利于计算机的运算。(This entry is compiled and applied by the "science popularization China" Encyclopedia scientific e
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:12kb
    • 提供者:那拍拍
« 12 3 4 »
搜珍网 www.dssz.com