-
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形...
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形-turtles map, using vc realized, I wrote a small section of the procedure, the environment dos draw arbitrary rectangular graphics
- 2022-09-27 16:15:03下载
- 积分:1
-
How to Windows Mobile (WinCE 5.0) using Vc++ Programming search and connect arou...
如何在 Windows Mobile (WinCE 5.0) 中用Vc++编程查找并连接周围的蓝牙(Bluetooth)设备并实现数据通信。
文章地址:http://www.vckbase.com/document/viewdoc/?id=1779
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 ・ chrys ・ chrys@163.com ・ http://www.howa.com.cn-How to Windows Mobile (WinCE 5.0) using Vc++ Programming search and connect around the Bluetooth (Bluetooth) and to realize data communication equipment. Article addresses: http://www.vckbase.com/document/viewdoc/?id=1779 you can modify a copy of the code, but please keep this text do not modify. Hopefully, I can for China
- 2022-03-02 03:34:39下载
- 积分:1
-
一种具有接种免疫力的传染病模型,对传染病的发生周期及高潮也做出预测,对传染病的预防具有指导意义...
一种具有接种免疫力的传染病模型,对传染病的发生周期及高潮也做出预测,对传染病的预防具有指导意义-A kind of immunity against infectious disease model, the occurrence of infectious diseases cycle and also made the climax prediction, prevention of infectious diseases of guiding significance for
- 2022-03-10 11:44:14下载
- 积分: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
-
This is a program used in class. It s applicable to beginner. if you study JAVA...
这个也是上课用的程序,适合于初学者用,对于java的初学者,建议多看源码。-This is a program used in class. It s applicable to beginner. if you study JAVA just now,I suggest you read some source code.
- 2022-04-24 07:54:56下载
- 积分:1
-
delphi编程 号码查询系统
delphi编程 号码查询系统.rar-Programming by delphi ,Number Searching System.rar
- 2022-03-19 13:44:15下载
- 积分:1
-
一个好用的线程池
一个好用的线程池 -a user-friendly Thread Pool
- 2022-02-24 20:20:03下载
- 积分:1
-
SLR(1)分析表的构造,编译原理实验会用到
SLR(1)分析表的构造,编译原理实验会用到-SLR (1) analysis table of the structure, principle of the experiment will be used to compile
- 2022-07-23 08:32:33下载
- 积分:1
-
本文详细的介绍了windows环境下驱动程序的开发方法。
本文详细的介绍了windows环境下驱动程序的开发方法。-this detailed account of the windows environment drive the development method.
- 2022-02-05 03:51:06下载
- 积分:1
-
this is a hanoi
这是一个汉诺塔
是我们上课时候的作业
花了好大得劲-this is a hanoi
- 2022-11-23 22:35:03下载
- 积分:1