搜索资源列表
Draw1Doc
- 简单的绘图程序,能画点,直线,多边形等,比较简单,希望有人认同-simple drawing program, can draw points, lines, polygons, etc., relatively simple, hoping that someone will recognize
Java门电路画图器
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... 虽然是一个画门电路的软件,但是纯粹是一个
JAVA显示图像且用鼠标点击改变显示位置
- * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location * Use Applet method getImage () produ
Voronoi1
- 用于离散点的构建三角网.文件是一个学习算法的文件,可以自行画点,然后构三角网-discrete points for the Construction of triangulation. Paper is a learning algorithm, can draw on its own, then conformation triangulation
图形软件包的使用
- 图形软件包的使用,调用图形软件包画点线等图形-the use of graphics software packages, graphics packages painting called point line graphics
用鼠标取点,画线(最终版)
- 用鼠标取点,画两个点之间的直线,通过中断实现,是汇编语言-from using the mouse, painted between two straight, achieved through cutting, assembly language
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
图形包
- 图形包,可以实现画点,线,园,矩型,并且可以进行填充和裁减!-graphics package, can achieve a draw points, lines, the landscape, filling, and can be filled and reduction!
LCD1335
- Seed1335的LCD控制程序,负责320*240的液晶屏的初始化以及画点函数等-Seed1335 LCD control procedures, 320 * 240 for the LCD screen and the initialization function points, such as painting
简易画图板
- 简易的画图板 实现画点线,曲线,矩形,圆形,以及色彩的变换,填充等,另外还加入一个小小的文本操作程式。 直接编译后就可以使用。-simple drawing board to achieve painting point line, curve, rectangle, circle, and the color transformation, fill in the blanks, in addition to the text by adding a small operation progr
12864_draw.LCD12864画点,画直线,画圆和画图片算法
- LCD12864画点,画直线,画圆和画图片算法,包括程序和图片,LCD12864 painting point, drawing a straight line, and painting pictures drawcircle algorithm, including the procedures and picture
d
- 简单的C#源码,主要功能:画点、画线、画圆灯。大家可以下载参考-A simple C# source code, you can download the reference
painter
- 几个画图的程序,有如何画线、画点等--Some code that about drawing such as draw dot 、line
palette
- 小型绘图系统(VC++) 实现类似于windows的画板的功能。画点,画线,做2次开发比较好。 -Small-scale mapping system (VC++) To achieve similar functionality windows of the drawing board. Painting points, drawing lines, to do 2 times the development of better.
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
LCD_480272
- 三星处理器S3C2440的液晶源代码,包括了启动,初始化,画点,画线,画图片等模块函数-TFT
简易画图板
- 简易的画图板 实现画点线,曲线,矩形,圆形,以及色彩的变换,填充等,另外还加入一个小小的文本操作程式。 直接编译后就可以使用。-simple drawing board to achieve painting point line, curve, rectangle, circle, and the color transformation, fill in the blanks, in addition to the text by adding a small operation progr
画点
- 12864画点程序,利用寻址的方法,确定液晶的地址来画点,在此基础上可画任意直线,曲线,正弦波(Optrex products are designed for use in ordinary electronic devices such as business machines, telecommunications equipment,measurement devices and etc. Please handle the products with care.)
如何在LCD12864上任意画点
- 如何在LCD12864屏任意位置画点,内含51程序(Draw a point on the LCD12864 screen)
FloodFill-Algorithm
- 种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。 种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi