-
一个基于C++编写的程序,功能是形象的描绘水和火
一个基于C++编写的程序,功能是形象的描绘水和火-Based on the C++ Preparation procedure, function is to portray the image of water and fire
- 2022-08-04 08:54:27下载
- 积分:1
-
Design Patterns in an example of proxy mode C++ The preparation of engineering d...
设计模式中 代理模式的一个例子
C++编写
有工程文件可直接运行-Design Patterns in an example of proxy mode C++ The preparation of engineering documents can be directly run
- 2023-06-08 22:05:04下载
- 积分:1
-
使用套接字进行战斗的弹球游戏/这是我第一次做了一个小程序…
利用socket做的一个弹球对战游戏/这是我做的第一个小项目,请大家慢慢品尝-Use a socket to do battle pinball game/this is the first I have done a small project, please enjoy slowly
- 2022-05-17 18:48:26下载
- 积分:1
-
windows音量控制
控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。
- 2022-01-24 10:05:40下载
- 积分:1
-
你写好程序后,如果要为格式化烦恼,那这个源码排列一定适合你
你写好程序后,如果要为格式化烦恼,那这个源码排列一定适合你-Your written procedures, if you want to format a worry, then this source must arrange for you
- 2022-05-13 18:29:36下载
- 积分:1
-
craps 游戏源码。Very popular game in U.S. player rolls two dice each time.
craps 游戏源码。Very popular game in U.S. player rolls two dice each time.-craps game source code. Very popular game in US player rolls two dice each time.
- 2022-01-25 17:44:24下载
- 积分:1
-
java异常处理
3.8 异常处理
什么是异常
知道Java异常分类
处理异常的两种方式
throw和throws区别
如何创建自定义异常
概念:
在程序中,可能产生程序员没有预料到的各种错误情况,比如打开一个不存在的文件等,在Java中,这种在程序运行时可能出现的错误称为异常。
异常可以把“描述在正常执行过程中做什么事”的代码和“出了问题怎么办”的代码相分离
例子:demo05.ExceptionDemo.java
Java异常分类A:
java.lang.Error,java.lang.Exception
Error(错误):jvm系统内部错误、资源耗尽等严重问题,发生Error时,编程人员无能 为力,只能终止程序,例如内存溢出等。
Exception(异常):因编程错误或偶然的外在因素导致的一般性问题,例如:对负数 开平方根、空指针访问等,当发生Exception 时,编程人员可以做出处理,并做出人性 化响应,比如弹出窗口,显示“请不要输入负数!”。
异常分类B:
检查性异常:编译器必须处理的异常,该类异常通常是Exception类型或其子类(RuntimeException类除外)//运行时异常
SQLException、IOException、ClassNotFoundException
例子:/DemoProject/src/com/hyg/demo08/FileInputStreamDemo.java
非检查性异常:编译器不要求强制处理的异常,RuntimeException类及其所有子类都是非检查性异常。
NullPointerException、ClassCastException
例子:equa
- 2022-02-14 14:02:16下载
- 积分:1
-
" C++ university courses," Chapter 24, the contents of the source code...
《C++大学教程》 24章源代码例子 光盘内容-" C++ university courses," Chapter 24, the contents of the source code examples of CD-ROM
- 2022-02-12 16:28:14下载
- 积分:1
-
本文描述了EM200 提供的AT 命令的含义、语法以及回应内容。
本文描述了EM200 提供的AT 命令的含义、语法以及回应内容。-This paper describes the AT command to provide EM200 meaning, grammar, and to respond to the content.
- 2022-10-13 16:50:04下载
- 积分:1
-
一个DOS的小游戏,刚学时候做的,对初学者会有帮助吧
一个DOS的小游戏,刚学时候做的,对初学者会有帮助吧-A small DOS game, just learn when to do it would be helpful for beginners ~ ~
- 2022-06-17 02:49:07下载
- 积分:1