C++ Gotchas is the professional programmer s guide to avoiding and correcting ninety-nine of the most common, destructive, and interesting C++ design and programming errors. It also serves as an inside look at the more subtle C++ features and programming techniques
標簽: professional ninety-nine correcting programmer
上傳時間: 2016-03-29
上傳用戶:hanli8870
非常適合內嵌式mp3播放,例如控制臺!注意看壓縮包里readme.doc 詳細過程,在ARM及MIPS下通過 新建一個 wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實編譯時的 object/library modules 只要看 sourse 文件包含哪個dll,或lib 就行
標簽: application windows readme simple
上傳時間: 2016-05-05
上傳用戶:ynsnjs
SPLC501液晶顯示模組為128X64點陣,面板采用STN(Super Twisted Nematic)超扭曲向列技術制成并且由128 Segment和64 Common組成,LCM非常容易通過接口被訪問。
上傳時間: 2013-12-15
上傳用戶:lhw888
1、在Eclipse中導入工程,可以通過Eclipse中的菜單File→Import→Existing Projects intoWorkspace中選擇Project; 2、在MySQL中創建數據庫,使用MySQL Control Center執行database目錄下的dbscript.sql數據庫腳本文件創建數據庫SQL語句創建數據庫和表及數據; 3、設置數據庫連接配置,修改doc目錄下的exam.xml文件,將其中的數據庫用戶名和密碼設置為實際的用戶名和密碼; 4、將doc目錄下的exam.xml文件拷貝到Tomcat的安裝目錄下的conf\Catalina\localhost文件夾下,并修改exam.xml文件中的docBase,將該值指向該工程目錄,如"F:\jsp\21\WebRoot"; 5、確保Tomcat安裝目錄的common\lib下mysql-connector-java-3.0.16-ga-bin.jar類包文件,如果沒有拷貝WebRoot\WEB-INF\lib目錄下的mysql-connector-java-3.0.16-ga-bin.jar類包文件到Tomcat安裝目錄的common\lib下; 6、啟動Tomcat,在瀏覽器輸入http://localhost:8080/exam,使用賬號s0001,密碼s0001登陸,后臺管理使用賬號admin,密碼dmin登陸。
上傳時間: 2013-12-21
上傳用戶:huannan88
The last step in training phase is refinement of the clusters found above. Although DynamicClustering counters all the basic k-means disadvantages, setting the intra-cluster similarity r may require experimentation. Also, a cluster may have a lot in common with another, i.e., sequences assigned to it are as close to it as they are to another cluster. There may also be denser sub-clusters within the larger ones.
標簽: DynamicClusteri refinement Although clusters
上傳時間: 2014-01-04
上傳用戶:watch100
GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
標簽: framework for execution ccScript
上傳時間: 2013-12-18
上傳用戶:sssl
Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real-world development experience with detailed information about the IDE to make you more productive and ease transition from other development environments (including prior versions of Visual Studio). This book will also help you increase team collaboration and project visibility with Visual Studio Team Systems and it will give you straight, to-the-point answers to common developer questions about the IDE.
標簽: Visual Studio 2005 Specifically
上傳時間: 2016-07-08
上傳用戶:tuilp1a
The Hardware Book contains misc technical information about computers and other electronic devices. You ll find the pin out to most common (and uncommon) connectors availble, as well as info about how to build cables.
標簽: information electronic computers technical
上傳時間: 2013-11-30
上傳用戶:cc1015285075
Today s ActionScript-based applications require increasingly sophisticated architectures and code. This book aids intermediate and advanced ActionScript developers in learning how to plan and build applications more effectively. You ll learn how to apply design patterns as solutions to common programming scenarios. Beyond a reference, Advanced ActionScript with Design Patterns is a practical guide complete with sample mini-applications illustrating each design pattern. The accompanying CD includes a trial version of Flash 8 along
標簽: ActionScript-based architectures sophisticated applications
上傳時間: 2016-08-17
上傳用戶:z754970244
This book provides a complete intermediate-level discussion of microcontroller programming using the C programming language. It covers both the adaptations to C necessary for targeting an embedded environment, and the common components of a successful development project. C is the language of choice for programming larger microcontrollers (MCU), those based on 32-bit cores. These parts are often derived from their general-purpose counterparts, and are both as complex and feature-rich. As a result, C (and C++) compilers are necessary and readily available for these MCUs. 是初學入們,嵌入式的好教材!@簡單易懂
標簽: intermediate-level microcontroller programming discussion
上傳時間: 2013-12-18
上傳用戶:lo25643