虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Handling

  • This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such

    This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure Handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.

    标签: GLib the low-level projects

    上传时间: 2013-12-19

    上传用户:tb_6877751

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    标签: Introduction Thinking Revision Preface

    上传时间: 2014-07-13

    上传用户:netwolf

  • • Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Act

    • Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API, End-End Socket HTTP API,DBMS, Messaging Application.

    标签: Client-Server Descriptors Application Management

    上传时间: 2013-12-01

    上传用户:zhangyigenius

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string Handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    标签: general-performanc benchmarks Dhrystone dhrystone

    上传时间: 2016-11-30

    上传用户:hphh

  • 1. 异常和标准C 对它的支持 (前言略) 1.1 异常分类 基于Dr. GUI 的建议

    1. 异常和标准C 对它的支持 (前言略) 1.1 异常分类 基于Dr. GUI 的建议,我把我的第一个专栏投入到“程序异常”的系列上。我认识到, “exception”这个术语有些不明确并和上下文相关,尤其是C++标准异常(C++ standard exceptions)和Microsoft 的结构化异常(structured exception Handling)。不幸的的是, “异常”一词太常见了,随时出现在语言的标准和常见的编程文献中。因为不想创造一个新 名词,所以我将尽力在此系列的各部分中明确我对“异常”的用法。 􀁺 Part 1 概述通常意义上的异常的性质,和标准C 库提供的处理它们的方法。 􀁺 Part 2 纵览Microsoft 对这些标准C 库方法的扩展:专门的宏和结构化异常处理。 􀁺 Part 3 及其余将致力于标准C++异常处理体系。 (C 语言使用者可能在Part2 后放弃,但我鼓励你坚持到底;我所提出的许多点子同样 适用于C,虽然不是很直接。)

    标签: 1.1 GUI Dr 标准

    上传时间: 2014-01-12

    上传用户:aappkkee

  • Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported,

    Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP is also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential dialog Handling, Internet Explorer compatibility, or downlevel platform support should still consider using WinInet.

    标签: server-supported Description developers Microsoft

    上传时间: 2017-02-07

    上传用户:refent

  • 1.1 异常分类 基于Dr. GUI 的建议

    1.1 异常分类 基于Dr. GUI 的建议,我把我的第一个专栏投入到“程序异常”的系列上。我认识到, “exception”这个术语有些不明确并和上下文相关,尤其是C++标准异常(C++ standard exceptions)和Microsoft 的结构化异常(structured exception Handling

    标签: 1.1 GUI Dr 分类

    上传时间: 2013-12-23

    上传用户:yepeng139

  • This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops

    This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception Handling, user-defined types, procedures, functions, packages and child packages.

    标签: example-driven introduction gradually approach

    上传时间: 2014-01-12

    上传用户:koulian

  • This User’s Manual is intended for experienced users and integrators with hardware knowledge of per

    This User’s Manual is intended for experienced users and integrators with hardware knowledge of personal computers. If you are not sure about any description in this User’s Manual, please consult your vendor before further Handling.

    标签: experienced integrators knowledge intended

    上传时间: 2013-12-19

    上传用户:独孤求源

  • Discussing embedded systems in general is difficult, because each embedded system is unique. Rather

    Discussing embedded systems in general is difficult, because each embedded system is unique. Rather than presenting a list of general principles for Handling embedded development issues, this book presents examples of problems encountered and solutions to those problems using real hardware and software. In that sense, it is a “cookbook” for developers that offers design “recipes” that can be elaborated on or modified as needed to solve other design problems.

    标签: embedded Discussing difficult because

    上传时间: 2014-01-25

    上传用户:1159797854