亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Objects

  • This book focuses on combining C++ s power and flexibility with high performance and scalability, r

    This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary Objects, memory management, templates, inheritance, virtual functions, inlining, referencecounting, STL, and much more

    標簽: flexibility performance scalability and

    上傳時間: 2015-07-02

    上傳用戶:784533221

  • C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in

    C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, unused Objects are automatically deallocated by garbage collector.

    標簽: interpreted Variables scripting checking

    上傳時間: 2015-08-18

    上傳用戶:王者A

  • R+樹的c實現源碼

    R+樹的c實現源碼,對應文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.

    標簽: 源碼

    上傳時間: 2014-05-25

    上傳用戶:sunjet

  • This is the machine-generated representation of a Handle Graphics object and its children. Note that

    This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these Objects are re-created. This may cause problems with any callbacks written to depend on the value of the handle at the time the object was saved.

    標簽: machine-generated representation Graphics children

    上傳時間: 2013-12-18

    上傳用戶:miaochun888

  • 這是Small RTOS 51 在DP-51下載仿真實驗儀上使用CAT24WC02驅動程序的例子。本例程序按照相應的的通訊協議接收一個數據

    這是Small RTOS 51 在DP-51下載仿真實驗儀上使用CAT24WC02驅動程序的例子。本例程序按照相應的的通訊協議接收一個數據,并將接收到的數據顯示到LED數碼顯示器上。然后將接收到的數據寫入Cat24Wc02中,再在同一位置將數據讀出,并將讀出的數據通過串口發送回來。通訊協議參考rtos隨想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有4個警告,可以忽略. (3)DP-51下載仿真實驗儀的所有跳線選取默認值。

    標簽: Small RTOS CAT 51

    上傳時間: 2015-09-03

    上傳用戶:wweqas

  • 這是Small RTOS 51 DP-51下載仿真實驗儀上實現一個鬧鐘的源代碼。它可以使用k1~k4調整時間

    這是Small RTOS 51 DP-51下載仿真實驗儀上實現一個鬧鐘的源代碼。它可以使用k1~k4調整時間,使用串口設置一個報警時間。由于僅僅是一個例子而非產品,有一些細節沒有完善。如調整完時間后第一次顯示的時間是錯誤的(由于共享TimeData引起);沒有使用串行eeprom存儲多個報警時間等;刪除報警代碼沒有編寫。不過,程序已經可以使用,讀者可以自行完善它。通訊協議參考rtos隨想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有6個警告,可以忽略. (3)除與pcf8563相關的跳線和蜂鳴器的跳線外,DP-51下載仿真實驗儀的所有跳線選取默認值。

    標簽: Small RTOS 51

    上傳時間: 2015-09-03

    上傳用戶:jyycc

  • 這是Small RTOS 51 DP-51下載仿真實驗儀上編寫的一個鍵盤驅動例子。在DP-51下載仿真實驗儀上運行本程序后

    這是Small RTOS 51 DP-51下載仿真實驗儀上編寫的一個鍵盤驅動例子。在DP-51下載仿真實驗儀上運行本程序后,有兩個發光二極管每秒閃動一次。當按下某個按鍵時,LED數碼顯示器會顯示相應的鍵值。 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有4個警告,可以忽略. (3)DP-51下載仿真實驗儀的所有跳線選取默認值。

    標簽: Small RTOS 仿真

    上傳時間: 2014-11-30

    上傳用戶:561596

  • By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998

    By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) Search the text of Perl Cookbook. Table of Contents Copyright Page Foreword Preface Chapter 1: Strings Chapter 2: Numbers Chapter 3: Dates and Times Chapter 4: Arrays Chapter 5: Hashes Chapter 6: Pattern Matching Chapter 7: File Access Chapter 8: File Contents Chapter 9: Directories Chapter 10: Subroutines Chapter 11: References and Records Chapter 12: Packages, Libraries, and Modules Chapter 13: Classes, Objects, and Ties Chapter 14: Database Access Chapter 15: User Interfaces Chapter 16: Process Management and Communication Chapter 17: Sockets Chapter 18: Internet Services Chapter 19: CGI Programming Chapter 20: Web Automation Index Colophon

    標簽: Christiansen Torkington published Edition

    上傳時間: 2014-02-20

    上傳用戶:yyq123456789

  • 基于"trace transform"的識別2D圖像的C++源程序

    基于"trace transform"的識別2D圖像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3進行編繹, 而且最后的結果也可以在MATLAB下顯示出來, This package presents C++ tools to the trace transform of a 2D image, and related Objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.

    標簽: transform trace 識別 圖像

    上傳時間: 2013-12-23

    上傳用戶:redmoons

  • 有時

    有時,你可能需要一個定制版本的瀏覽器。在這種情況下,你可以自由地把一些新穎但又不標準的特征增加到一個瀏覽器上。結果,你最終有的只是一個新但不標準的瀏覽器。Web瀏覽器控件只是瀏覽器的分析引擎。這意味著仍然存在若干的與用戶接口相關的工作等待你做――增加一個地址欄,工具欄,歷史記錄,狀態欄,頻道欄和收藏夾等。如此,要產生一個定制的瀏覽器,你可以進行兩種類型的編程――一種象微軟把Web瀏覽器控件轉變成一個功能齊全的瀏覽器如Internet Explorer;一種是在現有的基礎上加一些新的功能。如果有一個直接的方法定制現有的Internet Explorer該多好?BHO(Browser Helper Objects,我譯為"瀏覽器幫助者對象",以下皆簡稱BHO)正是用來實現此目的的。

    標簽:

    上傳時間: 2015-10-02

    上傳用戶:h886166

主站蜘蛛池模板: 东方市| 沂水县| 兰考县| 株洲县| 驻马店市| 墨玉县| 治多县| 五莲县| 榆林市| 肇州县| 漾濞| 平安县| 碌曲县| 平湖市| 高雄县| 莱西市| 南丹县| 宁南县| 林州市| 绿春县| 云霄县| 正安县| 沾化县| 陆河县| 台南县| 龙州县| 保山市| 武安市| 霸州市| 新密市| 自贡市| 界首市| 尤溪县| 衡南县| 昌平区| 竹北市| 商洛市| 咸阳市| 满洲里市| 临邑县| 蚌埠市|