搜索资源列表
VC异常捕获,Dmp文件提取
- 只需注册 ::SetUnhandledExceptionFilter(ExpFilter); 将代码放到工程中编译就可以抓获当前错误堆栈文件输出,并且生成当前出错程序的dump。
Memory_and_Exception_Trace 内存泄漏检测工具及其源码
- 一个内存泄漏检测工具及其源码,值得研究研究,-A detector tool and source code of memory leaks,worth discussing
Python
- 用pjsip的库编写web网络电话,说明: 1.先安装pjsip的库。 2.你需要两个sip账号,分别填入第114行和116行。 第一个参数是SIP服务器,第二是用户名,第三是密码。 3.被叫号在第49行,你可以修改成从文件读或者其他。 4.第131行,从E盘根目录获取“电话号码.call”文件。获取之后就把该文件删掉。并呼叫该号码。 5.第44行,等待音文件,必须是标准的wav文件,可以用windows自带的录音机自己录制,转码出来的有可能不被支持,会报异常,此处未作处
IR-2
- 红外遥控式简单计算器演示程序 * * 用红外遥控器做输入(适用新式遥控器) * * * * LCD1602显示方式: * LCD第一行显示:CALCULATOR * * LCD第二行显示:运算过程 * * * 主要功能: * 0-99两位数之间的加、减、乘、除整数运算-Simple calculator-style infrared remote control demo program** to do with infrared remot
calculator
- 实体对象作为ActionForm的属性,实现了加、减、乘、除计算功能的计算器。-Entity object attributes as ActionForm achieved add, subtract, multiply, with the exception of the calculation function calculator.
Int64
- 完成一个简单64位整数加、减、乘、除运算类,可以进一步修改为长整数运算-Completion of a simple 64-bit integer add, subtract, multiply, with the exception of computing categories, can be further revised to a long integer calculations
digitalclock
- 这是一个具有多功能的数字钟的VH语言文件,可能实现除最基本的时间功能外,还能整点报时及其它额外功能。-This is a multi-function digital clock VH language documents, possible exception of the most basic functions of time, but also the entire point of time and other additional features.
students
- 学生成绩信息采集程序,利用异常处理,对输入信息进行检查-Student performance information collection procedures, the use of exception handling, input information on the inspection
databort
- 数据异常处理。The main source file is "dabort.s": with suitable -PreDefines or a corresponding "options-setting" file, it assembles to the data abort veneer. This is described in detail in the documentation. The "dabort.h" file contains definition
compute
- 实现一个计算的功能,能够进行加、减、乘、除的运算,当除数为0时弹出警告。-Implementation of a computing function, to be able to add, subtract, multiply, with the exception of computing, when the divisor for the 0:00 pop-up warning.
Example_Calculate
- 一个计算器示例:实现加、减、乘、除运算,注意在进行除法运算时,如果除数为0,那么【简单】就直接输出0来,【复杂】那么要对用户进行错误提示-Examples of a calculator: the realization of add, subtract, multiply, with the exception of computing, pay attention to during the division operation, if the divisor is 0, then a si
ch11_1
- 利用类处理异常,实现根据异常处理规则,进行异常捕获-The use of unusual types of processing to achieve exception handling in accordance with rules capture abnormal
mspdb60
- DLL 文件: mspdb60 或者 mspdb60.dll DLL 名称: Microsoft Program Database 描述: mspdb60.dll是Microsoft Visual Studio编程数据库支持相关文件。. 属于: Visual Studio 系统 DLL文件: 否 常见错误: File Not Found, Missing File, Exception Errors -DLL file: mspdb60 or
Exception
- 文件异常处理的一个例子,其他人不需帐号就可自由下载此源码。-Paper an example of exception handling, others do not account for this source can be downloaded free.
exception
- SQLServer2005异常包 异常包-Exception sql2005
Exception.tar
- samples for exception handling
Exception-handling
- 理解什么是异常及异常可能产生的原因,掌握异常抛出和捕获语句并理解专有catch块的使用 -Understand what is the cause abnormalities and anomalies that may arise, master exception is thrown and caught statement and understand the use of proprietary catch block
6-Exception-handling
- VS2008平台 异常处理 使用异常处理将带来更多的系统开销。因此慎用异常。-VS2008 platform Exception handling The use of exception handling will lead to more system overhead.Therefore careful anomalies.
异常
- 关于异常的一些小例子,可以帮助大家理解java的异常处理机制(Some small examples of exceptions can help you understand Java's exception handling mechanism)
stacktrace
- 对Java中的exception进行了一些测试,主要是先定义一个有exception抛出的方法,如何在调用这个函数(the test of java exception)