搜索资源列表
useful1
- 图形加速引擎1.3版,VGA/SVGA图形加速库 UNICORN 图形开发 TC 源代码库 TURTLE 图形开发命令系统 TC 源代码-graphics acceleration engine version 1.3, VGA / SVGA graphics acceleration for UNICORN graphical development TC source code for orders TURTLE graphical development system source
Turtle
- 海龟绘图(能够根据拥护输入的命令进行绘制不同的图形)-Turtle graphics (can be imported under the support order rendering different graphics)
guitu
- 龟图 模拟乌龟在程序控制下在房间里行走 乌龟拿着一支笔只有两种状态 上或者下 当笔在下的状态时乌龟随着自己的移动画出图形 而向上时 不画-Map turtle turtle in the control simulation under the turtle walking in the room with a pen, only two states, or under the pen when the next state with the turtle to draw their own
turtleGraaphics
- Turtle Graphics proyect, it includes several operations like distinct type of fractals (Pythagoras Tree, snowflake, kooch curves), also the implementation of child turtles that work in paralel.
Turtle
- 数据结构课程设计-乌龟作图。可用上下左右的方向键控制作图-Data Structure Course Design- turtle graphics. Available keyed up and down about the direction of the plan-making
lab7(turtle-graphics)
- 2D code of turtle graphics
Logos
- Logo海龟绘图语言仿真,给小孩子编程画图用的-Logo turtle graphics language simulation, drawing with kids programming
caculator
- 龟图,一只乌龟在地上画图,用C++程序实现的涉及到面向对象的设计理念-Turtle graphics, a turtle to draw on the ground with the C++ program related to object-oriented design concepts
PA8
- For this assignment, you will modify and extend your PA1 CS11Turtle programming assignment. You will create multiple turtles (in separate threads) to draw the letters and numbers in parallel. A primer on Java threading can be found here: http://www.j
7634253654
- LOGO海龟画图,易语言写的图形图象编程,很好的参考。-LOGO turtle drawing, easy graphics programming language to write, a good reference.
SITE-PLANNING
- This program aims at graphically Developing site plans for a given site dimension and the number of floors and the number of rooms present in each floor using TURTLE GRAPHICS in python. The input is read from file.And the details of each floor and
105fen
- C语言编写的logo海龟画图程序,可以画出各种复杂的图形-C language logo turtle drawing program, you can draw all kinds of complex graphics
teknos1
- Turtle graphics demo for Python 3.
turtle库绘图应用
- turtle库是非常适合初学者使用的简单图形绘制模块,本程序利用turtle库绘图帮助大家掌握turtle库使用(Turtle library is very suitable for beginners to use simple graphics rendering module. This program uses turtle library drawing to help you master the use of turtle library.)
Python极客项目编程
- 《Python极客项目编程》里面讲解了一些很好玩的项目。 利用参数方程和turtle模块生成万花尺图案; ● 通过模拟频率泛音在计算机上创作音乐; ● 将图形图像转换为ASCII文本图形; ● 编写一个三维立体画程序,生成隐藏在随机图案下的3D图像; ● 通过探索粒子系统、透明度和广告牌技术,利用OpenGL着色器制作逼真的动画; ● 利用来自CT和MRI扫描的数据实现3D可视化; ● 将计算机连接到Arduino编程,创建响应音乐的激光秀。(Python Geek Program