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

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

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.

    標(biāo)簽: introduce Overview Borland Builder

    上傳時(shí)間: 2014-01-04

    上傳用戶:小鵬

  • 一個(gè)JAVA源程序

    一個(gè)JAVA源程序,用面向?qū)ο蠓椒ㄩ_發(fā)和設(shè)計(jì)的,主要功能為提供一個(gè)用戶鼠標(biāo)輸入后的輸入合法性檢查,請見上傳的Java LogicGate Programming SourceCode.rar

    標(biāo)簽: JAVA 源程序

    上傳時(shí)間: 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).

    標(biāo)簽: programmer program device build

    上傳時(shí)間: 2015-05-11

    上傳用戶:sdq_123

  • java核心技術(shù)卷書上的源代碼

    java核心技術(shù)卷書上的源代碼,這是核心卷I的

    標(biāo)簽: java 核心技術(shù) 源代碼

    上傳時(shí)間: 2013-12-23

    上傳用戶:cmc_68289287

  • java編寫的記事本程序

    java編寫的記事本程序,適合初學(xué)者,熟悉java的GUI設(shè)計(jì)和Java的 I/O輸入輸出流

    標(biāo)簽: java 編寫 程序 記事本

    上傳時(shí)間: 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.

    標(biāo)簽: comprehensive collection practical solutions

    上傳時(shí)間: 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.

    標(biāo)簽: configured pin function either

    上傳時(shí)間: 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.

    標(biāo)簽: chapt application samples project

    上傳時(shí)間: 2015-10-06

    上傳用戶:colinal

  • 提供給JAVA入門者

    提供給JAVA入門者,免費(fèi)下載PPT和源碼 很多網(wǎng)友問我學(xué)習(xí)Java有沒有什么捷徑,我說“無他,唯手熟爾”。但是我卻很愿意將自己學(xué)習(xí)的一些經(jīng)驗(yàn)寫出來,以便后來者少走彎路,幫助別人是最大的快樂嘛!   要想學(xué)好Java,首先要知道Java的大致分類。我們知道,自從Sun推出Java以來,就力圖使之無所不包,所以Java發(fā)展到現(xiàn)在,按應(yīng)用來分主要分為三大塊:J2SE,J2ME和J2EE,這也就是Sun ONE(Open Net Environment)體系。J2SE就是Java2的標(biāo)準(zhǔn)版,主要用于桌面應(yīng)用軟件的編程;J2ME主要應(yīng)用于嵌入是系統(tǒng)開發(fā),如手機(jī)和PDA的編程;J2EE是Java2的企業(yè)版,主要用于分布式的網(wǎng)絡(luò)程序的開發(fā),如電子商務(wù)網(wǎng)站和ERP系統(tǒng)。J2SE開發(fā)桌面應(yīng)用軟件比起VC,VB,DELPHI這些傳統(tǒng)開發(fā)語言來說,優(yōu)勢好象并不明顯。J2ME對于初學(xué)者來說,好象又有點(diǎn)深?yuàn)W,而且一般開發(fā)者很難有開發(fā)環(huán)境。所以現(xiàn)在應(yīng)用最廣泛又最好學(xué)的就是J2EE了。J2EE又包括許多組件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要學(xué)習(xí)起來可不是一兩天的事。   那么又該如何學(xué)習(xí)J2EE呢?當(dāng)然Java語法得先看一看的,I/O包,Util包,Lang包你都熟悉了嗎?然后再從JSP學(xué)起。如果你學(xué)過HTML,那么事情要好辦的多,如果沒有,那你快去補(bǔ)一補(bǔ)HTML基礎(chǔ)吧。其

    標(biāo)簽: JAVA

    上傳時(shí)間: 2015-11-26

    上傳用戶:lvzhr

  • Java是一種功能強(qiáng)大的編程平臺

    Java是一種功能強(qiáng)大的編程平臺,帶有大量的Application Programming Interfaces(APIs,應(yīng)用程序編程接口)。在本書中,我們將研究Java用于訪問和處?硎蕕母髦旨際酢1臼榻蚨琳囈檣莧綰問褂肑ava開發(fā)企業(yè)級的分布式應(yīng)用程序,其中涉及生成、處理、存儲、 與檢索各種類型的數(shù)據(jù)與不同的數(shù)據(jù)庫。 本書按照一定的邏輯順序分為六個(gè)部分。在相互的基礎(chǔ)上,前四部分深入廣泛地探討了各種Java技術(shù),它們可以組合或單獨(dú)用于為各種數(shù)據(jù)訪問與處理情況開發(fā)實(shí)際方案。第五部分中的案例研究包括了一些實(shí)際的圍繞數(shù)據(jù)的應(yīng)用程序范例。 本書只需要讀者具有Java的使用知識,所有的技術(shù)與概念都會用圖表與實(shí)際范例充分給予解釋。

    標(biāo)簽: Java 編程

    上傳時(shí)間: 2013-11-25

    上傳用戶:cainaifa

主站蜘蛛池模板: 永寿县| 宜宾市| 建水县| 灵台县| 屏南县| 彰武县| 凤阳县| 平潭县| 鹤峰县| 竹山县| 南江县| 金寨县| 商丘市| 大埔县| 灵武市| 张家口市| 察雅县| 阿瓦提县| 平度市| 瑞金市| 铜鼓县| 社会| 大连市| 通化县| 阜城县| 韶关市| 田东县| 温宿县| 务川| 灌云县| 卫辉市| 平南县| 儋州市| 民权县| 泸州市| 锡林浩特市| 文山县| 临江市| 晋宁县| 广平县| 中卫市|