代码搜索:交通仿真
找到约 10,000 项符合「交通仿真」的源代码
代码结果 10,000
www.eeworm.com/read/437321/7751198
txt 交通咨询.txt
#include"stdio.h"
#include"stdlib.h"
#include"string.h"
#define MAX_VERTEX_NUM 18
#define MAX_ARC_SIZE 100
#define MAX_ROUTE_NUM 5
#define NULL 0
#define False 0
#define True 1
#defin
www.eeworm.com/read/197967/7959761
c 交通咨询.c
www.eeworm.com/read/298370/7965115
doc 交通咨询.doc
www.eeworm.com/read/307240/13725763
交通灯
www.eeworm.com/read/301106/13866068
c 可控交通.c
#include"reg51.h"
#include"absacc.h"
#define CA XBYTE[0x7100]
#define PA XBYTE[0x7101]
#define PB XBYTE[0x7102]
sbit P10=P1^0;
sbit P11=P1^1;
sbit P12=P1^2;
sbit P13=P1^3;
sbit P14=P1^4;
www.eeworm.com/read/135170/5886975
dbx 铁路交通.dbx
//Layer Database Extended File (.DBX)
//FieldName, FieldAlias, FieldVisiable, Display Width(mm)
www.eeworm.com/read/491202/6441675
交通灯
www.eeworm.com/read/478224/6722101
交通灯
www.eeworm.com/read/259042/11825663
doc 交通咨询.doc
www.eeworm.com/read/343548/11942138
txt 交通咨询.txt
一.实习目的
通过实习,了解并初步掌握设计、实现较大系统的完整过程,包括系统分析、编码设计、系统集成、以及调试分析,熟练掌握数据结构的选择、设计、实现以及操作方法,为进一步的应用开发打好基础。
二.问题描述
设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。
三.需求分析
该程序所做的工作的是模拟全国 ...