代码搜索:虚拟校园
找到约 4,013 项符合「虚拟校园」的源代码
代码结果 4,013
www.eeworm.com/read/144488/12787751
dsw a校园导游图.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/144488/12787753
ncb a校园导游图.ncb
www.eeworm.com/read/144488/12787757
cpp a校园导游图.cpp
#include < iostream.h >
#include < limits.h >
#define ERROR 0
#define OK 1
#define FALSE 0
#define TRUE 1
#define INFINITY INT_MAX
#define MAX_VERTEX_NUM 30
typedef unsigned int VRType;
www.eeworm.com/read/328419/13027684
txt 校园导游咨询程序.txt
#include
#include
#define INT_MAX 20000
int shortest[10][10];
int path[10][10];
typedef struct
{
int adj;
}ArcCell;
typedef struct
{
int number;
char *name
www.eeworm.com/read/336579/6326061
c 校园导游咨询参考.c
#include
#include
/*定义符号常量*/
#define INT_MAX 10000
#define n 10
/*定义全局变量*/
int cost[n][n];/* 边的值*/
int shortest[n][n];/* 两点间的最短距离*/
int path[n][n];/* 经过的景点*/
/*自定义函数原型说明*
www.eeworm.com/read/490760/6442091
plg 校园导游咨询系统.plg
Build Log
--------------------Configuration: 校园导游咨询系统 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/490760/6442092
dsw 校园导游咨询系统.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "校园导游咨询系统"=".\校园导游咨询
www.eeworm.com/read/490760/6442093
opt 校园导游咨询系统.opt
www.eeworm.com/read/490760/6442094
dsp 校园导游咨询系统.dsp
# Microsoft Developer Studio Project File - Name="校园导游咨询系统" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/490760/6442095
cpp 校园导游咨询系统.cpp
// 校园导游咨询
/*[问题描述]
设计一个校园导游程序,为来访的客人提供各种信息查询服务。
[基本要求]
(1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表