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

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

前端設(shè)計(jì)

  • 這個代碼是tcl程序

    這個代碼是tcl程序,主要做前端仿真及后臺模擬工作。比較有用,因為大家都用這里的網絡拓撲結構。

    標簽: tcl 代碼 程序

    上傳時間: 2015-09-16

    上傳用戶:許小華

  • 電腦銷售管理系統是典型的信息管理系統(MIS)

    電腦銷售管理系統是典型的信息管理系統(MIS),其開發主要包括后臺數據庫的建立和維護,以及前端應用程序的設計開發兩方面。在系統開發上,工具是Microsoft Visual Basic 6.0 ,數據庫采用Microsoft SQL Server 2000 。

    標簽: MIS 電腦 典型 信息管理系統

    上傳時間: 2015-09-17

    上傳用戶:zhaiye

  • 用VB6.0編寫工資管理系統

    用VB6.0編寫工資管理系統,利用軟件工程原理,采用面向對象的編程方法,其開發主要包括后臺數據庫的建立和維護以及前端應用程序的開發兩個方面,實現了工資管理的自動化和信息化.

    標簽: 6.0 VB 編寫 管理系統

    上傳時間: 2015-09-29

    上傳用戶:yph853211

  • subtitlesync這是我寫的一個小程序, 用于將下載的電影的字幕同步,因為很多時候字幕跟聲音有不同步現象.現在只能處理SRT.格式的字幕. 開發平臺是eclipse,使用方法是運行Main.j

    subtitlesync這是我寫的一個小程序, 用于將下載的電影的字幕同步,因為很多時候字幕跟聲音有不同步現象.現在只能處理SRT.格式的字幕. 開發平臺是eclipse,使用方法是運行Main.java

    標簽: subtitlesync eclipse Main 字幕

    上傳時間: 2014-01-17

    上傳用戶:cursor

  • 二維FDTD程序

    二維FDTD程序,采用PML邊界s 用pml和mur分別計算j=1處的Hz(i,1).計算空間擴大到400*400,不加邊界,運行相同的時間步

    標簽: FDTD 二維 程序

    上傳時間: 2013-12-22

    上傳用戶:talenthn

  • 本系統用java實現了一個完整的新聞發布系統

    本系統用java實現了一個完整的新聞發布系統,有欄目管理,可添加,修改,刪除欄目模塊,管理員模塊,新聞管理模塊,新聞系統前端模塊,有首頁顯示,內容顯示,新聞搜索

    標簽: java 新聞發布系統

    上傳時間: 2013-12-17

    上傳用戶:aappkkee

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    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)

    考察例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 的比較區中沒有點,只需考察i 即可。i 的比較區中僅含點l。計算i 和l 的距離,發現它小于,因此(i, l) 是最近

    標簽:

    上傳時間: 2013-12-03

    上傳用戶:66666

  • SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that sh

    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. J

    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

主站蜘蛛池模板: 苏尼特左旗| 寻甸| 祁东县| 新晃| 长阳| 黑河市| 色达县| 石嘴山市| 奉节县| 顺昌县| 左贡县| 望谟县| 湟源县| 筠连县| 隆昌县| 全州县| 河间市| 浦县| 宁夏| 凤阳县| 子洲县| 辽中县| 叶城县| 寿阳县| 武冈市| 屯昌县| 贺州市| 澄江县| 闻喜县| 文山县| 岑溪市| 望城县| 枣庄市| 南宫市| 潞西市| 广德县| 千阳县| 突泉县| 沾益县| 孟连| 五台县|