搜索结果
找到约 83 项符合
Exception-Safety 的查询结果
VC书籍 这本也是经典中的经典。它已经深入到接触 C++ Object Model 的层次。特别是 Exception-Safety 这一章一系列的步步深入
这本也是经典中的经典。它已经深入到接触 C++ Object Model
的层次。特别是 Exception-Safety 这一章一系列的步步深入,很大
程度上改变了我对 C++ 的认识。此外,它有提到 Pimpl Idiom,这
对改善 C++ 编译效率也有一定的帮助。其他的主题,例如泛型编程
和对标准库的几个讨论议题、暂时物件、物件寿命、自动转换…等 ...
技术管理 Standard-Library Exception Safety Bjarne Stroustrup Texas A&M University (and AT&T Labs – Researc
Standard-Library Exception Safety
Bjarne Stroustrup
Texas A&M University
(and AT&T Labs – Research)
http://www.research.att.com/~bs
Introduction to the C++ exception handling mechanisms and “resource acquisition is initialization” for people with little experience with exceptions
加密解密 MD5算法的ASP实现. 它在MD4的基础上增加了"安全-带子"(Safety-Belts)的概念。虽然MD5比MD4稍微慢一些
MD5算法的ASP实现. 它在MD4的基础上增加了"安全-带子"(Safety-Belts)的概念。虽然MD5比MD4稍微慢一些,但却更为安全。MD5也为一种非常优秀的中间技术。
Java编程 这个文件是用JB 2005 建立的struts + exception的测试工程
这个文件是用JB 2005 建立的struts + exception的测试工程,大家可以看看~
汇编语言 you can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.
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.
Java编程 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.
高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.
驱动编程 ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
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 ...
其他书籍 这篇文章是dec公司底下的一个研究中心早期(1989年)提供的一份在c下如何实现exception handler.对于想了解c++异常处理具体原理及实现手段的朋友来说是不可多得的参考资料
这篇文章是dec公司底下的一个研究中心早期(1989年)提供的一份在c下如何实现exception handler.对于想了解c++异常处理具体原理及实现手段的朋友来说是不可多得的参考资料
软件工程 vbox project - sun virtual box for test safety.
vbox project - sun virtual box for test safety.
其他书籍 function to compute an expression using int value parameters throw an exception of type illegalPara
function to compute an expression using int value parameters
throw an exception of type illegalParameterValue
in case one of the parameters is <= 0