代码搜索:虚拟计算机
找到约 10,000 项符合「虚拟计算机」的源代码
代码结果 10,000
www.eeworm.com/read/193359/6355407
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/193359/6355509
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/482736/6621921
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/480954/6654513
cpp pvactivexctrl1.cpp
// 计算机生成了由 Microsoft Visual C++ 创建的 IDispatch 包装类
// 注意: 不要修改此文件的内容。如果此类由
// Microsoft Visual C++ 重新生成,您的修改将被改写。
#include "stdafx.h"
#include "pvactivexctrl1.h"
/////////////////////////
www.eeworm.com/read/480957/6654606
cpp pvactivexctrl1.cpp
// 计算机生成了由 Microsoft Visual C++ 创建的 IDispatch 包装类
// 注意: 不要修改此文件的内容。如果此类由
// Microsoft Visual C++ 重新生成,您的修改将被改写。
#include "stdafx.h"
#include "pvactivexctrl1.h"
/////////////////////////
www.eeworm.com/read/406645/11438239
cpp 实验七查找.cpp
#include
#include
#define HM 20
#define M 19
#define FREE 0
#define SUCESS 1
#define UNSUCESS 0
typedef int keytype;
// 爱悠游 www.aiyoy.com bbs.aiyoy.com
//有问题? 来 爱悠游计算机技术讨
www.eeworm.com/read/405722/11458689
txt xp的常用操作及技巧.txt
XP的常用操作及技巧!
2002-02-23 作者:
--请从registry删掉以下code--
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer
www.eeworm.com/read/403909/11506774
java operatorlevel.java
/**
* @author lztly 李振滔 Whuhan University Of Science and Technology
* @作者 lztly 李振滔 武汉科技大学 计算机科学与技术2004级
* @description 定义在进行科学计算时各操作符的优先级
*/
public class OperatorLevel {
/**
* 功能:获得
www.eeworm.com/read/403909/11506775
java arith.java
/**
* @author lztly 李振滔 Whuhan University Of Science and Technology
* @作者 lztly 李振滔 武汉科技大学 计算机科学与技术2004级
* @description 定义科学计算中用到的一些方法
*/
/**
* 导入math类
*/
import java.math.*;
public