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

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

End-user

  • Delphi for PHP 用戶手冊

    Delphi for PHP 用戶手冊,英文版,格式PDF。 The IDE User s Guide includes an overview of Delphi for PHP, information on using the IDE, debugging, creating a database application, and a VCL for PHP Component Writer s Guide.

    標簽: Delphi for PHP 用戶手冊

    上傳時間: 2015-10-02

    上傳用戶:cooran

  • 一個完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Co

    一個完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information about how to send a mail.

    標簽: Aggregators Programming Example Chapter

    上傳時間: 2015-10-04

    上傳用戶:葉山豪

  • Visual Basic 6.0可以通過調用API函數格式化一個磁盤

    Visual Basic 6.0可以通過調用API函數格式化一個磁盤,無論是軟盤還是硬盤。 打開一個新的項目(工程1) ,如果你沒有更改過缺省模式,那么Visual Basic 6.0會自動添加一個form1文件,在form1上添加一個命令控件,將下面的代碼拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 運行此程序。 注意FormatDisk函數的第一個變量很重要,他的值是0,1,2時代表格式化的分別是:A、B、C盤。

    標簽: Visual Basic 6.0 API

    上傳時間: 2015-10-05

    上傳用戶:kytqcool

  • 一個使用免疫算法實現物流調度的源代碼

    一個使用免疫算法實現物流調度的源代碼,使用SQL Server 2005+Visual Studio C# 2005開發,可以在地圖上描出優化路徑。壓縮包中的wldd.bak和wldd1.bak為數據庫文件,將其恢復到SQL Server 2005中即可。需要注意的是,默認的連接字符串為 connectionString="Data Source=YANXL\SQLEXPRESS Initial Catalog=wldd1 User ID=sa Password=dream" 初始密碼可以改掉

    標簽: 免疫算法 調度 源代碼

    上傳時間: 2014-01-26

    上傳用戶:1079836864

  • Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. User

    Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.

    標簽: functions questions deflate inflate

    上傳時間: 2014-01-03

    上傳用戶:lhc9102

  • This module is common to all of the Example programs It declares the {Open, Read, Write, Close} ca

    This module is common to all of the Example programs It declares the {Open, Read, Write, Close} calls for the USB device These user-calls are translated into OS system calls This module also contains several support routines used by all of the examples

    標簽: the declares programs Example

    上傳時間: 2015-10-07

    上傳用戶:yoleeson

  • This manual describes omniidl, the omniORB IDL compiler. It is intended for developers who wish to

    This manual describes omniidl, the omniORB IDL compiler. It is intended for developers who wish to write their own IDL compiler back-ends, or to modify existing ones. It also documents the design of the compiler front-end for those poor souls who have to track the IDL specification.

    標簽: developers describes compiler intended

    上傳時間: 2015-10-07

    上傳用戶:84425894

  • This thorough, hands-on reference for database developers and administrators delivers expert guidanc

    This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.

    標簽: administrators developers reference thorough

    上傳時間: 2013-12-29

    上傳用戶:Avoid98

  • The intended use of this help manual is a quick reference guide as it is not fully inclusive of all

    The intended use of this help manual is a quick reference guide as it is not fully inclusive of all elements of the PL/SQL Programming Language. Please refer to the PL/SQL User s Guide and Reference for more information.

    標簽: inclusive reference intended manual

    上傳時間: 2014-01-26

    上傳用戶:lnnn30

  • WebWork.Spring.Hibernate整合對數據庫的操作.rar。開發環境TOMCAT5.5.23,Mysql5.0,jdk1.5.08,hibernate3.0,spring1.2,Web

    WebWork.Spring.Hibernate整合對數據庫的操作.rar。開發環境TOMCAT5.5.23,Mysql5.0,jdk1.5.08,hibernate3.0,spring1.2,WebWork2.2.5. 實現對user表的增刪改查操作

    標簽: Hibernate hibernate WebWork Spring

    上傳時間: 2015-10-12

    上傳用戶:hasan2015

主站蜘蛛池模板: 肇源县| 修武县| 米泉市| 寻乌县| 中宁县| 河西区| 保靖县| 嘉义市| 五华县| 梁山县| 兴义市| 铜梁县| 犍为县| 泽州县| 察雅县| 平原县| 无为县| 长阳| 抚松县| 滨海县| 海宁市| 柏乡县| 上犹县| 武宣县| 乡城县| 安顺市| 陆良县| 肇州县| 安阳县| 荣成市| 黄平县| 当雄县| 五大连池市| 游戏| 泰兴市| 嘉峪关市| 林州市| 灵山县| 博野县| 崇左市| 肥西县|