搜索资源列表
yccl
- 以前做过的项目中的关于异常处理的程序,关于异常处理的方法只起到抛砖引玉的作用 -done before the project on the abnormal handling procedures, on the way to deal with the anomalies only play the role of stimulus
networkfish
- 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
Gamer
- 欢迎使用月影飞狐游戏修改器--内存修改 v1.0 (目前只支持 win 2k/xp/2003 系统) 本程序包含3个可执行文件, Gamer.exe Gamerdll.dll GameRun.exe .Gamer.exe的源 代码在Gamer目录下,Gamerdll.dll的源代码在Gamerdll目录下,GameRun.exe的源代码在GameRun 目录下,其中Gamer.exe为主程序文件,Gamerdll.dll是动态连接库,GameRun.exe为游戏自修改
Huge
- 编写一个巨型整数类HugeInt,可以用默认值0或长整型数或字符串进行对象的初始化(构造) 然后用成员、友元或普通函数等重载相应的运算符实现下述功能(必须优化算法、同时进行异常处理):“巨型整数”OP“巨型整数/长整型数/字符串” [其中OP为:加+、减-、乘*、整除/、求余%、复合运算(+=、-=、*=、/=、%=)和关系运算(>、>=、<、<=、!=和==)] “长整型数/字符串”OP “巨型整数”(其中OP为:+、-、*、/、%和关系运算),求负(-巨型整数),巨型
exceptionAop
- 应用AOP,进行异常处理的源码示例程序,只提供一个思路,应用的话可以扩展-AOP application for exception handling the sample program source code, only one thinking, the application can be extended
swihandle
- 软中断处理程序,arm异常中断测试程序,可以很好的理解软中断的处理过程。
WindowsErrorCodes
- Windows 错误码翻译(子)程序 本程序包含两个关于 windows 错误的东西。 第一个是筛选器异常处理。使用这里的筛选器异常处理,首先要要引入源代码: #include \"Exception_Debug.cpp\" 然后在程序入口代码中使用如下代码: SetUnhandledExceptionFilter(_ProcessErrDealing) 这样就注册了一个筛选器异常处理。 第二个是 Windows 错误码翻译,将 Windows 错
MFCFirst
- 这是一个简单的异常处理程序
21-8
- /* 范例:21-8 自定义例外类 */ 当读者输入y的数值是0的话将会发生异常,并激活异常处理类 程序执行结果﹕ Project p21-8.exe raised exception class DividByZero with message Exception Object Address: 0x69346A . Process stopped. Use Step or Run to continue. Please Input Two Numbers,i除以j, i/j:
yichangchuli
- 这是MFC异常处理测试的小程序。帮助大家学习MFC基础有一定做用
carpayment
- 这是一个购车还贷计算器的应用程序,里面包括异常处理
第九章 异常处理
- java课件-异常处理,对程序出现异常作分析-Courseware of Java, exception processing, processs the exception caused by program
实现SEH异常处理
- 易语言SEH异常处理源码例程程序调用API函数并置入汇编代码,实现SEH异常处理清除硬件断点。 本易语言源码例程属于易语言高级教程。-Easy language SEH exception handling source routine procedure call API functions and inserting a assembly code, realize the SEH exception handling remove hardware breakpoint. Th
cms16p53
- 基于中微CMS16P53芯片的简易式茶炉的控制。使用IO口充放电的控制方式。有干烧保护,水开保护等等异常处理,该程序已生产了上百万-Micro-chip based on a simple style stove CMS16P53 control. Use IO port charge and discharge control. There are dry protection, water protection, and so open exception handling, the pro
Delphi_debug_exception_handler
- Delphi异常处理程序调试Delphi debug exception handler-Delphi exception handler to debug Delphi debug exception handler
myIntGate
- 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
simple-trigger-event
- 这是一个测量扭矩的Labview测试平台程序,每当确定数量的采样完成时,事件结构就会触发,结构内部的处理程序就会运行。如果信号出现异常,就会停止下来。当按下调试按钮之后,程序又会跑起来。-This is a measurement of torque Labview test platform program, complete Whenever determine the number of sampling, the event structure will trigger the stru
C-Programming-A-Modern-Approach
- C语言程序设计现代方法这本书在讲关于C语言开发方面很实用,本书从基础语法讲起,有错误如何处理、异常处理,库函数等介绍。记住:此书不同于一般的C程序设计。并且本书在开始就介绍了C语言和C++的兼容性,因此对C++的后续学习有很大帮助。并且本书中对常见的和容易出错的地方做出了符号特别提示。在内容上也对C语言的开发如何具有很强可移植性做了讲解。在压缩文件中附带有本书的源代码。-The C Programming Language modern methods of the introduction o
SEH
- 一份非常不错的精品易语言 SEH异常处理源码,让程序出现内存错误时候不奔溃,还能继续正常工作执行!-A very nice boutique SEH exception handling easy language source code, so that the program ran out of memory errors when not collapse, but also continue to work properly executed!
exception
- Delphi“异常”处理演示程序,编程学习源码,很好的参考资料。-Delphi "abnormal" processing demo program, learning programming source code, a good reference.