Description: LOGO language, also known as sea turtles language, through the line of command by the operator to control the movement of a triangle of sea turtles, sea turtles can form the trajectory of a variety of patterns.
The command line can include multiple sub-commands, executed in the order from left to right, the relevant commands are:
Example of the meaning of command format command example
Forward <length> turtle forward 100 forward 100 points
Back <length> back 100 back 100 points of sea turtles
Left <angle> 90 degrees left 90 left
Right <angle> 90 degrees right turn right 90
Lift lift lift the turtle pen, does not show the moving path
Put down his brush down turtle, showing the moving path
Hide Hide Hide triangle of sea turtles
Display Display Display turtle triangle
Repetitions (...) repeat 4 (forward 10 left 90) draw a turtle square of side length 10
Clear the screen clear screen turtle back to the origin of coordinates, remove all trace
- [105fen] - C language logo turtle drawing program,
- [robot] - Simple simulation of the robot arm movem
- [MusicToolbar] - Players track graphical interface, can b
File list (Check if you may need any files):
HaiGuiLOGO\Command.txt
..........\HaiGui.cpp
..........\HaiGui.h
..........\HaiGuiLOGO.aps
..........\HaiGuiLOGO.cpp
..........\HaiGuiLOGO.h
..........\HaiGuiLOGO.rc
..........\HaiGuiLOGO.sln
..........\HaiGuiLOGO.suo
..........\HaiGuiLOGO.vcproj
..........\HaiGuiLOGODlg.cpp
..........\HaiGuiLOGODlg.h
..........\ReadMe.txt
..........\res\HaiGui.ico
..........\...\HaiGuiLOGO.rc2
..........\resource.h
..........\stdafx.cpp
..........\stdafx.h
..........\targetver.h
..........\res
HaiGuiLOGO