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 mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
上傳時間: 2015-09-21
上傳用戶:wlcaption
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),使用方法(這里假定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ù)格式化一個磁盤,無論是軟盤還是硬盤。 打開一個新的項目(工程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盤。
上傳時間: 2015-10-05
上傳用戶:kytqcool
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 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 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 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 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
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1