Welcome![Sign In][Sign Up]
Location:
Search - exception

Search list

[Other resource04

Description: An extended exception class 扩展的exception类
Platform: | Size: 3426 | Author: 梦幻 | Hits:

[Driver DevelopExcpHookMonitor_0.0.4

Description: ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Platform: | Size: 54007 | Author: 张京 | Hits:

[JSP/JavaMYTEST

Description: 基于TCP的java多线程server,程序包含server和client,支持多多种文件多线程访问,支持exception。访问端口为6789
Platform: | Size: 4572517 | Author: | Hits:

[Other resourceIA-32ArchitectureVolume3-SystemProgrammingGuide.ra

Description: The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. The IA-32 Software Developer’s Manual, Volume 3, describes the operating-system support environment of an IA-32 processor, including memory management, protection, task management, interrupt and exception handling, and system management mode. It also provides IA-32 processor compatibility information. This volume is aimed at operating- system and BIOS designers and programmers.
Platform: | Size: 2950355 | Author: vincente | Hits:

[Other resourceImplementing_Exceptions_in_C

Description: 这篇文章是dec公司底下的一个研究中心早期(1989年)提供的一份在c下如何实现exception handler.对于想了解c++异常处理具体原理及实现手段的朋友来说是不可多得的参考资料
Platform: | Size: 633368 | Author: lijie | Hits:

[Other resourceexception

Description: 一个异常的程序,用JAVA做的,呵呵,挺不错的哈
Platform: | Size: 1433 | Author: 杨盼盼 | Hits:

[Other resourceAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有80% 附加c#调用 [DllImport(\"AspriseOCR.dll\")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }
Platform: | Size: 6479709 | Author: 似的 | Hits:

[JSP/JavatestFraction

Description: 实现一个复数类,用于学习异常处理-achieve a plural categories, for learning Exception Handling
Platform: | Size: 899 | Author: 肖锋 | Hits:

[Delphi VCLexception

Description: 一个异常类示例程序-an abnormal type sample program
Platform: | Size: 179385 | Author: | Hits:

[OS program3-异常处理

Description: C++Builder经典范例50讲之3-为应用程序筑篱笆―异常处理-C Builder classic example of 50 speakers of 3-to applications to build a fence - Exception Handling
Platform: | Size: 26922 | Author: 邢易 | Hits:

[Windows Developexception_src

Description: the exception class holding the call stack s information
Platform: | Size: 25769 | Author: 王維 | Hits:

[Other resourceExceptionInfo

Description: 是一个自定义异常的文件,里面有一个自定义异常类继承了Exception。然后实现了里面的方法
Platform: | Size: 4845 | Author: wangjuan | Hits:

[Other resourceAddison+Wesley+-+Design+Patterns+in+Java

Description: THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 A GardenMaker Factory 26 How the User Interface Works 28 Consequences of Abstract Factory 30 Thought Questions 30 The Singleton Pattern 31 Throwing the Exception 32 Creating an Instance of the Class 32 Static Classes as Singleton Patterns 33 Creating Singleton Using a Static Method 34
Platform: | Size: 2000760 | Author: 清风 | Hits:

[Windows Developclib

Description: 一个跨平台的c\\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装
Platform: | Size: 76442 | Author: ju | Hits:

[Othercalculator_1

Description: 计算器程序You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc. If you use the EWCalc.mak file you will have to change the pointers to the proper directories.
Platform: | Size: 121616 | Author: Rain | Hits:

[Multimedia programmp3-player

Description: 一个mp3播放器You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc. If you use the EWCalc.mak file you will have to change the pointers to the proper directories.
Platform: | Size: 67856 | Author: Rain | Hits:

[Windows DevelopUnable_To_2124748252008

Description: When application is deployed, the exception unable to find database dll occurs when generating reports. This is because you are not using Crystal Report 8.5 ActiveX Designer RunTime Library (craxdrt.dll) Check out this tutorial provides best practice solution.
Platform: | Size: 201822 | Author: 孙忠波 | Hits:

[Other resourceuart

Description: uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID, U_SetAutoBaud_Div, /*TY adds these to expand flexibility 2004/10/15*/ U_Register_TX_cb, U_Register_RX_cb, /*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/ U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes, /*for virtual com port to return DCB configuration*/ U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus
Platform: | Size: 23791 | Author: bily | Hits:

[Other resources3c2410INT

Description: 在进入正题之前,我想先把ARM920T的异常向量表(Exception Vectors)做一个简短的介绍。
Platform: | Size: 408221 | Author: LIYOUPBC | Hits:

[Other resourceshenjingwangluomoshishibie

Description: The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent file formats. The readme will also describe how to compile the target programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All programs on this diskette have been compiled and tested in this environment. The majority of programs on this diskette should port to other environments with only minor adjustments. The exception to this are those programs which utilize presentation manager for graphical display of program data. In particular, the grid1 programs in \\chapt4\\backprop\\ and \\chapt3\\ fall into this latter category.
Platform: | Size: 566342 | Author: 奖励 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net