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

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

Kylix

  • TCompress Component Set For Delphi Kylix BCB v9.0

    TCompress Component Set For Delphi Kylix BCB v9.0

    標簽: TCompress Component Delphi Kylix

    上傳時間: 2013-12-31

    上傳用戶:huangld

  • Client/Server版本 DBISAM compiles directly into your application with no external libraries required.

    Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.

    標簽: application libraries compiles directly

    上傳時間: 2015-04-04

    上傳用戶:sz_hjbf

  • 《Delphi算法與數據結構》源碼 Delphi開發人員Julian Bucknall從實用角度為廣大程序員提供了有關使用算法和數據結構的一個詳盡的介紹。Bucknall先從算法性能的討論開始

    《Delphi算法與數據結構》源碼 Delphi開發人員Julian Bucknall從實用角度為廣大程序員提供了有關使用算法和數據結構的一個詳盡的介紹。Bucknall先從算法性能的討論開始,涵蓋了諸如數組、鏈表和二叉樹等內容。這本書強調了查找算法(如順序和二分查找),另外也重點介紹了排序算法(包括冒泡排序、插入排序、希爾排序、快速排序和堆排序),此外還提供了有關的優化技術。不僅如此,作者還介紹了散列和散列表、優先隊列、狀態機和正則表達式以及諸如哈夫曼和LZ77等數據壓縮技術。 隨附光盤中有作者所開發的一個相當成功的自由軟件庫EZDSL,另外還有可運行于各版本Delphi上和Kylix上的源代碼,此外還提供了TurboPower Software公司的可執行程序。

    標簽: Bucknall Delphi Julian 算法

    上傳時間: 2013-12-21

    上傳用戶:標點符號

  • 報表控件。FastReport 是非常強大的報表控件

    報表控件。FastReport 是非常強大的報表控件,相比QuickReport,ReportBuilder更加靈活,又非常小巧,速度快。VCL版本支持Borland Delphi 2-6 and Borland C++Builder 1-6。CLX版本支持Delphi和Kylix

    標簽: FastReport 報表 控件

    上傳時間: 2014-12-01

    上傳用戶:270189020

  • Object Pascal 是一種高級編譯語言

    Object Pascal 是一種高級編譯語言,具有強類型(對數據類型的檢查非常嚴格)特性,支持結構化 和面向對象編程。它的優點包括代碼的易讀性、快速編譯,以及支持多個單元文件從而實現模塊化編程。 Object Pascal 具有一些特性以支持Borland 組件框架和RAD(快速應用程序開發)環境。在很大程 度上,本語言參考的說明和示例假定你使用Borland 公司的開發工具,如Delphi 和Kylix。 絕大多數使用Borland 開發工具的開發者是在IDE(集成開發環境)環境下編寫代碼并進行編譯。 Borland 開發工具幫助我們設置工程和源文件的許多細節,比如維護單元的依賴信息。并且,使用這些工 具在程序的組織上還有一些限制,嚴格說來,這不是Object Pascal 語言規范的一部分。比如,Borland 開發工具遵循某些文件和程序的命名約定,若你在IDE 以外編寫代碼并使用命令行來編譯,你可以避開 這些限制。 這些幫助主題假設你在IDE 環境下工作,并且使用VCL(可視化組件庫)和/或 CLX(跨平臺組件 庫)創建應用程序。但有時候,Borland 一些特定的規則和Object Pascal 的通用規則并不相同。

    標簽: Object Pascal 編譯語言

    上傳時間: 2015-11-12

    上傳用戶:cxl274287265

  • Internet Direct(Indy)是一組開放源代碼的Internet組件

    Internet Direct(Indy)是一組開放源代碼的Internet組件,涵蓋了幾乎所有流行的Internet協議。Indy用delphi編寫,被包含在delphi 6,Kylix 1和C++ Builder 6及以上各個版本的Borland開發環境中。Indy曾經叫做WinShoes(雙關于WinSock——Windows的Socket庫),是由Chad Z. Hower領導的一群開發者構建的,可以從Indy的站點www.nevrona.com/indy上找到更多的信息并下載其新版本。到筆者撰寫本文時為止,Indy的最新穩定版是9.0.14,Indy 10也進入了Beta測試階段。

    標簽: Internet Direct Indy 開放源代碼

    上傳時間: 2015-12-05

    上傳用戶:xg262122

  • 這是江蘇企業通訊協議(聯通版本)的一個Release

    這是江蘇企業通訊協議(聯通版本)的一個Release,因為公司業務已經轉換到java版本所以,我決定發布EMSP 2.0 C++ 版本的協議部分,因為當時比較倉促,設計的不是很好,但是我想對于剛剛涉及網絡開發的人,特別是剛剛涉及短信息業務開發的人應該有所幫助,我所發布的部分只是協議處理部分的內容,不包括網絡的處理,網絡處理部分很簡單,如果使用BCB或者VC的話您可以使用,VCL或者MFC中封裝好的Socket組件來使用就可以了,或者您使用Socket API來處理。對于linux和Unix用戶,我想您應該知道如何使用Socket了吧:) 本人曾在VC7 ,BCB6,Kylix,G++上生成系統,但是不保證您在上述平臺上可以正確生成系統。VC6因為對Standard C++支持不足,無法編譯本代碼。

    標簽: Release 江蘇 通訊協議 聯通

    上傳時間: 2016-04-23

    上傳用戶:qweqweqwe

  • FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter

    FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, gnat2006 GPL, and all versions of InterBase 4.x-7.x, InterBase 2007 and Firebird 1.x-2.x. Using FIBPlus in your applications you do not need to install any additional software except for InterBase Client Software. FIBPlus supports all special InterBase features such as array-fields, event alerters, BLOB-fields, etc. FIBPlus is a native component set and its evaluation versions are distributed partially in sources. Registering FIBPlus you get full sources of components and technical support

    標簽: component InterBase intended flexible

    上傳時間: 2013-12-01

    上傳用戶:xuan‘nian

  • FastReport is reporting tool component. It consists of report engine, design

    FastReport is reporting tool component. It consists of report engine, designer and preview. It written on 100 Object Pascal and can be installed in Delphi 2-7 and C++Builder 1-6. Also available cross-platform version FR CLX for Delphi 6,7 C++ Builder 6 and Kylix 1,2,3 - check out webpage to get latest information.

    標簽: FastReport component reporting consists

    上傳時間: 2014-01-20

    上傳用戶:壞壞的華仔

  • barcode component The sourcecode does not rely on any language specific features. It will prob

    barcode component The sourcecode does not rely on any language specific features. It will probably compile under Delphi 8 and higher. Kylix ? barcode component does not use any special Windows API functions so it should work with Kylix (untested).

    標簽: sourcecode component language features

    上傳時間: 2017-07-08

    上傳用戶:372825274

主站蜘蛛池模板: 万山特区| 赤壁市| 宣城市| 启东市| 句容市| 吉隆县| 西华县| 湖北省| 岐山县| 离岛区| 南漳县| 丰镇市| 伊春市| 西华县| 湖北省| 阳信县| 郴州市| 浠水县| 友谊县| 红安县| 沛县| 庆元县| 惠州市| 固镇县| 若羌县| 南华县| 英德市| 达拉特旗| 永仁县| 安图县| 临桂县| 逊克县| 泸溪县| 乌恰县| 肇州县| 香港 | 卫辉市| 神木县| 正宁县| 高唐县| 濮阳县|