Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - exception
Search - exception - List
贪吃蛇2005 + 源程序  贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则: 利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分; 在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作: 程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续游戏;出错后会出现是否继续游戏的提示,Y继续,N结束。 -2005 Snake Snake source of a small classic game, I carefully made, I believe other than the so-called Snake many good results. Hope we can put forward more valuable suggestions. The rules of the game : direction control keys snakeheads campaign, when the food is encountered snakeheads eat food, access points; In this process does not allow out-of-bounds snakeheads or physical encounter, the end of the game. Basic operation : running after importation figures 0-9, choose level; By any time that the Esc keys out of the game; The keyboard keys to control the direction snakeheads movement direction; Keys suspended by the arbitrary direction keys and key combinations exception; Following the suspension, according to the direction keys to the game; Mistakes will happen after the whether or not t
Date : 2008-10-13 Size : 28.31kb User : 虚拟无忌

本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。-author of this book learning C according to their personal experience and years of teaching experience, simple examples and concise narrative on the C programming, unique. The book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding realized, initialization and removals, function overloading and default parameters, input and output streams, constants, associated functions, naming control, the application and copy constructor function, Operator, dynamic object creation, and the combination of inheritance and polymorphism and virtual functions, templates and pack containers, multiple inheritance, Exception Handling and runtime type identification. The book as an official self-learning materials and books are excellent, as a procedural designers reference b
Date : 2008-10-13 Size : 21.45mb User : 吴鸣春

本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Date : 2008-10-13 Size : 3.81mb User : gong

Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program development process. It covers coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and package construction, and built-in packages.-Oracle PL / SQL Best Practices is a concise, easy-to-use summary of best practices in the pr ogram development process. It covers coding st yle, writing SQL in PL / SQL, data structures, control structures, exception handling, program and package construction, and built-in packages.
Date : 2008-10-13 Size : 412.95kb User : 张雯

LINUX目录详解 根文件系统一般应该比较小,因为包括严格的文件和一个小的不经常改变的文件系统不容易损坏。损坏的根文件系统一般意味着除非用特定的方法(例如从软盘)系统无法引导,所以不应该冒这个险。 根目录一般不含任何文件,除了可能的标准的系统引导映象,通常叫/vmlinuz 。所有其他文件在根文件系统的子目录中。 -LINUX Comments on the root directory system in general be relatively small, because including strict documentation and a small change of the regular file system is not easy to damage. Damage to the root system generally means that unless you use a specific method (for example, from floppy disks) system is unable to guide, they should not take the risk. Root directory generally do not contain any documents, with the possible exception of the standard guide mapping system, usually called / vmlinuz. All other documents in the root file system subdirectories.
Date : 2008-10-13 Size : 8.43kb User : h

这本也是经典中的经典。它已经深入到接触 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.
Date : 2008-10-13 Size : 546.2kb User : 朱邾

ARM MMU详细图解及使用存储器管理,访问权限,异常处理等-ARM MMU detailed diagrams and the use of memory management, access permissions, exception handling, etc.
Date : 2008-10-13 Size : 65.98kb User : wyq

全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding realized, initialization and removals, function overloading and default parameters, input and output flow, the constant link function, naming control, the application and copy constructor function, Operators heavy, dynamic object creation, and the combination of inheritance, polymorphism and virtual functions, templates and package containers, multiple inheritance, Exception handling and runtime type identification.
Date : 2008-10-13 Size : 13.82mb User : 陈乔

ADS的使用资料,来自周立功ARM培训教材,包括3个PPT:ADS介绍.ppt、ADS异常处理.ppt及ADS交互工作.ppt-ADS use information from Zhou, who ARM training materials, including three PPT : ADS introduced. ppt, ADS exception handling. ppt ADS and interactive work. ppt
Date : 2008-10-13 Size : 762.01kb User : 陈建

本书以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)
Date : 2008-10-13 Size : 7.87mb User : zhj

tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.-tServer task executes functions at low pri ority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer's priority. First tServer task exec utes the i () system call to print the summary of t Shell task. Next an address exception is caused in tServer task by trying to execute at a funtion non-aligned word boundry. As a result SIGBUS si gnal is raised automatically. Signals (setjmp () and longjmp ()) are used to allow the tServer t ask to recover gracefully from an address error exception. For more information about signals , please refer to sigLib manual pages.
Date : 2008-10-13 Size : 3.85kb User : 于凤新

应用AOP,进行异常处理的源码示例程序,只提供一个思路,应用的话可以扩展-AOP application for exception handling the sample program source code, only one thinking, the application can be extended
Date : 2008-10-13 Size : 14.61kb User : zys

This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.-This thorough, hands-on reference for database developers an d administrators delivers expert guidance on s ophisticated uses of Transact-SQL (T-SQL)
Date : 2008-10-13 Size : 2.63mb User : li ming

确实很有意思,上面文件主要介绍ARM异常处理-really very interesting, the above document introduces ARM Exception Handling
Date : 2008-10-13 Size : 618.86kb User : 李飞

本书以帮助读者掌握C++面向对象高效编程方法为目的,详细介绍了C++编程中的各种概念和应用技巧。全书共分为两部分,第一部分介绍了面向对象编程的基础和应用,如数据抽象,继承,异常处理等内容;第二部分说明了如何建立抽象的概念及其策略,并研究了C++对象模型。书中带有大量的代码实例,使读者不仅能够从理论上得以提高,而且还能够轻松地在实践中应用。本书适用于C++程序员,也可供面向对象程序设计感兴趣的编程人员及大专院校计算机专业师生参考。-this book to help readers grasp the object-oriented C programming efficient methods for the purpose, Details of the C programming concepts and application skills. The book is divided into two parts, the first part of the object-oriented programming base and applications, such as data abstraction, inheritance, exception handling; The second part describes how to build an abstract concept and strategy, and examine the C object model. Book with a large number of examples of the code, so that readers can not only theoretically be increased, but also can be easily applied in practice. The book applies to the C programmer, It also provides object-oriented programming of interest to programmers and tertiary students computer professional reference.
Date : 2008-10-13 Size : 29.37mb User : 汤杰

Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API
Date : 2008-10-13 Size : 6.33mb User : tengteng

java的异常部分ppt,主要介绍常见到的一些异常
Date : 2008-10-13 Size : 39.45kb User : mingyu

DL : 0
An extended exception class 扩展的exception类
Date : 2008-10-13 Size : 3.35kb User : 梦幻

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.
Date : 2008-10-13 Size : 2.81mb User : vincente

这篇文章是dec公司底下的一个研究中心早期(1989年)提供的一份在c下如何实现exception handler.对于想了解c++异常处理具体原理及实现手段的朋友来说是不可多得的参考资料
Date : 2008-10-13 Size : 618.52kb User : lijie
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.