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