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

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

End-users

  • This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementat

    This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementation of the TCP/IP protocol suite intended for embedded systems running low-end 8 or 16-bit microcon-trollers. The code size and RAM requirements of uIP is an order of magnitude smaller than other generic TCP/IP stacks today.

    標簽: stack implementat TCP describes

    上傳時間: 2015-09-18

    上傳用戶:zsjinju

  • .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx

    .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main

    標簽: sword mov val data

    上傳時間: 2015-09-21

    上傳用戶:wlcaption

  • This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as po

    This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. It is meant to be read as a whole, so please read it from beginning to end before asking questions... most of them will probably be answered. Each section builds on the sections before it. I have also added some solutions to common errors in Appendix A. If you ask me a question that is answered on this page, you will look very silly.

    標簽: developing tutorial attempts clearly

    上傳時間: 2015-09-29

    上傳用戶:wanqunsheng

  • 本系統(tǒng)為在線相冊系統(tǒng)

    本系統(tǒng)為在線相冊系統(tǒng),使用方法(這里假定Tomcat 安裝在本機,且為缺省的配置): 1、在Tomcat的Webapps目錄下建立一個目錄,例如oa 。 2、將程序代碼的build/web/目錄下的全部文件復制 到Tomcat的webapps目錄下oa目錄。 3、啟動Tomcat 4、在地址欄中輸入http://localhost:8080/oa 缺省用戶: Robin 管理員, 密碼:111111 RL 用戶, 密碼:222222 用戶可以自己注冊用戶或者修改data目錄下的 users.xml文件。 注:來自izncu

    標簽:

    上傳時間: 2015-10-01

    上傳用戶:13188549192

  • Visual Basic 6.0可以通過調(diào)用API函數(shù)格式化一個磁盤

    Visual Basic 6.0可以通過調(diào)用API函數(shù)格式化一個磁盤,無論是軟盤還是硬盤。 打開一個新的項目(工程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函數(shù)的第一個變量很重要,他的值是0,1,2時代表格式化的分別是:A、B、C盤。

    標簽: Visual Basic 6.0 API

    上傳時間: 2015-10-05

    上傳用戶:kytqcool

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

    Zlib函數(shù)列表 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 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

  • The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you

    The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.

    標簽: recordsets container library ODBC

    上傳時間: 2015-10-11

    上傳用戶:xlcky

  • This file (the project file) contains information at the project level and is used to build a sing

    This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.

    標簽: project file information the

    上傳時間: 2013-12-07

    上傳用戶:hj_18

  • vTools is a toolbox for Matlab 5.3 developed within the Department of Electrical Systems and A

    vTools is a toolbox for Matlab 5.3 developed within the Department of Electrical Systems and Automation (DSEA) of the University of Pisa (Italy) with the aim to offering to the Matlab users (especially control engineers and control engineering students) a completely graphical toolbox for linear system analysis and robust control synthesis

    標簽: Department Electrical developed Systems

    上傳時間: 2013-12-25

    上傳用戶:tyler

主站蜘蛛池模板: 桃园县| 富顺县| 洪泽县| 泰安市| 伊金霍洛旗| 乡城县| 边坝县| 武乡县| 白玉县| 吉首市| 西丰县| 鄂伦春自治旗| 景洪市| 略阳县| 城市| 兖州市| 邵东县| 抚州市| 康马县| 车险| 嘉黎县| 华亭县| 古浪县| 乐陵市| 铜山县| 道孚县| 开鲁县| 即墨市| 积石山| 富平县| 方正县| 古丈县| 临漳县| 饶河县| 页游| 六枝特区| 麟游县| 和田县| 临清市| 南木林县| 库尔勒市|