C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and GET far better results
標簽: marvelous although language Matthew
上傳時間: 2014-01-22
上傳用戶:妄想演繹師
vs.net技術內幕 The release of the Microsoft Visual Studio .NET (and Visual C++ .NET in particular) has underscored Microsoft’s increasing focus on Internet technologies, which are at the heart of the Microsoft .NET architecture. In addition to supporting the .NET initiative, Visual C++ .NET keeps all the productivity-boosting features you’re familiar with, such as Edit And Continue, IntelliSense, AutoComplete, and code tips. Visual C++ .NET also includes many new features such as managed code extensions for .NET programming, support for attributed code, and a more consistent development environment. These features take Visual C++ .NET to a new level. This book will GET you up to speed on the latest technologies introduced into Visual C++.
標簽: Visual particular Microsoft NET
上傳時間: 2015-12-26
上傳用戶:qweqweqwe
We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle approximates the location of head. We develop a synthetic video sequence to test our technique. The results we GET show that the tracker tracks the head which changes position, poses and lighting conditions.
標簽: approach combines particle tracking
上傳時間: 2016-01-02
上傳用戶:yy541071797
目標: 設計一個小型的學生管理系統。 第一步要求: 1、 對于一個學生類,作為整個系統的核心,我們希望這個類能包括學生共有的基本信息:學生姓名(strName),學號(strNumber),性別(strSex),出生歲月(strBirthday),專業(strSpeciality),籍貫(strAddress)等,要求在構建學生對象的時候提供最少姓名和學號。 2、 作為學生類的實例,我們希望能通過設置器或訪問器(set GET方法)來修改這些學生的不同信息。 3、 通過對toString()方法的重寫實現信息打印。 第二步要求: 4、 在構建學生對象的時候可以只提供姓名信息,要求在學生類內部對學號,自行處理。 ----------------------------------------------------------------------------- 第三步要求: 5、 學生中會選舉一些人做為學生干部,那么這些學生就可以用繼承的方式來構建一個新的類。學生干部比學生多一個職務(strDuty)字段,用多態實現班干部信息的打印。
標簽: 管理系統
上傳時間: 2016-01-05
上傳用戶:silenthink
This book is for developers who design and program devices that use the Universal Serial Bus (USB) interface. The goal is to introduce you to USB and to help you GET your devices up and communicating as quickly and easily as possible.
標簽: developers Universal devices program
上傳時間: 2014-09-07
上傳用戶:sdq_123
cpress usb 芯片Vender 處理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 GET IIC Type (1 Byte or 2 Byte EEPROM) A6 GET Chip Rev A8 Renumerate
標簽: demonstrate implement software purpose
上傳時間: 2016-01-14
上傳用戶:stvnash
This package contains the Wireless tools, used to manipulate the Wireless Extensions. The Wireless Extensions is an interface allowing you to set Wireless LAN specific parameters and GET the specific stats.
標簽: Wireless Extensions manipulate the
上傳時間: 2016-01-16
上傳用戶:黑漆漆
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dmey............... Decomposition can be viewed in figure. (Please note that select 256X256 image for better result.) Then compression can performed, PERFL2 give compression score. Then reconstruction can be performed. Each decompsition we can choose different threshold values. For each threshold value we can calculate mse,psnr,pq(picture quality), bit ratio etc. To GET pq install pqs function .
標簽: decomposition recostruct compress wavelets
上傳時間: 2016-01-22
上傳用戶:liuchee
『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C GET a clear explanation of functional code modules and microcontroller theory
標簽: ready-to-use embedded building complete
上傳時間: 2014-12-04
上傳用戶:阿四AIR
This the third edition of the Writing Device Drivers articles. The first article helped to simply GET you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the “poor man’s pipes” implementation.
標簽: the articles Drivers edition
上傳時間: 2014-01-16
上傳用戶:ommshaggar