-
排序算法的实现
应用背景这是代码的简单排序算法的实现,该程序具有界面讲述不同排序算法的执行时间。执行时间将搜索结果的图形表示。关键技术技术采用的是Visual Studio 2013。这是做框架这个任务很简单,高效、无差错的程序将导致该技术。
- 2022-08-25 11:40:50下载
- 积分:1
-
此源代码是在明华读写器基础上对M1卡的读写数据操作
此源代码是在明华读写器基础上对M1卡的读写数据操作-This source code is at Ming Wah reader on basic reading and writing on the M1 card data manipulation
- 2023-03-14 08:25:03下载
- 积分:1
-
餐厅收银管理系统,包括商品库存管理,点菜管理,房号管理
餐厅收银管理系统,包括商品库存管理,点菜管理,房号管理-Restaurant cash register management systems, including goods inventory management, order management, management of the Housing No.
- 2022-03-31 08:44:38下载
- 积分:1
-
快速处理SW-STL二进制文件,分离法向量,面,点
File InformationDescription This function is used for loading binary STL files.Files are available on the mathworks file exchange site. This submission will also properly read in color values (if present) and the STL file title.MATLAB release MATLAB 7.8 (R2009a)
- 2022-03-04 21:35:00下载
- 积分:1
-
多分类器集成算法,应用前景广泛,本pdf有益于对该算法的了解和学习,共享之。...
多分类器集成算法,应用前景广泛,本pdf有益于对该算法的了解和学习,共享之。-multiple classifiers integration algorithm, broad application prospects, the benefits of this algorithm pdf understanding and learning, Sharing.
- 2022-01-25 16:11:17下载
- 积分: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
-
Designed to improve the existing code
重构--改善既有代码的设计
侯捷译good to read-Designed to improve the existing code
- 2022-03-04 15:17:50下载
- 积分:1
-
用PB写的HIS,这只是其中的一个模块 是一个门诊挂号模块
用PB写的HIS,这只是其中的一个模块 是一个门诊挂号模块-with PB wrote HIS, it is only one of a module is an out-patient registration module
- 2022-02-13 00:16:46下载
- 积分:1
-
fgdhfg
堆排序 堆排序 堆排序 堆排序 堆排序 堆排序 堆排序 堆排序 -fgdhfg
- 2022-10-09 08:45:02下载
- 积分:1
-
类似雷电一样的疯狂射击游戏,游戏不大,很好玩,源码编写的时候比较早,因此对C++初学者比较有帮助,想研究的下载研究一番。...
类似雷电一样的疯狂射击游戏,游戏不大,很好玩,源码编写的时候比较早,因此对C++初学者比较有帮助,想研究的下载研究一番。 -Like thunder and lightning like crazy shooting game, the game is not very fun, source code written in earlier times, so the C++ for beginners more helpful, would like to download the study of study.
- 2022-02-25 01:23:09下载
- 积分:1