代码搜索:虚拟计算机

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

代码结果 10,000
www.eeworm.com/read/212769/15150278

txt 7-11.txt

/* 范例:7-11 */ #include int main() { /* 由计算机视初始值的元素个数来决定数组的大小 */ char a[]={'t','h','i','s',' ','i','s',' ','a',' ','b','o','o','k'}; char sa[]="this is a book"; /* 将结果输出到屏幕 *
www.eeworm.com/read/212766/15150325

txt 4-2.txt

/* 范例:4-2 */ #include void main() { char *str = "null-terminator string"; int count; /* 记录%n前一字符输出位置(即输出字符数) */ int ComputerAddr; /* 计算机用的地址格式 */ /* Integer type */ prin
www.eeworm.com/read/212267/15161018

txt 软件使用说明.txt

学生大软件站 soft.studa.com www.studa.org ╔------------------------------------------------╗ ┆小学软件 中学软件 教程图书 学历资料 认证资料┆ ┆外语资料 计算机类 资格资料 外语软件 编程开发┆ ┆网络软件 系统工具 应用软件 联络聊
www.eeworm.com/read/212243/15161583

cpp rsaupper.cpp

// RSAUpper.cpp : Defines the entry point for the console application. // #include "stdafx.h" #define TRUE 1 #define FALSE 0 #define VLONG unsigned long //参考书:《计算机密码学》(第二版)卢开澄 清华大学出版社 //
www.eeworm.com/read/211890/15171245

sql exp36_3.sql

/*EXP36_3 建立计算机系选修了1号课程的学生的视图*/ create view CS_s1(sno,sname,grade) as select student.sno,sname,grade from student,sc where sdept = 'CS' and student.sno = sc.sno and
www.eeworm.com/read/210545/15196871

txt 7-11.txt

/* 范例:7-11 */ #include int main() { /* 由计算机视初始值的元素个数来决定数组的大小 */ char a[]={'t','h','i','s',' ','i','s',' ','a',' ','b','o','o','k'}; char sa[]="this is a book"; /* 将结果输出到屏幕 *
www.eeworm.com/read/210545/15196973

txt 4-2.txt

/* 范例:4-2 */ #include void main() { char *str = "null-terminator string"; int count; /* 记录%n前一字符输出位置(即输出字符数) */ int ComputerAddr; /* 计算机用的地址格式 */ /* Integer type */ prin
www.eeworm.com/read/210511/15197861

txt soft.studa.com.txt

学生大软件站 soft.studa.com www.studa.org ╔------------------------------------------------╗ ┆小学软件 中学软件 教程图书 学历资料 认证资料┆ ┆外语资料 计算机类 资格资料 外语软件 编程开发┆ ┆网络软件 系统工具 应用软件 联络聊
www.eeworm.com/read/35405/1057009

cn0 time.cn0

~aTIME~0 显示系统时间或设置计算机的内部时钟。 MS-DOS在创建或改变文件时使用时间信息更新目录。 语法 ~aTIME~0 [小时:[分钟[:秒[.百分秒]]][A|P]] ~aTIME~0 [hours:[minutes[:seconds[.
www.eeworm.com/read/35405/1057026

ex2 lastdriv.ex2

LASTDRIVE─例子 在CONFIG.SYS 文件中加入命令行 ? lastdrive=m 就可将最后一个驱动器设为M。这样,计算机最多就可存取13个驱动器(A到M共 有13个字母)。 ~w