DeviceListener is an Objective-C example which demonstrates how to use the DiscRecording framework to listen for device plug and unplug events as well as media insertion events. Requirements: Mac OS X 10.2 and later Keywords: DiscRecording
標(biāo)簽: DeviceListener DiscRecording demonstrates Objective-C
上傳時間: 2016-01-14
上傳用戶:日光微瀾
Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this book, you ll learn how to program the Windows Shell, customize its behavior and integrate your applications with it. You ll discover how to use and modify its features to best effect, and the way to call shell API functions whose documentation is scant. Programming the shell isn t difficult, but few books explain the subject in its entirety.
標(biāo)簽: Programming Windows Visual Shell
上傳時間: 2014-11-27
上傳用戶:zhangjinzj
The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.
標(biāo)簽: Performance programming Optimizati Footprint
上傳時間: 2013-12-09
上傳用戶:wfl_yy
簡單的floyd運(yùn)用 第一行輸入一個整數(shù)C。C是測試的情況(0< C <=30).第二行一個正整數(shù)N( 0< N <=100),表示道路的總數(shù).緊接N行,每一行包含兩個字符串, Si,,Ti,和一個整數(shù)Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過120個小寫字符的串(從‘a(chǎn)’到‘z’)。假設(shè)這里最多有100條直接連通兩個地方的路。 Output 輸出包含C行,每一行對一種測試情況。對每一種測試情況,輸出包含一個整數(shù),假如S 到 T存在一條最短的路,輸出從S到T的最短距離,否則輸出“-1”. Sample Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi Sample Output 89 -1
標(biāo)簽: lt floyd 100 整數(shù)
上傳時間: 2016-03-10
上傳用戶:wyc199288
C++面向?qū)ο蟮某绦蛟O(shè)計(jì)第五版,由于特殊原因量教少,如有全部請上傳共享啊
標(biāo)簽: 程序設(shè)計(jì)
上傳時間: 2014-01-19
上傳用戶:youlongjian0
μC/OS從1992年開始為人們熟悉,到現(xiàn)在已經(jīng)發(fā)展為μC/OS-II。ΜC/OS-II最多支持56個任務(wù),其內(nèi)核為占先式,總是執(zhí)行就緒態(tài)的優(yōu)先級最高的任務(wù),并支持Semaphore(信號量)、Mailbox(郵箱)、Message Queue(消息隊(duì)列)等多種常用的進(jìn)程間通信機(jī)制。與大多商用RTOS不同的是,μC/OS-II公開所有的源代碼,并可以免費(fèi)獲得,對商業(yè)應(yīng)用收取少量License費(fèi)用。
上傳時間: 2016-03-11
上傳用戶:希醬大魔王
C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
標(biāo)簽: AppWizard indicate custom source
上傳時間: 2016-03-12
上傳用戶:cazjing
對c++的介紹,適合初學(xué)者。系外文資料。
標(biāo)簽:
上傳時間: 2013-12-26
上傳用戶:jjj0202
軟件介紹: 編程環(huán)境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫 導(dǎo)入數(shù)據(jù)文件 導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫來導(dǎo)入數(shù)據(jù) 訪問本地?cái)?shù)據(jù)庫服務(wù)器,密碼是自己設(shè)置的那個,操作schooldata數(shù)據(jù)庫的用戶名和密碼相同 主要用ADO訪問數(shù)據(jù)庫,和幾個顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等 程序中有幾個BUG還沒解決, 實(shí)現(xiàn)功能: 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關(guān)信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級,學(xué)生,教師,社團(tuán),課程”等信息 //====================================================================== 程序還用了Active Skin 對程序進(jìn)行了換膚
標(biāo)簽: windows visual stdio 2003
上傳時間: 2013-12-18
上傳用戶:er1219
SAS是功能強(qiáng)大的統(tǒng)計(jì)軟體,其程式碼有8成是用C所開發(fā)。此檔案提供豐富的SAS SQL程式碼,可幫助你解決相關(guān)的資料問題問題。
標(biāo)簽: SAS
上傳時間: 2014-11-24
上傳用戶:sevenbestfei
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1