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

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

APIs

  • JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,

    JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed between two releases of a product. Only the API (Application Programming Interface) of each version is compared. It does not compare what the source code does when executed.

    標(biāo)簽: constructors generates packages Javadoc

    上傳時間: 2015-09-06

    上傳用戶:lijianyu172

  • This book explains many powerful PEAR packages for maximizing your PHP development productivity for

    This book explains many powerful PEAR packages for maximizing your PHP development productivity for accessing and displaying data, handling dates, working with XML and Web Services, and accessing Web APIs.

    標(biāo)簽: productivity development maximizing for

    上傳時間: 2015-10-08

    上傳用戶:kbnswdifs

  • 功能更強的基于J2ME的藍牙程序

    功能更強的基于J2ME的藍牙程序,本程序說明如何使用藍牙 API 和可視編輯器的一組 MIDlet。 需要:MIDP 2.0、Java APIs for Bluetooth Wireless Technology 1.0 (JSR 82)

    標(biāo)簽: J2ME 藍牙 程序

    上傳時間: 2013-12-26

    上傳用戶:xiaodu1124

  • 利用VB中WINSOCK實現(xiàn)局域網(wǎng)中的通信

    利用VB中WINSOCK實現(xiàn)局域網(wǎng)中的通信,對于局域網(wǎng)用戶中的編程愛好者來說,如果能自己編一個局域網(wǎng)通信程序,那么這一切將是多么美妙!可是,如果要從頭開始完全由自己來編寫一段用于通信的程序,必須對相關(guān)的網(wǎng)絡(luò)協(xié)議及其他的一些較底層的技術(shù)有較深入的了解,這可不是一件容易的事。而現(xiàn)在有了Winsock控件,一切就不同了,它已經(jīng)替你封裝了所有煩瑣的技術(shù)細(xì)節(jié),并提供了訪問TCP和UDP網(wǎng)絡(luò)服務(wù)的方便途徑。你只需通過設(shè)置控件的屬性并調(diào)用其方法就可輕易連接到一臺遠程計算機中,并且還可以雙向交換數(shù)據(jù),而這一切都不需你了解TCP的細(xì)節(jié)或調(diào)用低級的Winsock APIs

    標(biāo)簽: WINSOCK 局域網(wǎng) 通信

    上傳時間: 2015-11-27

    上傳用戶:lps11188

  • ◆◆◆ 《如何在 Windows Mobile (WinCE 5.0) 中用Vc++編程查找并連接周圍的藍牙(Bluetooth)設(shè)備》◆◆◆ 如何在手機中編程實現(xiàn)藍牙通信即是本文將要闡述的內(nèi)容

    ◆◆◆ 《如何在 Windows Mobile (WinCE 5.0) 中用Vc++編程查找并連接周圍的藍牙(Bluetooth)設(shè)備》◆◆◆\r\n 如何在手機中編程實現(xiàn)藍牙通信即是本文將要闡述的內(nèi)容,本文以Windows Mobile 5.0 為開發(fā)平臺,簡單介紹用藍牙APIs進行編程的要點,并附上一個源代碼供大家參考。\r\n 你可以任意修改復(fù)制本代碼,但請保留這段文字不要修改。\r\n 希望我能為中國的軟件行業(yè)盡一份薄力!\r\n\r\n ◆◆◆ 作者 ◆◆◆\r\n 謝紅偉 · chrys · chrys@163.com · http://www.howa.com.cn\r\n\r\n ◆◆◆ 日期 ◆◆◆\r\n 2007-08-18 23:31:18

    標(biāo)簽: Bluetooth Windows Mobile WinCE

    上傳時間: 2013-12-16

    上傳用戶:libinxny

  • Java是一種功能強大的編程平臺

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

    標(biāo)簽: Java 編程

    上傳時間: 2013-11-25

    上傳用戶:cainaifa

  • As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task

    As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us C Math Library or in common language, MATLAB API. A developer can employ these APIs to solve engineering problems very fast and easy. This article is about how can use these APIs.

    標(biāo)簽: some engineering limitation language

    上傳時間: 2013-12-06

    上傳用戶:huql11633

  • DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, b

    DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.

    標(biāo)簽: performance incredibly therefore hardware

    上傳時間: 2016-02-16

    上傳用戶:秦莞爾w

  • Sector is a system infrastructure software that provides functionality for distributed data storage,

    Sector is a system infrastructure software that provides functionality for distributed data storage, access, and analysis/processing. It automatically manages large volumetric data across servers or clusters, even those over distributed wide area high speed networks. Sector provides simple tools and APIs to access and/or process the data. Data and server locations are transparent to users, as the whole Sector network is a single networked super computer to the users.

    標(biāo)簽: infrastructure functionality distributed software

    上傳時間: 2013-12-21

    上傳用戶:極客

  • This subproject contains the compiled code for the implementation classes of the Java Servlet and J

    This subproject contains the compiled code for the implementation classes of the Java Servlet and JSP APIs

    標(biāo)簽: the implementation subproject contains

    上傳時間: 2013-11-28

    上傳用戶:diets

主站蜘蛛池模板: 长武县| 游戏| 灵璧县| 南通市| 海林市| 清镇市| 株洲市| 玉溪市| 明星| 涞源县| 浦北县| 镇巴县| 台北县| 赤壁市| 宾阳县| 宁安市| 湖州市| 青州市| 交口县| 安福县| 靖宇县| 平果县| 广水市| 安泽县| 项城市| 南乐县| 清水河县| 临邑县| 西乌| 出国| 松潘县| 禄丰县| 云和县| 南和县| 大理市| 鲁甸县| 江源县| 平阴县| 邢台市| 台安县| 涞源县|