-
屏幕捕获
这段代码是如何捕获屏幕与C ++,那么你就可以更多地了解捕获屏幕和OCX。
- 2022-04-20 12:15:55下载
- 积分:1
-
The program is mainly from a technical point of view, for the plant specific env...
本方案主要是从技术角度,针对工厂的具体环境,说明工程要完成两个子系统:考勤、消费的实现。
考虑到局域网已经全面覆盖了工厂,而基于TCP/IP通信方式的设备具有诸多优势,比如速度快、安装灵活、维护方便等,这都是基于传统的RS485通信方式的设备不具备的优点。在方案中全面采用基于TCP/IP通信方式的考勤机和消费机等设备。
-The program is mainly from a technical point of view, for the plant specific environment, explaining the project to complete the two subsystems: attendance, consumption achieved. Taking into account the local area network has been fully covered by the factory, but based on the TCP/IP communication device has many advantages, such as speed, installation flexibility and easy maintenance, etc., which are based on the traditional means of communication RS485 device does not have advantages. Fully in the program based on TCP/IP communications attendance machines and consumer machines and other equipment.
- 2022-03-11 23:58:10下载
- 积分:1
-
这是一个很小的手机应用程序源代码 可以用来查看手机电话本等...
这是一个很小的手机应用程序源代码 可以用来查看手机电话本等-This a small cell phone use source code can be used to check the phone, etc.
- 2022-04-12 06:55:21下载
- 积分:1
-
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进...
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
- 2022-07-20 02:14:46下载
- 积分:1
-
Please carefully write a detailed upload features, including the content descrip...
请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
-Please carefully write a detailed upload features, including the content description (at least 20 words). Try not to let owners to spend time on your revised instructions. Archive decompression there can not be password.
- 2022-08-20 09:59:39下载
- 积分:1
-
c++原代码
上机测试通过
作为教学用
c++原代码
上机测试通过
作为教学用-c++ original code on the test used as the medium through
- 2022-08-22 19:13: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
-
简单的信号发生器小程序,精巧但却精干,非常实用
简单的信号发生器小程序,精巧但却精干,非常实用
- 2022-11-17 23:00:02下载
- 积分:1
-
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!...
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!-The BBS software is useful for programmer who is learning VC+ web programming, the content is clear and could be use as reference too!
- 2022-03-13 11:39:19下载
- 积分:1
-
网络监控C#程序
在Windows平台上监控网络流的C#程序。利用ping命令,实时检查目前国内比较稳定的网站,如百度。网络监控信息直接输出到终端和写日志。
- 2022-06-30 04:10:49下载
- 积分:1