本書介紹了JavssciPt的程序設(shè)計技術(shù)。書中從最基本的Javascr加編程概念談起, 詳細介紹了J帥她的中可使用的各種對象,討論了如何用J帥SciPt操作HTML文檔 中的各個元素,從而獲得更靈活、交互性更強的web頁,接著說明了多媒體的處理技術(shù), 最后介紹了Javascdpt與JaM、cGI、肋等工具的結(jié)合技術(shù)以及JsMscr加的未來。本書 循序漸進,幾乎覆蓋了Ja陰scr加編程的各個細節(jié),并且包含大量新穎實用的示例,以及 Jav:sc6pt中各種結(jié)構(gòu)、對象和函數(shù)的詳細說明,具有很好的參考價值。
標簽: JavssciPt Javascr 程序 設(shè)計技術(shù)
上傳時間: 2015-09-13
上傳用戶:wanqunsheng
都是主從板程序,用于zigbee研發(fā),硬件是飛思卡爾的13192sard板。使用時將此程序覆蓋掉飛思卡爾所出的smac子程序里的source code即可,主要功能都是通信,而第三個是自動組網(wǎng)程序,主板上電后會將后來上電的sard板加進網(wǎng)絡(luò)。 編譯環(huán)境是codewarrior,此編譯器使用許可需要購買,16k以下可以免費申請向官方申請。 目前程序很簡單,但是編譯環(huán)境很苛刻,很多人可能沒法拿到codewarrior,不過希望能幫到大家。 用途是zigbee,這邊沒那選項,只好投到相近的RFID領(lǐng)域,畢竟很多是相通的
標簽: 程序
上傳時間: 2015-09-14
上傳用戶:sammi
文件名 :Calender.c // 描述 :日歷時鐘模塊,用于不帶時鐘芯片的系統(tǒng) // 語言 :C 作者 :Jean J. Labrosse 日期 :2002-05-17 // 說明 :原來的程序用于
上傳時間: 2015-09-16
上傳用戶:zhangliming420
這是我用匯編語言寫的音樂播放程序 此程序為用89c51控制 輸出為 lm386 功放 本程序中有14首曲子代碼 均是本人花費大量時間手工轉(zhuǎn)換 本程序之所以叫key_W29C020_music+code 是因為本程序是寫在W29C020芯片中的 單片機中不用寫程序 W29C020是主板上的bios芯片 256k 的flash 當然 你也可以將代碼燒到89c51中
上傳時間: 2015-09-26
上傳用戶:xiaoxiang
subtitlesync這是我寫的一個小程序, 用于將下載的電影的字幕同步,因為很多時候字幕跟聲音有不同步現(xiàn)象.現(xiàn)在只能處理SRT.格式的字幕. 開發(fā)平臺是eclipse,使用方法是運行Main.java
標簽: subtitlesync eclipse Main 字幕
上傳時間: 2014-01-17
上傳用戶:cursor
二維FDTD程序,采用PML邊界s 用pml和mur分別計算j=1處的Hz(i,1).計算空間擴大到400*400,不加邊界,運行相同的時間步
上傳時間: 2013-12-22
上傳用戶:talenthn
palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
標簽: Programming Developer oreilly safari
上傳時間: 2013-12-10
上傳用戶:litianchu
考察例1 4 - 8中的1 4個點。A中的最近點對為(b,h),其距離約為0 . 3 1 6。B中最近點對為 (f, j),其距離為0 . 3,因此= 0 . 3。當考察 是否存在第三類點時,除d, g, i, l, m 以外 的點均被淘汰,因為它們距分割線x= 1的 距離≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比較區(qū)中沒有點,只需考察i 即可。i 的比較區(qū)中僅含點l。計算i 和l 的距離,發(fā)現(xiàn)它小于,因此(i, l) 是最近
標簽:
上傳時間: 2013-12-03
上傳用戶:66666
SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft s development tools, you can extend SSIS to perform other operations not already bundled with the product. SSIS provides the SSIS Class Library for just this purpose. The SSIS Class Library Object Model includes all the classes and interfaces you need to extend or augment SSIS.
標簽: Integration Transform Services Extract
上傳時間: 2015-10-11
上傳用戶:baiom
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
標簽: Java Expressions Regular version
上傳時間: 2013-12-18
上傳用戶:lanhuaying
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1