搜索结果
找到约 557 项符合
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 gene ...
汇编语言 .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
VC书籍 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 h ...
家庭/个人应用 本系统为在线相册系统
本系统为在线相册系统,使用方法(这里假定Tomcat
安装在本机,且为缺省的配置):
1、在Tomcat的Webapps目录下建立一个目录,例如oa
。
2、将程序代码的build/web/目录下的全部文件复制
到Tomcat的webapps目录下oa目录。
3、启动Tomcat
4、在地址栏中输入http://localhost:8080/oa
缺省用户:
Robin 管理员, 密码: ...
软件设计/软件工程 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 ...
其他书籍 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 re ...
技术管理 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.
其他数据库 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 lib ...
人工智能/神经网络 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.
matlab例程 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 ...