搜索资源列表
drawcli
- 画图程序,可以画线,圆,矩形等,架构很好,方便扩展,用到了设计模式的思想-drawing program, line drawing, round, rectangular, a good framework to facilitate the expansion of the use of design patterns thinking
Java_applet
- 程序功能:在Applet 上使用鼠标在屏幕上随意画直线和画点。用户点击“画线”按钮可画直线,点击“画点”按钮可画连续点,点击“清除”按钮可清除画面上的所有内容。-The program features: the Applet, use the mouse to draw a straight line anywhere on the screen and draw points. The user clicks on the " drawing a line" button
zhanglu15
- 简单文本编辑器,能实现文字的输入、修改、删除,同时在状态栏能显示鼠标的位置、当前系统时间。并具有简单的绘图功能,比如用鼠标画线、能画圆、画矩形等等。-Simple text editor, can achieve text input, modify, delete, at the same time in the status bar can show the location of the mouse, the current system time. And have simple gra
dfgdfgd
- 还有就是这个函数对于有标题框的窗体支持不好,就是它裁切的只是客户区域,好在我们要制作透明窗体的场合一般用不到标题框下面就说名例程的制作过程。(我旨在说明这种透明窗体的思路及函数的用法,所以代码非常简单,并且没有必要的错误验证机制,希望大家谅解) 建立一张用于在窗体上绘制的背景图片,把要裁切的部分用一种颜色标记出来,我们叫它MaskColor,例如图片背景是绿色则MaskColor =0xFF00,也就是 RGB(0,255,0). 建立一个基于对话框的工程,修改对话框资源的属性,主要
vc
- 画直线的代码,计算机图形学中的如何画直线的一种方法-Drawing a straight line code, and computer graphics in a way how to draw a straight line
Form1
- 该程序是一个完整的画图板实现功能,有直线,矩形,椭圆,文本和图像的处理功能。-The program is a complete drawing board to achieve function, there is a straight line, rectangle, ellipse, text and image processing capabilities.
line
- 图形学教案PPT...针对逐点比较法画直线...希望有用-Graphics lesson plans PPT ... point by point comparison method for drawing a straight line ... hope helpful
Li-ion-battery
- 鋰電池保護線路設計基礎(主要是说明线路的绘制之类的建议和元件的选择等)-Li-ion battery protective circuit design basis (mainly is drawing the line that the advice and components such as the choice of)
Gotten-the-water-surface-lines
- 这是一款推求河道设计水面线的应用程序,这要按要求输入各断面数据即能自动绘制水面线。市规划设计、水利计算的助手。-This is a calculated the water of the river channel design line application, this according to the section is asked to enter data can automatic drawing the water line. City planning and design,
111
- 1 .手机屏幕尺寸为 w = 240 h = 320,现提供LCD BUF(type:unsigned short)的起始地址为lcdbuff。要求从坐标(100,10)处开始绘制一条长度为300的黑色(颜色值为0)垂直线。 参考代码: 2 .在第1题的基础上封装一个画垂直线的函数,不考虑颜色。 参考代码: 3 .在第1题的基础上封装一个画水平线的函数,颜色可不考虑。 参考代码: -The start address of a mobile phone scr
Display-Picture
- 12864串行数据, 画点画直线画图(Arm)-12864 serial data, stipple straight-line drawing (Arm)
画图,学用line画直线
- 题目:画图,学用line画直线。直线很重要-Topic: drawing, line theory and draw a line. Line is very important
diy
- 画图工具,能够实现画图工具、画直线、画椭圆、画多边形等功能,并且在绘图的过程中能够修改该画笔的大小以及颜色。该画图程序还需具有橡皮擦功能。 -Drawing tools, drawing tool, draw a straight line, painted oval, and polygon drawing, and in the process of drawing can modify the size and color of the brush. The Paint program n
FSCapture_7.3_Chs_veryhuo.com
- 很好用的屏幕截图软件,可以截图后进行画线,画点等图片编辑操作-Good screenshot software, line drawing, painting and image editing operations point Screenshot
matlab
- 著名的Riemann函数大家都很熟悉了,但是关于它的图像你是否清楚呢?除了最上面那几点,其他都很难画吧?你想不想看看下面那些“挤在一起”的点是怎样分布的呢?还有几何中的马鞍面、单叶双曲面等是怎样由直线生成的,是不是也想目睹一下呢?这些,都离不开绘图.-We are all familiar with the famous Riemann function, but about the image you clear it? In addition to those points of the t
gdiFlow
- c#写的.net 画流程图的控件,可以转换成xml。也可以根据xml转换成图。需要客户端安装.net framework. 发出来与大家分享,也希望能对大家做工作流的开发有所帮助。由于种种原因该控件并没有继续开发下去,所以不足之处,请大家指正。 使用方法,附件中有gdiflow.htm和gdiflow.dll两个文件,将其放在wwwroot下或iis的虚拟目录中,直接访问gdiflow.htm即可。如放在本机的wwwroot下,则直接用localhost/gdiflow.htm即
MFCdraw
- MFC画图程序代码,可画椭圆,直线,矩形,改线宽,打开保存,颜色等-MFC drawing code can draw ellipses, lines, rectangles, change the line width, open the saved, color, etc.
MFC
- 基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不
2-d-line-drawing-generation
- 计算机图形学(Computer Graphics,简称CG)是一种使用数学算法将二维或三维图形转化为计算机显示器的栅格形式的科学。简单地说,计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。是计算机科学的一个分支领域,主要关注数字合成与操作视觉的图形内容。-2 d line drawing generation algorithm
sam2
- line drawing algorithm