代码搜索:虚拟计算机

找到约 10,000 项符合「虚拟计算机」的源代码

代码结果 10,000
www.eeworm.com/read/283598/9002906

txt 关于 xml 的十种观点.txt

关于 XML 的十种观点 -------------------------------------------------------------------------------- 第八军团 时间:2003-11-27 19:47:37 在计算机信息技术中,少有象类似 XML 那样的技术,她让人们产生范围很大的联想,而这些联想及其应用又可能相距甚远。她也更多
www.eeworm.com/read/182719/9194287

cpp example1-13.cpp

#include #include #include "Tstudent.h" //其中包含了类Tstudent以及定义的成员函数 void main() { Tstudent student; //声明对象,计算机开始为其分配内存,并初始化对象 student.set_id(2001); student.set_score(80)
www.eeworm.com/read/378732/9217059

pas head.pas

unit head; interface type // 1. 查找计算机上连接的 Rockey2 加密锁设备 ET99_Find=function(pid:pchar;var count:cardinal):integer;stdcall; // 2. 打开指定的加密锁 ET99_Open=function(var handle:THandle;pid :pchar
www.eeworm.com/read/378183/9245120

dat funtc120.dat

函数名称: detectgraph 函数原型: void far detectgraph(int far *driver, int far *mode) 函数功能: 检测计算机图形适配器的类型和工作模式 函数返回: 函数说明: driver 适配器类型,mode 适配器工作模式 所属文件:
www.eeworm.com/read/366745/9800388

htm 188.htm

使用vb获取网上邻居里的计算机名 关键词:Visual Basic Option Explicit Private Const RESOURCE_CONNECTED As Long = &H1& Private Const RESOURCE_GLOBALNET As Long = &H2&
www.eeworm.com/read/366745/9800803

htm 188.htm

使用vb获取网上邻居里的计算机名 关键词:Visual Basic Option Explicit Private Const RESOURCE_CONNECTED As Long = &H1& Private Const RESOURCE_GLOBALNET As Long = &H2&
www.eeworm.com/read/167373/9971006

l scan.l

/*author 谭添升 南京大学计算机科学与技术系 2006年5月20日 edit by UltraEdit */ D [0-9] L [a-zA-Z_] %{ #include #include #include"y.tab.h" #include"global.h" int yylineno=1;
www.eeworm.com/read/167373/9971014

l scan.l

/*author 谭添升 南京大学计算机科学与技术系 2006年5月20日 edit by UltraEdit */ D [0-9] L [a-zA-Z_] %{ #include #include #include"y.tab.h" #include"global.h" int yylineno=1;
www.eeworm.com/read/279890/10380638

java userlist.java

package chatroom; import java.util.*; /** * Title: JSP聊天室 * Description: Java语言演示程序:JSP聊天室,用于北京师范大学计算机系Java课程教学示范。 * Copyright: Copyright (c) 2002 * Company: 北京师范大学计算中心 *
www.eeworm.com/read/279890/10380664

java dbconn.java

package chatroom; import java.sql.*; /** * Title: JSP聊天室 * Description: Java语言演示程序:JSP聊天室,用于北京师范大学计算机系Java课程教学示范。 * Copyright: Copyright (c) 2002 * Company: 北京师范大学计算中心 *