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

i-Java-programming

  • Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

    Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.

    标签: introduce Overview Borland Builder

    上传时间: 2014-01-04

    上传用户:小鹏

  • 一个JAVA源程序

    一个JAVA源程序,用面向对象方法开发和设计的,主要功能为提供一个用户鼠标输入后的输入合法性检查,请见上传的Java LogicGate Programming SourceCode.rar

    标签: JAVA 源程序

    上传时间: 2014-01-18

    上传用户:songyue1991

  • 自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So i

    自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751).

    标签: programmer program device build

    上传时间: 2015-05-11

    上传用户:sdq_123

  • java核心技术卷书上的源代码

    java核心技术卷书上的源代码,这是核心卷I的

    标签: java 核心技术 源代码

    上传时间: 2013-12-23

    上传用户:cmc_68289287

  • java编写的记事本程序

    java编写的记事本程序,适合初学者,熟悉java的GUI设计和Java的 I/O输入输出流

    标签: java 编写 程序 记事本

    上传时间: 2014-06-24

    上传用户:gtzj

  • The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for

    The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Java. Developers will find hundreds of tried-andtrue Java "recipes" covering all of the major APIs as well as some APIs that aren t as well documented in other Java books.

    标签: comprehensive collection practical solutions

    上传时间: 2014-01-16

    上传用户:ukuk

  • (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to us

    (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to use the JTAG ports for in-system programming, this pin is not available as a user I/O pin. (2) The user I/O pin count includes dedicated input pins and all I/O pins.

    标签: configured pin function either

    上传时间: 2014-01-27

    上传用户:qwe1234

  • share trading application.My code samples chapt-4 to chapt-7 are from a book named java project whic

    share trading application.My code samples chapt-4 to chapt-7 are from a book named java project which i bought from india.

    标签: chapt application samples project

    上传时间: 2015-10-06

    上传用户:colinal

  • 提供给JAVA入门者

    提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其

    标签: JAVA

    上传时间: 2015-11-26

    上传用户:lvzhr

  • Java是一种功能强大的编程平台

    Java是一种功能强大的编程平台,带有大量的Application Programming Interfaces(APIs,应用程序编程接口)。在本书中,我们将研究Java用于访问和处?硎莸母髦旨际酢1臼榻蚨琳呓樯苋绾问褂肑ava开发企业级的分布式应用程序,其中涉及生成、处理、存储、 与检索各种类型的数据与不同的数据库。 本书按照一定的逻辑顺序分为六个部分。在相互的基础上,前四部分深入广泛地探讨了各种Java技术,它们可以组合或单独用于为各种数据访问与处理情况开发实际方案。第五部分中的案例研究包括了一些实际的围绕数据的应用程序范例。 本书只需要读者具有Java的使用知识,所有的技术与概念都会用图表与实际范例充分给予解释。

    标签: Java 编程

    上传时间: 2013-11-25

    上传用户:cainaifa