Location:
Search - circle tc
Search list
Description: 用TC做的画直线的程序,是图形学里面的。-do with the painting linear process, the graphics inside.
Platform: |
Size: 974 |
Author: 刘生 |
Hits:
Description: 这是一个重点画圆的算法,是用c语言编写的,用tc环境可以运行-This is a key Circle algorithm is the use of the c language, and the environment can run tc
Platform: |
Size: 1403 |
Author: 王玲玲 |
Hits:
Description: dos下tc图形模式下的简单编程,是一个tc编程的好参考
Platform: |
Size: 16469 |
Author: Lotus |
Hits:
Description: 一定要在TC下运行,需要包括一些头文件,如graphic.h
要求:画一辆小车不停地水平从屏幕左边运动到右边,随着每一遍运动,小车高度均匀下降,降到最低后返回最高处
相关函数:delay(),kbhit(),lineto(),moveto(),arc(),circle()等。
Platform: |
Size: 1488 |
Author: 刘刚 |
Hits:
Description: 本程序是一个在tc下控制鼠标,并用橡皮筋法画直线和画圆的程序。-this procedure is a tc under the control mice, using rubber-band linear paintings and Circle procedures.
Platform: |
Size: 2011 |
Author: 代丛军 |
Hits:
Description: 本程序是一个在tc下控制鼠标,并用橡皮筋法画直线和画圆的程序。-this procedure is a tc under the control mice, using rubber-band linear paintings and Circle procedures.
Platform: |
Size: 2048 |
Author: 代丛军 |
Hits:
Description: 用TC做的画直线的程序,是图形学里面的。-do with the painting linear process, the graphics inside.
Platform: |
Size: 1024 |
Author: 刘生 |
Hits:
Description: 这是一个重点画圆的算法,是用c语言编写的,用tc环境可以运行-This is a key Circle algorithm is the use of the c language, and the environment can run tc
Platform: |
Size: 1024 |
Author: 王玲玲 |
Hits:
Description: dos下tc图形模式下的简单编程,是一个tc编程的好参考-dos under tc simple graphics mode programming, programming is a good reference tc
Platform: |
Size: 16384 |
Author: Lotus |
Hits:
Description: 模拟时钟程序
模拟时钟程序是tc图形模式编程的典型程序,主要用画圆、画线函数实现-Analog Clock Analog Clock procedures tc graphics mode process is a typical programming procedures, the main circle, drawing a line function
Platform: |
Size: 2048 |
Author: cece |
Hits:
Description: 一定要在TC下运行,需要包括一些头文件,如graphic.h
要求:画一辆小车不停地水平从屏幕左边运动到右边,随着每一遍运动,小车高度均匀下降,降到最低后返回最高处
相关函数:delay(),kbhit(),lineto(),moveto(),arc(),circle()等。
-TC must be run, need to include some header files, such as graphic.h requirements: Painting a car level of non-stop movement from the left side of the screen to the right, again with every movement, a high degree of uniformity of cars dropped to a minimum return highest point correlation function: delay (), kbhit (), lineto (), moveto (), arc (), circle () and so on.
Platform: |
Size: 1024 |
Author: 刘刚 |
Hits:
Description: 包括彩圆的形成、城墙的形成、五环的形成、简单的发牌算法、简单的格式控制的运用-Including the formation of color circle, the formation of the walls, the formation of five rings, a simple algorithm for the licensing, the simple use of the format control
Platform: |
Size: 2048 |
Author: 同行 |
Hits:
Description: 此压缩文件中包含了半学期以来做的所有的计算机图形学实验,包括DDA生成直线和圆,扫面线填充任意形状的图形的算法、运动的小车、月绕太阳转、抛物线的生成、星形的生成、点阵式、矢量式算法实现的字符的生成,二维图形的各种变化用矩阵的方法实现,三维图形的投影等,实验内容丰富全面,而且都能在TC下运行,生成显示图像。-This compressed file contains a half-term has to do all the computer graphics experiments, including the DDA to create line and circle, scanning line filling algorithm for arbitrary graphical shape, sports car, dated around the sun, the formation of a parabola, star shape generation, dot matrix, vector-type algorithm for character generation, two-dimensional graph of the changes achieved with the matrix method, three-dimensional graphics projection, a comprehensive experimental content-rich, and can run in the TC to generate display images.
Platform: |
Size: 140288 |
Author: 孟萌 |
Hits:
Description: 在TC下,利用Bresenham算法,在指定位置画出一个指定半径的圆(显示画圆过程)-In the TC, the use of Bresenham algorithm to draw a specified location in the specified radius of the circle (shown Circle process)
Platform: |
Size: 1024 |
Author: 漫无墓地 |
Hits:
Description: 种子填充算法最精简的,tc画圆,可以说是最为简单的一个算法了,可以最为大家的tc填充算法的一个模板~我上个星期好不容易弄出来的。-Seed filling algorithm the most streamlined, tc circle, we can say is the most simple of an algorithm, and most everyone can be a template filling algorithm tc- I finally get out of last week.
Platform: |
Size: 6144 |
Author: xingyuye |
Hits:
Description: 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,实在是个害人的东西,还不如 TC 好呢,因为它简化了所有调试的部分(或许是我没看到?),而调试是写程序相当重要的一部分。
不少老师直接拿 VC6 来讲 C 语言的,因为 VC6 的编辑和调试环境都很优秀。只可惜在 VC6 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类、建消息循环等等,初学者会受严重打击的。许多老师让学生在 TC 下绘图,因为这的确会让人有兴趣。
所以,我想给初学者一个更好的学习环境,就是 VC6 的平台 + TC 的绘图功能,于是就有了这个库。如果您刚开始学 C 语言,或者您是一位教 C 语言的老师,那么这个东西一定会让您兴奋的.-For beginners to from Turbo C 2.0 (hereinafter referred to as the TC) or Borland C++ 3.1 began to learn programming is a good suggestion, only TC the environment is too old, copy paste is very not easy. There is a Win-TC, simple in it, and it s a harm things as well? The TC, because it was all part of the simplified debugging (maybe I didn t see?) , and debugging is an important part of writing programs.
Many teachers directly with VC6 speaking C language, for VC6 editors and debugging environment are excellent. Except that in under VC6 can only do some characters exercises, want to draw lines are difficult to draw a circle, but also registered window class, build news cycle, and so on, beginners will be hit hard. Many teachers let students at TC next drawing, because it will let people are interested in.
So, I want to give beginners a better learning environment, is the platform+ TC VC6 drawing function, and there was this library. If you just started to learn C language, or you
Platform: |
Size: 70656 |
Author: 李俊炎 |
Hits:
Description: #include<graphics.h>
#include<conio.h>
main()
{
int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50
initgraph(&gd, &gm, C:\\TC\\BGI )
rectangle(left, top, right, bottom)
circle(x, y, radius)
bar(left + 300, top, right + 300, bottom)
line(left - 10, top + 150, left + 410, top + 150)
ellipse(x, y + 200, 0, 360, 100, 50)
outtextxy(left + 100, top + 325, My First C Graphics Program )
getch()
closegraph()
return 0
}-#include<graphics.h>
#include<conio.h>
main()
{
int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50
initgraph(&gd, &gm, C:\\TC\\BGI )
rectangle(left, top, right, bottom)
circle(x, y, radius)
bar(left + 300, top, right + 300, bottom)
line(left - 10, top + 150, left + 410, top + 150)
ellipse(x, y + 200, 0, 360, 100, 50)
outtextxy(left + 100, top + 325, My First C Graphics Program )
getch()
closegraph()
return 0
}
Platform: |
Size: 1024 |
Author: leroy |
Hits:
Description: 计算机图形学的一些基础程序。包括DDL画直线,中点法画圆等。TurboC上编写,可运行。-Some basic computer graphics program. Including DDL painting line, midpoint method draw circle, etc.Writen on TurboC , can run.
Platform: |
Size: 9216 |
Author: 穆樨 |
Hits: