亚洲欧美第一页_禁久久精品乱码_粉嫩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

    標(biāo)簽: 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.

    標(biāo)簽: interpreted Variables scripting checking

    上傳時間: 2015-08-18

    上傳用戶:王者A

  • R+樹的c實(shí)現(xiàn)源碼

    R+樹的c實(shí)現(xiàn)源碼,對應(yīng)文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional OBJECTS.

    標(biāo)簽: 源碼

    上傳時間: 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.

    標(biāo)簽: machine-generated representation Graphics children

    上傳時間: 2013-12-18

    上傳用戶:miaochun888

  • 這是Small RTOS 51 在DP-51下載仿真實(shí)驗(yàn)儀上使用CAT24WC02驅(qū)動程序的例子。本例程序按照相應(yīng)的的通訊協(xié)議接收一個數(shù)據(jù)

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

    標(biāo)簽: Small RTOS CAT 51

    上傳時間: 2015-09-03

    上傳用戶:wweqas

  • 這是Small RTOS 51 DP-51下載仿真實(shí)驗(yàn)儀上實(shí)現(xiàn)一個鬧鐘的源代碼。它可以使用k1~k4調(diào)整時間

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

    標(biāo)簽: Small RTOS 51

    上傳時間: 2015-09-03

    上傳用戶:jyycc

  • 這是Small RTOS 51 DP-51下載仿真實(shí)驗(yàn)儀上編寫的一個鍵盤驅(qū)動例子。在DP-51下載仿真實(shí)驗(yàn)儀上運(yùn)行本程序后

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

    標(biāo)簽: 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

    標(biāo)簽: 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進(jìn)行編繹, 而且最后的結(jié)果也可以在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.

    標(biāo)簽: transform trace 識別 圖像

    上傳時間: 2013-12-23

    上傳用戶:redmoons

  • 有時

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

    標(biāo)簽:

    上傳時間: 2015-10-02

    上傳用戶:h886166

主站蜘蛛池模板: 尖扎县| 阿尔山市| 富蕴县| 武穴市| 攀枝花市| 定襄县| 肥东县| 城固县| 张北县| 星子县| 砚山县| 晋城| 舒城县| 手游| 灵川县| 广水市| 克什克腾旗| 三穗县| 象山县| 平武县| 德惠市| 正阳县| 丰宁| 常熟市| 和平县| 那坡县| 广汉市| 七台河市| 江油市| 沾化县| 法库县| 井冈山市| 积石山| 宜君县| 左云县| 三亚市| 红桥区| 博白县| 武强县| 梁山县| 崇左市|