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

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

CLASSES

  • JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in j

    JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in java? Access WDM capture devices? Control a firewire DVCam? Then maybe this can help you. dsj is an ongoing project to provide a java wrapper around Microsoft s DirectShow API. It offers a set of high level CLASSES that give java easy access to functionality widely missed by java programmers and also lets you dive deeper into the interiors of Windows core api for 2D media. On the java side dsj tries to keep things open as possible - you may use it standalone or let it feed data into JMF or other APIs.

    標簽: Program Windows streams JavaTV

    上傳時間: 2013-12-17

    上傳用戶:TF2015

  • 1.服務器裝有jdk和resin服務器等 2.安裝完JSDK后

    1.服務器裝有jdk和resin服務器等 2.安裝完JSDK后,配置下面的內容: 在系統變量中找到ClassPath并加入下面內容(如果你找不到ClassPath,則新建它): c:\jsdk\LIB\dt.JAR c:\jsdk\LIB\TOOLS.JAR c:\jsdk\BIN . 再在系統變量中找到Path并加入下面內容: c:\jsdk\ c:\jsdk\bin 3.直接解壓resin就可以運行把程序放在doc目錄下面把CLASSES目錄的文件放在 WEB-INF目錄下 4.在odbc放里加入數據庫路徑為guestbook也可改為別的要修改CLASSES\myjsp\dbconn.java文件 5.上面成功后就可以http://localhost:8080/目錄名/可以訪問了

    標簽: resin JSDK jdk 服務器

    上傳時間: 2015-07-23

    上傳用戶:wang0123456789

  • 《JSP留言薄》使用MySQL數據庫

    《JSP留言薄》使用MySQL數據庫,請你先在你的數據庫服務器上建立一個數據庫,然后將sql目錄下的ddl.sql文件導入數據庫,該文件將創建兩個數據表td_guestbook和td_guestbook_admin,并在td_guestbook_admin數據表中插入一條數據,該數據是有關留言薄設置和管理設置的。 請你將td文件夾COPY到WEB-INF\CLASSES目錄下,該文件夾中包含了留言薄需要使用的JavaBeans文件。 ************************************************ 注:當你成功導入ddl.sql文件后,請對config.jsp文件進行設置,這里記錄的是你的數據庫連接信息。

    標簽: MySQL JSP 數據庫

    上傳時間: 2015-08-07

    上傳用戶:gxmm

  • This book is intended for "hands-on" developers or advanced students interested in understanding the

    This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core CLASSES in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.

    標簽: understanding developers interested advanced

    上傳時間: 2015-08-09

    上傳用戶:epson850

  • The application wizard has created this SoccerDoctor application for you. This application not onl

    The application wizard has created this SoccerDoctor application for you. This application not only demonstrates the basics of using the Microsoft Foundation CLASSES but is also a starting point for writing your application.

    標簽: application SoccerDoctor created wizard

    上傳時間: 2015-08-09

    上傳用戶:er1219

  • This is a little console mode utility program which is able to (de-)compress single files with a s

    This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding CLASSES out of my HuffComp source code. I won t add these ones in the next time.

    標簽: compress console utility program

    上傳時間: 2015-08-27

    上傳用戶:lili123

  • 為你的MFC程序添加宏腳本語言。AppWizard has created this ScriptDemo application for you. This application not onl

    為你的MFC程序添加宏腳本語言。AppWizard has created this ScriptDemo application for you. This application not only demonstrates the basics of using the Microsoft Foundation CLASSES but is also a starting point for writing your application.

    標簽: application ScriptDemo AppWizard created

    上傳時間: 2014-01-27

    上傳用戶:彭玖華

  • 本書以4個面向來表現C++的本質:procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向對象的)。本書的組織圍繞著一系

    本書以4個面向來表現C++的本質:procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向對象的)。本書的組織圍繞著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學到C++的函數和結構,也會學習到它們的設計目的和基本原理。 你可以由本書發現以下關鍵主題: ● Generic (泛型)編程風格和Standard Template Library(STL) ● Object-based(個別對象)編程風格和class的設計 ● Object-oriented(面向對象)編程風格和CLASSES階層體系的設計 ● Function template 和class template 的設計和運用 ● Exception handling(異常處理)與執行期型別鑒定(Run-Time Type Identification)

    標簽: object-oriented object-based procedural generic

    上傳時間: 2013-12-30

    上傳用戶:362279997

  • 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

  • This project does not contain a full, runnable application program. Instead, the only package ope.ac

    This project does not contain a full, runnable application program. Instead, the only package ope.account contains two CLASSES which represent basic bank customer and account information.

    標簽: application runnable Instead project

    上傳時間: 2013-12-25

    上傳用戶:許小華

主站蜘蛛池模板: 武隆县| 富阳市| 淮阳县| 滁州市| 延边| 晴隆县| 阳泉市| 东阿县| 孟连| 贺州市| 南昌市| 沛县| 含山县| 宣威市| 岑巩县| 门头沟区| 天门市| 凤阳县| 九龙城区| 永修县| 额尔古纳市| 赤水市| 织金县| 巢湖市| 昭苏县| 交城县| 藁城市| 天门市| 房产| 陵水| 祁东县| 巴中市| 长子县| 苍溪县| 龙胜| 手游| 铁力市| 靖江市| 铁岭市| 珲春市| 东山县|