虫虫首页|资源下载|资源专辑|精品软件
登录|注册

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-16

    上传用户: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-06

    上传用户: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-08

    上传用户: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-26

    上传用户:彭玖华

  • 本书以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-29

    上传用户: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-24

    上传用户:许小华