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

Search list

[JSP/Javaexception

Description: 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.
Platform: | Size: 1437 | Author: 罗一 | Hits:

[Windows DevelopException

Description: 文件异常处理的一个例子<2030kb>-document examples of a lt; 2030kbgt;
Platform: | Size: 2130944 | Author: 陈金涛 | Hits:

[GUI DevelopCWin32Error_src

Description: Simplified Exception Handling For Win32 API Errors
Platform: | Size: 7168 | Author: | Hits:

[CSharpCSharpExcrescentProcessing

Description: CSharp异常处理,值得好好去看,不要错过哦.-CSharp exception handling, it is worth a good look at, not to miss, oh.
Platform: | Size: 7168 | Author: 王万里 | Hits:

[VC/MFCExceptionalC++Style40NewEngineeringPuzzles

Description: 这本也是经典中的经典。它已经深入到接触 C++ Object Model 的层次。特别是 Exception-Safety 这一章一系列的步步深入,很大 程度上改变了我对 C++ 的认识。此外,它有提到 Pimpl Idiom,这 对改善 C++ 编译效率也有一定的帮助。其他的主题,例如泛型编程 和对标准库的几个讨论议题、暂时物件、物件寿命、自动转换…等,也 颇有深度。如果没看过这本,且对自己的 C++ 功力颇有信心的人,可 以测试看看。 -This is the classic classic. It has in-depth exposure to C Object Model level. Especially Exception-Safety of this chapter a series of in-depth step by step. I changed to a large extent on C awareness. Moreover, it mentioned Pimpl Idiom, to improve the efficiency of the C compiler is also helpful to a certain extent. Other themes, such as Generic programming and the standards of several topics for discussion, temporary objects, object lifetime, automatic conversion, etc. quite deep. If they read this, and C for their skill very confident in, we may look at the test.
Platform: | Size: 559104 | Author: 朱邾 | Hits:

[VC/MFCEssentialC++

Description: 本书以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。本书的组织围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,你不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。 你可以由本书发现以下关键主题: ● Generic (泛型)编程风格和Standard Template Library(STL) ● Object-based(个别对象)编程风格和class的设计 ● Object-oriented(面向对象)编程风格和classes阶层体系的设计 ● Function template 和class template 的设计和运用 ● Exception handling(异常处理)与执行期型别鉴定(Run-Time Type Identification)-err
Platform: | Size: 8250368 | Author: zhj | Hits:

[Internet-Networkexceptionmanagement

Description: 异常处理包,通用 异常处理包,通用 -Exception Handling package, generic Exception Handling package, generic Exception Handling package, General Exception Handling package, generic Exception Handling package, GE
Platform: | Size: 79872 | Author: 11-11 | Hits:

[MiddleWareexceptionAop

Description: 应用AOP,进行异常处理的源码示例程序,只提供一个思路,应用的话可以扩展-AOP application for exception handling the sample program source code, only one thinking, the application can be extended
Platform: | Size: 61440 | Author: zys | Hits:

[OS programMYException

Description: 系统级别的异常处理办法,发布源代码, 二进制级别的异常记录功能,可以查看内存情况,寄存器情况,还可以知道出错在哪一行-System-level approach to exception handling, release the source code, binary-level record of abnormal function, you can view the memory situation, register the case, but also how such a mistake in which line
Platform: | Size: 11264 | Author: 叶振华 | Hits:

[JSP/Javaexception

Description: 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.-err
Platform: | Size: 1024 | Author: 罗一 | Hits:

[OtherException

Description: 查找程序运行时错误,保留出错的CONTEXT-Search procedures for run-time error, retention error CONTEXT
Platform: | Size: 26624 | Author: mac | Hits:

[VxWorksVxWorks_exception

Description: 基于VxWorks的异常处理的研究和实现.pdf 阐述了嵌入式软件系统中异常处理的必要性,然后基于嵌入式实时操作系统VxWorks,介绍了一种与具体处理器类型无关的异常 处理方法,并且结合一种ARM 处理器,详细阐述了该异常处理的现场保存、现场分析、异常恢复策略的实现。-VxWorks exception handling based on the research and realize. Pdf on embedded software systems need to deal with anomalies, and then based on embedded real-time operating system VxWorks, introduce a specific type of processor has nothing to do with the unusual method of treatment, and combination an ARM processor, described in detail in the exception handling on-site preservation, site analysis, the realization of abnormal recovery strategy.
Platform: | Size: 150528 | Author: GB | Hits:

[.netAsprise-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 } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [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: 6479872 | Author: 似的 | Hits:

[CSharplog

Description: 能够定制日志,实现日志管理。同时日志报出异常处理-Be able to customize logs, log management realize. At the same time, the log reported that the exception handling
Platform: | Size: 385024 | Author: sur | Hits:

[Windows Developexception_src

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

[Windows Developclib

Description: 一个跨平台的c\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装-A cross-platform cc++ Library provides log, mutext, thread, exception, socket commonly used functions such as packaging
Platform: | Size: 75776 | Author: ju | Hits:

[Internet-NetworkSocket

Description: Socket in C++, use iostream and Exception.-Socket in C++, Use iostream and Exception.
Platform: | Size: 7168 | Author: Bai | Hits:

[Delphi VCLException

Description: Delphi 异常处理是软件处理中很重要的一个技术,可以防止软件的不正常运行。-Delphi is a software exception handling to deal with a very important technology, could not prevent the normal operation of software.
Platform: | Size: 4096 | Author: 陈树 | Hits:

[OtherException

Description: 文件异常处理的一个例子,其他人不需帐号就可自由下载此源码。-Paper an example of exception handling, others do not account for this source can be downloaded free.
Platform: | Size: 2130944 | Author: finger22 | Hits:

[Windows CEexception

Description: 此程序可用来学习异常处理机制,用例题演示了怎样利用try-catch-finally语句捕获和处理异常-This procedure can be used to study exception handling mechanism, with the example demonstrates how to use try-catch-finally statement to catch and handle exceptions
Platform: | Size: 20480 | Author: 余建生 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net