CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - exception
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - exception - List
[
JSP/Java
]
exception
DL : 0
高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.
Update
: 2008-10-13
Size
: 1.4kb
Publisher
:
罗一
[
Windows Develop
]
Exception
DL : 0
文件异常处理的一个例子<2030kb>-document examples of a lt; 2030kbgt;
Update
: 2025-02-17
Size
: 2.03mb
Publisher
:
陈金涛
[
GUI Develop
]
CWin32Error_src
DL : 0
Simplified Exception Handling For Win32 API Errors
Update
: 2025-02-17
Size
: 7kb
Publisher
:
[
CSharp
]
CSharpExcrescentProcessing
DL : 0
CSharp异常处理,值得好好去看,不要错过哦.-CSharp exception handling, it is worth a good look at, not to miss, oh.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
王万里
[
VC/MFC
]
ExceptionalC++Style40NewEngineeringPuzzles
DL : 0
这本也是经典中的经典。它已经深入到接触 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.
Update
: 2025-02-17
Size
: 546kb
Publisher
:
朱邾
[
VC/MFC
]
EssentialC++
DL : 0
本书以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
Update
: 2025-02-17
Size
: 7.87mb
Publisher
:
zhj
[
Internet-Network
]
exceptionmanagement
DL : 0
异常处理包,通用 异常处理包,通用 -Exception Handling package, generic Exception Handling package, generic Exception Handling package, General Exception Handling package, generic Exception Handling package, GE
Update
: 2025-02-17
Size
: 78kb
Publisher
:
11-11
[
MiddleWare
]
exceptionAop
DL : 0
应用AOP,进行异常处理的源码示例程序,只提供一个思路,应用的话可以扩展-AOP application for exception handling the sample program source code, only one thinking, the application can be extended
Update
: 2025-02-17
Size
: 60kb
Publisher
:
zys
[
OS program
]
MYException
DL : 0
系统级别的异常处理办法,发布源代码, 二进制级别的异常记录功能,可以查看内存情况,寄存器情况,还可以知道出错在哪一行-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
Update
: 2025-02-17
Size
: 11kb
Publisher
:
叶振华
[
JSP/Java
]
exception
DL : 0
高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.-err
Update
: 2025-02-17
Size
: 1kb
Publisher
:
罗一
[
Other
]
Exception
DL : 0
查找程序运行时错误,保留出错的CONTEXT-Search procedures for run-time error, retention error CONTEXT
Update
: 2025-02-17
Size
: 26kb
Publisher
:
mac
[
VxWorks
]
VxWorks_exception
DL : 0
基于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.
Update
: 2025-02-17
Size
: 147kb
Publisher
:
GB
[
.net
]
Asprise-OCR-CSharp-Windows_Server_32bit-4.0
DL : 0
识别图片上的文字,识别率有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)))
Update
: 2025-02-17
Size
: 6.18mb
Publisher
:
似的
[
CSharp
]
log
DL : 0
能够定制日志,实现日志管理。同时日志报出异常处理-Be able to customize logs, log management realize. At the same time, the log reported that the exception handling
Update
: 2025-02-17
Size
: 376kb
Publisher
:
sur
[
Windows Develop
]
exception_src
DL : 0
the exception class holding the call stack s information
Update
: 2025-02-17
Size
: 25kb
Publisher
:
王維
[
Windows Develop
]
clib
DL : 0
一个跨平台的c\c++类库 提供对log,mutext, thread,exception,socket等常用功能的封装-A cross-platform cc++ Library provides log, mutext, thread, exception, socket commonly used functions such as packaging
Update
: 2025-02-17
Size
: 74kb
Publisher
:
ju
[
Internet-Network
]
Socket
DL : 0
Socket in C++, use iostream and Exception.-Socket in C++, Use iostream and Exception.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
Bai
[
Delphi VCL
]
Exception
DL : 0
Delphi 异常处理是软件处理中很重要的一个技术,可以防止软件的不正常运行。-Delphi is a software exception handling to deal with a very important technology, could not prevent the normal operation of software.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
陈树
[
Other
]
Exception
DL : 0
文件异常处理的一个例子,其他人不需帐号就可自由下载此源码。-Paper an example of exception handling, others do not account for this source can be downloaded free.
Update
: 2025-02-17
Size
: 2.03mb
Publisher
:
finger22
[
Windows CE
]
exception
DL : 0
此程序可用来学习异常处理机制,用例题演示了怎样利用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
Update
: 2025-02-17
Size
: 20kb
Publisher
:
余建生
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.