代码搜索:虚拟计算机

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

代码结果 10,000
www.eeworm.com/read/138255/13245571

~pas publicunit.~pas

unit PublicUnit; { 代码单元名称:系统公共代码单元 开发单位:大连理工大学计算机技术研究所软件工程研究室 时间:2001,1,30 } interface uses graphics, classes, ADOdb, QuickRpt, Qrctrls, Forms, Controls, Dialogs, Sysutils, Inifiles, W
www.eeworm.com/read/138255/13245588

pas publicunit.pas

unit PublicUnit; { 代码单元名称:系统公共代码单元 开发单位:大连理工大学计算机技术研究所软件工程研究室 时间:2001,1,30 } interface uses graphics, classes, ADOdb, QuickRpt, Qrctrls, Forms, Controls, Dialogs, Sysutils, Inifiles, W
www.eeworm.com/read/320558/13424126

txt readme.txt

免费天地的计算机书籍配套磁盘服务 ================================ 本文件是从“免费天地”站点下载的。 (http://www.nease.net/~free) --------------------------------------------------- 与本磁盘配套的书籍的所有权益归原书作者和出版商所有。 我们提供配套磁盘只是为了
www.eeworm.com/read/314805/13558744

bld clock.bld

Release 6.2i - ngdbuild G.28 Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 clock.ngc clock.ngd
www.eeworm.com/read/314805/13558748

cmd_log write_back.cmd_log

xst -intstyle ise -ifn __projnav/write_back.xst -ofn write_back.syr ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 write_back.ngc write_back.ngd map -intstyle ise -p xc
www.eeworm.com/read/314805/13558754

bld write_back.bld

Release 6.2i - ngdbuild G.28 Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 write_back.ngc write
www.eeworm.com/read/314805/13558841

bld code.bld

Release 6.2i - ngdbuild G.28 Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 code.ngc code.ngd
www.eeworm.com/read/314805/13558900

bld visit_memory.bld

Release 6.2i - ngdbuild G.28 Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 visit_memory.ngc vis
www.eeworm.com/read/314805/13558945

bld memory.bld

Release 6.2i - ngdbuild G.28 Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo -i -p xcv200-pq240-4 memory.ngc memory.ng
www.eeworm.com/read/312610/13607914

txt 例13.5.txt

  例13.5在磁盘文件上存有10个学生的数据。要求将第1、3、5、7、9个学生数据输入计算机,并在屏幕上显示出来。   程序如下: #include    struct student-type    { char name[10]; int num; int age; char sex;