您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. JAVA--O

  2. XSLT documents a core technology for processing XML. Originally created for page layout, XSLT (Extensible Stylesheet Transformations) is now much more: a general-purpose translation tool, a system for reorganizing document content, and a way to gene
  3. 所属分类:Java

    • 发布日期:2009-05-04
    • 文件大小:2097152
    • 提供者:longsurf
  1. ajax on java 2007

  2. This practical guide shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion lists, drag-and-drop, and more. Java developers can choose between many different ways of i
  3. 所属分类:Web开发

    • 发布日期:2009-08-27
    • 文件大小:1048576
    • 提供者:alex197963
  1. decafe39

  2. Decafe is decompiler for Java which reconstructs the original source code from the compiled binary CLASS files (applets)Decafe is able to decompile the most complex Java applets and binaries, producing accurate source code.
  3. 所属分类:Java

    • 发布日期:2007-10-27
    • 文件大小:638976
    • 提供者:guidguid
  1. Addison.Wesley.Java.Concurrency.in.Practice.May.2006.chm

  2. 刚看了这个,还不错 Writing correct programs is hard; writing correct concurrent programs is harder. There are simply more things that can go wrong in a concurrent program than in a sequential one. So, why do we bother with concurrency? Threads are an inescap
  3. 所属分类:Java

    • 发布日期:2009-12-07
    • 文件大小:1048576
    • 提供者:mikehuhu
  1. java 复数的类Complex

  2. 定义复数的类Complex并测试其功能:   1. 复数由实部、虚部两个部分组成,在类的定义中应包含保存这两部分信息的内容。   2. 在类中定义构造函数,使用户能够在构造对象的同时为对象赋初值。   3. 在类中定义复数的加法、减法、乘法三个成员方法来完成复数间的加、减、乘的功能。   4. 通过重载toString方法,使得Complex类的对象能够显示其自身信息。   5. 通过显式定义一个成员函数完成对象的赋值操作,使用户能够对Complex类的对象进行赋值。   6. 编写包含mai
  3. 所属分类:Java

    • 发布日期:2010-09-08
    • 文件大小:5120
    • 提供者:abc282190887
  1. java谜题解惑 中文版.rar

  2. java谜题解惑This Fifth Edition is completely revised and expanded to cover Javascr ipt as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explai
  3. 所属分类:Java

    • 发布日期:2010-10-20
    • 文件大小:2097152
    • 提供者:liuxinghun1
  1. Ajax on Java

  2. Ajax on Java starts with an introduction to Ajax, showing you how to write some basic applications that use client-side Javascr ipt to request information from a Java servlet and display it without doing a full page reload. It also presents several
  3. 所属分类:Java

    • 发布日期:2010-12-01
    • 文件大小:1048576
    • 提供者:xuzhenqinandy
  1. Java and SOAP

  2. Dedication ............................................................................................................................. 1 Preface ......................................................................................................
  3. 所属分类:Java

    • 发布日期:2011-03-10
    • 文件大小:2097152
    • 提供者:roam319
  1. Asprise OCR v4.0 for Java - windows 64bit

  2. Highest Level of Accuracy - Asprise OCR can easily recognize difficult documents of poor image quality; Excellent Format Retention - Text layouts on the input documents are preserved; High Speed - Asprise OCR uses optimized OCR engine to perform exc
  3. 所属分类:Java

    • 发布日期:2011-04-06
    • 文件大小:2097152
    • 提供者:lotti_2010
  1. Java消息服务 JMS 消息服务

  2. This book explains and demonstrates the fundamentals of Java Message Service. It provides a straightforward, no-nonsense explanation of the underlying technology, Java classes and interfaces, programming models, and various implementations of the JM
  3. 所属分类:Java

    • 发布日期:2011-07-15
    • 文件大小:5242880
    • 提供者:talkingtom
  1. hardcore java

  2. Java has quickly become one of the most important languages in programming, particularly for professional and enterprise-level projects. From its infancy as a language primarily used for web applets to its maturity through servlets, Enterprise JavaB
  3. 所属分类:Java

    • 发布日期:2011-11-06
    • 文件大小:1048576
    • 提供者:pennyxi
  1. 软件技术基础Java考试题及答案

  2. java考试复习编写一个完整的Java Applet程序使用复数类Complex验证两个复数 1+2i和3+4i相加产生一个新的复数 4+6i。复数类Complex必须满足 如下要求:
  3. 所属分类:Java

    • 发布日期:2011-12-08
    • 文件大小:100352
    • 提供者:leewill888
  1. 用java实现复数的操作

  2. 用Java实现复数的一些相关操作,如两复数相加 相减 相乘。
  3. 所属分类:Java

    • 发布日期:2011-12-09
    • 文件大小:15360
    • 提供者:fz957097817
  1. JAVA编程语言及其应用

  2. Most of the academic institutions are now offering some forms of e-learning systems for their students in order to enhance the educational process, providing a better interaction between the learners and the learning activities and a better availabi
  3. 所属分类:Java

    • 发布日期:2012-03-11
    • 文件大小:116736
    • 提供者:king3576
  1. 《Java程序设计》课程实验指导书程序代码(答案)(实验三)

  2. 《Java程序设计》课程实验指导书程序代码(答案)(实验三),个人原创,仅供参考与交流。 希望多多交流,共同进步! 实验三 类和对象 一、实验目的: 掌握Java类的结构、类的定义、方法和属性的定义以及对象的实现; 掌握类及其成员修饰符的使用;掌握构造函数的使用;方法的参数传递和返回值的用法; 掌握类变量与实例变量,以及类方法与实例方法的区别。 三、实验内容: 1.定义一个学生类(Student),属性有private的名字(name), public的年龄(age),专业(specialty
  3. 所属分类:Java

    • 发布日期:2012-03-22
    • 文件大小:3072
    • 提供者:plumlucky2
  1. Java复数类

  2. static Complex add(Complex a,Complex b){ Complex c=new Complex(); c.real=a.real+b.real; c.imag=a.imag+b.imag; //System.out.println(c.toString(c.real,c.imag)); return c; }
  3. 所属分类:Java

    • 发布日期:2012-03-30
    • 文件大小:2048
    • 提供者:shangyanbing
  1. Java Development with Ant

  2. Java Development with Ant systematically explores what Ant can do, and how to apply it to your project. Whether you are new to Ant, or an experienced user, this book will show you powerful and creative uses for Ant. The book emphasizes basic concept
  3. 所属分类:Java

    • 发布日期:2013-02-04
    • 文件大小:9437184
    • 提供者:sssjjcc
  1. JAVA大学教程6英文版

  2. Copyright iv Deitel® Books, Cyber Classrooms, Complete Training Courses and Web-Based Training Courses published by Prentice Hall ii Preface xxv Features in Java How to Program, 6/e xxvi Teaching Approach xxix Tour of the Book xxxiii A Tour of the O
  3. 所属分类:Java

    • 发布日期:2013-04-11
    • 文件大小:15728640
    • 提供者:loaferwang
  1. java反编译工具,可以把class文件编译成java文件的好工具

  2. DJ Java Decompiler ver. 3.7.7.81 for Windows 95/98/Me/NT/2000/XP/Windows Server 2003 THE PURPOSE: DJ Java Decompiler is a decompiler for Java which reconstructs the original source code from the compiled binary CLASS files (applets). DJ Java Decompi
  3. 所属分类:Java

    • 发布日期:2015-10-13
    • 文件大小:1048576
    • 提供者:dsanmux
  1. java实现的复数类

  2. 本程序用java语言实现了复数类的加减法
  3. 所属分类:Java

    • 发布日期:2008-12-10
    • 文件大小:1024
    • 提供者:tjxunwu
« 12 3 4 5 6 7 8 9 10 ... 16 »