代码搜索:方向图
找到约 10,000 项符合「方向图」的源代码
代码结果 10,000
www.eeworm.com/read/27568/984777
bmp 图.bmp
www.eeworm.com/read/293678/8280250
jpg 图.jpg
www.eeworm.com/read/370476/9599875
exe 图.exe
www.eeworm.com/read/370476/9599876
cpp 图.cpp
#include
#include
#define Maxvex 20 //最大结点数
#define FALUSE 0 //没找到最短路径
#define TURE 1 //找到最短路径
int IN=32767; //没有路径INFINITY
int vexnum; /
www.eeworm.com/read/202213/15389417
cpp 图.cpp
#include
#include
#define MAX_VERTEX_NUM 20
int visited[MAX_VERTEX_NUM];
int queue[MAX_VERTEX_NUM];
typedef struct ArcNode{
int adjvex;
struct ArcNode *nextarc;
}ArcNo
www.eeworm.com/read/113781/15447963
cpp 图.cpp
// 23.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "iostream.h"
#include "string.h"
#define MAX_VERTEX_NUM 5 //最大的顶点个数
www.eeworm.com/read/102347/15785632
h 图.h
#include
#include
#include
#include
#define MAXVTXNUM 20
typedef struct{
char name[30];
char info[200];
}VertexType;
typedef struct{
int
www.eeworm.com/read/292150/8374658
txt readme.txt
方向键 :
→ :右移
← :左移
↑ :变形
↓ :加速(效果不是很明显)
ESC:退出
SPACE:加速(有个小问题,按了后,还能按其它键,下次改过来...)
www.eeworm.com/read/418405/10947773
frx form1.frx
~演示说明:
1.传教士和野人由画面上方向下过河
2.红色圆圈代表传教士;绿色圆圈代表野人;蓝色椭圆代表船只;黑色直线代表河水