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.
標(biāo)簽: Program Windows streams JavaTV
上傳時間: 2013-12-17
上傳用戶:TF2015
1.服務(wù)器裝有jdk和resin服務(wù)器等 2.安裝完JSDK后,配置下面的內(nèi)容: 在系統(tǒng)變量中找到ClassPath并加入下面內(nèi)容(如果你找不到ClassPath,則新建它): c:\jsdk\LIB\dt.JAR c:\jsdk\LIB\TOOLS.JAR c:\jsdk\BIN . 再在系統(tǒng)變量中找到Path并加入下面內(nèi)容: c:\jsdk\ c:\jsdk\bin 3.直接解壓resin就可以運(yùn)行把程序放在doc目錄下面把classes目錄的文件放在 WEB-INF目錄下 4.在odbc放里加入數(shù)據(jù)庫路徑為guestbook也可改為別的要修改classes\myjsp\dbconn.java文件 5.上面成功后就可以http://localhost:8080/目錄名/可以訪問了
標(biāo)簽: resin JSDK jdk 服務(wù)器
上傳時間: 2015-07-23
上傳用戶:wang0123456789
《JSP留言薄》使用MySQL數(shù)據(jù)庫,請你先在你的數(shù)據(jù)庫服務(wù)器上建立一個數(shù)據(jù)庫,然后將sql目錄下的ddl.sql文件導(dǎo)入數(shù)據(jù)庫,該文件將創(chuàng)建兩個數(shù)據(jù)表td_guestbook和td_guestbook_admin,并在td_guestbook_admin數(shù)據(jù)表中插入一條數(shù)據(jù),該數(shù)據(jù)是有關(guān)留言薄設(shè)置和管理設(shè)置的。 請你將td文件夾COPY到WEB-INF\classes目錄下,該文件夾中包含了留言薄需要使用的JavaBeans文件。 ************************************************ 注:當(dāng)你成功導(dǎo)入ddl.sql文件后,請對config.jsp文件進(jìn)行設(shè)置,這里記錄的是你的數(shù)據(jù)庫連接信息。
標(biāo)簽: MySQL JSP 數(shù)據(jù)庫
上傳時間: 2015-08-07
上傳用戶:gxmm
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.
標(biāo)簽: understanding developers interested advanced
上傳時間: 2015-08-09
上傳用戶:epson850
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.
標(biāo)簽: 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 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.
標(biāo)簽: compress console utility program
上傳時間: 2015-08-27
上傳用戶:lili123
為你的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.
標(biāo)簽: application ScriptDemo AppWizard created
上傳時間: 2014-01-27
上傳用戶:彭玖華
本書以4個面向來表現(xiàn)C++的本質(zhì):procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向?qū)ο蟮模1緯慕M織圍繞著一系列逐漸繁復(fù)的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學(xué)到C++的函數(shù)和結(jié)構(gòu),也會學(xué)習(xí)到它們的設(shè)計(jì)目的和基本原理。 你可以由本書發(fā)現(xiàn)以下關(guān)鍵主題: ● Generic (泛型)編程風(fēng)格和Standard Template Library(STL) ● Object-based(個別對象)編程風(fēng)格和class的設(shè)計(jì) ● Object-oriented(面向?qū)ο?編程風(fēng)格和classes階層體系的設(shè)計(jì) ● Function template 和class template 的設(shè)計(jì)和運(yùn)用 ● Exception handling(異常處理)與執(zhí)行期型別鑒定(Run-Time Type Identification)
標(biāo)簽: 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. (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
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.
標(biāo)簽: application runnable Instead project
上傳時間: 2013-12-25
上傳用戶:許小華
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1