-
用MATLAB仿真实现卡尔曼滤波器,仿真效果非常好。
用MATLAB仿真实现卡尔曼滤波器,仿真效果非常好。-MATLAB simulation Kalman filter, the simulation results is very good.
- 2022-01-30 20:52:25下载
- 积分: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
-
另外一个通过Windows API函数SendMessage发送消息的范例,这个范例改变文本框的只读属性...
另外一个通过Windows API函数SendMessage发送消息的范例,这个范例改变文本框的只读属性-one another through the Windows API function SendMessage messaging paradigm this paradigm shift in the text box CD-Attribute
- 2022-03-02 14:37:15下载
- 积分:1
-
on a string matching algorithm, has been built, want to help you
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-03-29 11:45:24下载
- 积分:1
-
460种图像切换.播放切换当前文件夹下图像,并可播放当前文件夹下的声音,暂时有460种切换图像法。最简单、实用、绿色的软件...
460种图像切换.播放切换当前文件夹下图像,并可播放当前文件夹下的声音,暂时有460种切换图像法。最简单、实用、绿色的软件-460 kinds of image switch. Playback switch current folder under the images, and can play under the current folder
- 2022-01-22 07:52:43下载
- 积分:1
-
vb编写的简单计算器程序,适合vb入门者看看,
vb编写的简单计算器程序,适合vb入门者看看,-vb write a simple calculator program, suitable for beginners vb look
- 2022-03-20 17:06:11下载
- 积分:1
-
识别和矢量化等高线图,可以从光栅实现…
地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
- 2022-04-27 19:47:21下载
- 积分:1
-
Express mail is the transmission of e
邮件快递,就是传递邮件,收发邮件等的源码。自己试试。-Express mail is the transmission of e-mail, send and receive messages, such as the source. Try their own.
- 2022-03-09 12:52:18下载
- 积分:1
-
利用C++编写的种子填充算法
利用C++编写的种子填充算法-prepared seed filling algorithm
- 2022-01-22 03:15:58下载
- 积分:1
-
地球潮汐改正模型,可用于精密单点定位(precise point positioning)...
地球潮汐改正模型,可用于精密单点定位(precise point positioning)-The Earth tidal correction model can be used for precise point positioning (precise point positioning)
- 2022-02-04 14:11:04下载
- 积分:1