搜索资源列表
HappyBall
- 以前写的一个台球程序*,现可实现桌面球的捕捉、定位、画线,支持快键。-previously written a billiards external procedures can now achieve desktop catch the ball, positioning, line drawing, support fast keys.
100 特效画线
- 100实例\\100 特效画线.rar-100 \\ 100 effects line drawing. Rar
AndSceneI
- 很多引擎用的例子 比如画直线、精灵以及一些特俗的东西-Many engines use examples such as drawing a straight line, the wizard as well as some special things vulgar
scribble-source
- This a simple java applet implementation of a paint-brush style program. It has the basic drawing tools such as pen, line, filled and non-filed rectangles and ellipses and color manipulation options, other than that its really boring, but a good exam
labX
- c#编写的联机版tank大战,带联机绘图-c# write the online version of World War II tank, with a line drawing
tuyasrc
- private Size DefaultPicSize //储存原始画布大小,用来新建文件时使用 private bool bReSize //是否改变画布大小 private DrawTools dt //绘图工具类实例 private Color foreColor = Color.Black //绘图工具线条颜色 private string sFileName //打开的文件名 private string sType //绘
linkgame
- java语言连连看,实现了基本的的连接画线功能-java language Lianliankan, to achieve the basic function of drawing a line connecting
opengl
- 一个简单的画图工具,可以画直线,圆柱等简单图像。-A simple drawing tools, you can draw a straight line, cylindrical and other simple images.
Draw-lines
- 画线填格小游戏的代码,命令行界面的,需要手动输入坐标,比较简陋。。。相当简陋。。 在#define N那行可以更改(n*n)阶数。-Fill the grid line drawing game code, command line interface, you need to manually enter the coordinates, a little simple. . . OK, very simple. . # Define N in the line can be ch
Bresenham-Algorithm
- Bresenham algorithm for drawing line and circle
DDA
- As we know that in computer graphics subject we have a several line drawing algorithms. Here i am uploading code for DDA algorithm for line drawing.