搜索资源列表
DIJKSTRA
- Suppose you want to find the shortest path between two intersections on a map, a starting point and a destination. To accomplish this, you could highlight the streets (tracing the streets with a marker) in a certain order, until you have a route high
zoumigong
- 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
relational
- SSD7.ER Mapping Map your ER schema into a relational database schema, using the mapping algorithm. Express the resulting relational database schema, using the following notation: PK for Primary Key, AK for Alternate Key, and FK for Foreign Key
rec_jt_lx_cl
- 使用c++语言在vc环境下编写的可画出矩形、箭头、菱形和圆形的小程序。-A programm of drawing a rectangle, an arrow, a diamond and a circular using c++ language in vc environment.