大约有 2,609 项符合查询结果(耗时:0.0176秒) [XML]
cpuid汇编指令 - C/C++ - 清泛网 - 专注C/C++及内核技术
...序为little-endian(即低字符在前),下面程序可以在DOS下显示处理器名称/商标字串(使用MASM 6编译)。
.model tiny
.386
cseg segment para public 'code'
org 100h
assume cs:cseg, ds:cseg, e...
Socket 错误返回码详解 - C/C++ - 清泛网 - 专注C/C++及内核技术
...socket介面中的ETHOSTUNREACH。
WSAENETRESET (10052) 網路已被重新設定
對方主機出錯而重新開機。在本地主機呼叫和傳送資料有關的函式就會得到這個錯誤。對於setsockopt()函式,這個錯誤發生的原因在於試圖設定SO_KEEPALIVE於逾時(timeo...
扩展App Inventor:具有多点触控和手势检测功能 · App Inventor 2 中文网
... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
扩展App Inventor:具有多点触控和手势检测功能 · App Inventor 2 中文网
... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
扩展App Inventor:具有多点触控和手势检测功能 · App Inventor 2 中文网
... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
扩展App Inventor:具有多点触控和手势检测功能 · App Inventor 2 中文网
... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
扩展App Inventor:具有多点触控和手势检测功能 · App Inventor 2 中文网
... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
App Inventor 2 扩展 · App Inventor 2 中文网
... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
Dokan虚拟磁盘开发实战 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...发MoveFile这个回调函数。
实现时还有一个调试信息如何显示的问题,对控制台程序,可以直接写到控制台;而对带窗口的程序,可以写日志文件,也可以发Windows消息。我采用了SendMessage来处理调试信息,具体实现请参看下面的...
