如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefox/search?q=Canvas+3d&cat=all 2. 下載canvas 3d JS api. http://www.c3dl.org/index.php/download/ 3. 撰寫main.js 檔[ javascript file],程式碼和說明如下所示
標簽: canvas Firefox mozilla add-on
上傳時間: 2017-03-18
上傳用戶:zxc23456789
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages.
標簽: example-driven introduction gradually approach
上傳時間: 2014-01-12
上傳用戶:koulian
Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. main file is "09.C". The code is written for turning the relay on and off at particular temperature thresholds.
標簽: Microcontroller Thermostat Schematic Compiler
上傳時間: 2014-01-18
上傳用戶:woshiayin
EM4094示例Firmware,包括main.c,用c51實現
上傳時間: 2014-11-18
上傳用戶:924484786
RSA加密算法源代碼 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory SCRIPTS - Demo Applications Script Files INSTALL - Installation Instructions The documentation is supplied in both Postscript and ASCII formats. (At the moment due a problem with Windows Word The main docs are only availible as Postscript.) Please report any problems with the code or documentation to me on the bug report form. Also any problems you may have in using the toolkit. Please read the bug report form for more details.
標簽: Distribution distribution included RSAEURO
上傳時間: 2013-12-30
上傳用戶:moshushi0009
一道程序編譯順序的考題,涉及到函數調用的先后順序及運算符號的優先級等問題。下面我展開給你講。 C的程序編譯總是從main函數開始的,這道題的重點在“fun((int)fun(a+c,b),a-c)) ”語句。 系統首先要確定最外層 fun()函數的實參,第一個參數的確定需要遞歸調用fun()函數(不妨稱其為內層函數)。內層函數的兩個參數分別為x=a+b=2+8=10、y=b=5,執行函數體x+y=10+5=15,于是得外層函數的參數x=15。其另一個參數y=a-c=2-b=-6,再次執行函數體,得最終返回值x+y=15+(-6)=9。
標簽: 程序編譯
上傳時間: 2014-12-03
上傳用戶:徐孺
This is basic hospital management system with essentials and is build on Java Swings."dscreen.java" is the main class here.
標簽: essentials management hospital dscreen
上傳時間: 2013-12-07
上傳用戶:a673761058
(1)測試外部數據RAM: 根據我們定義的邏輯,外部RAM在數據空間中定義在0x8000-0xFFFF,共32k字,占據RAM中的低32K存儲空間。提供2種測試方法,采用一種方式即可。 硬件仿真模式下,將目標板上電。 第一種方法:采用用程序測試實驗 程序所在目錄ex1_RAMTest。 該程序執行的功能是對外部數據RAM區0x8000-0xFFFF,從0x8000開始寫并且讀數據0x5555 。如果正常則寫讀下一個地址,直到 。如果正常則所有的地址操作完畢后,核心板的指示燈會變亮。否則,如果寫入數據后,讀出的不正確,則指示燈會不斷閃爍。 在CCS2000中的操作如下: 1. Progect->Open,打開該目錄中的工程文件。 2. Progect->Rebuild All,編譯鏈接 3. File->Program 4. Debug->Go main 5. Debug->RUN(快捷鍵F5) 如果正??梢钥吹綗粼谙缂s4秒后變亮。(說明:對整個數據RAM區的操作時間其實很短,為便于觀察,本程序中加入了延時)。 打開View->Memory ,然后填入地址0x8000,然后在PAGE欄選擇DATA。點擊確定,即可顯示0x8000地址開始的數據,用戶會發現從這個地址開始往后的數據均為剛被寫入的0x5555。
上傳時間: 2013-12-08
上傳用戶:www240697738
匯編程序所在目錄ex2_asm 。 C 語言程序所在目錄ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL, 編譯鏈接 3. File->Load Program 4. Debug->GO main 5. Debug->RUN (快捷鍵F5) 即可看到最邊上一個LED 周期性的閃亮。燈的閃爍頻率由軟件中的定時器Timer1 設置。這兩個程序執行的功能是完全一樣的。用戶可以參考這兩個文件作為其開發應用程序的模板。
上傳時間: 2017-04-26
上傳用戶:璇珠官人
匯編程序所在目錄ex2_asm 。 C 語言程序所在目錄ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL, 編譯鏈接 3. File->Load Program 4. Debug->GO main 5. Debug->RUN (快捷鍵F5) 即可看到最邊上一個LED 周期性的閃亮。燈的閃爍頻率由軟件中的定時器Timer1 設置。這兩個程序執行的功能是完全一樣的。用戶可以參考這兩個文件作為其開發應用程序的模板。
上傳時間: 2017-04-26
上傳用戶:hopy