书 名:Programming Windows程式开发设计指南 出版日期:2000/6/2 书 号:957-8239-73-4 I S B N:957-8239-73-4 原 作 者:Charles Petzold 译 者:余孟学
标签: 8239 Programming 957 Windows
上传时间: 2015-04-26
上传用户:xinyuzhiqiwuwu
I think i am not lost yet!
上传时间: 2014-01-09
上传用户:开怀常笑
嵌入式文件系统ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to the project file. You should therefore be able to copy the entire directory (including all subdirectories) to any location on your harddrive.
标签: relative project should paths
上传时间: 2015-04-28
上传用户:zhliu007
这个文档用于I/O管理器和基本文件系统之间的过滤驱动。文件系统可能是本地或者网络的。这个文档不涉及文件系统和存储设备之间的过滤驱动,比如FtDisk和DMIO. 我们将主要讨论一种新的文件系统过滤驱动模型,所谓的微过滤器(minfiter)
上传时间: 2015-04-29
上传用户:kikye
BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i
上传时间: 2014-01-14
上传用户:极客
这是一个基于mips-I结构的处理器,32bit,冯诺依曼结构
上传时间: 2014-12-07
上传用户:wsf950131
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
标签: Pop3Message Function Retrieve response
上传时间: 2013-12-28
上传用户:fnhhs
键盘弹琴程序主要用到了C的I/O控制,是C深入编程的基础
上传时间: 2015-05-01
上传用户:cccole0605
显示ARP缓存信息.A R P高效运行的关键是由于每个主机上都有一个A R P高速缓存。这个高速缓存存放了最 近I n t e r n e t地址到硬件地址之间的映射记录。高速缓存中每一项的生存时间一般为2 0分钟,起 始时间从被创建时开始算起。
上传时间: 2013-12-27
上传用户:siguazgb
各种能帮助巩固U N I X帐号安全的工具和方法,很实用
标签:
上传时间: 2013-12-31
上传用户:chenbhdt