Welcome![Sign In][Sign Up]
Location:
Search - painting

Search list

[GDI-BitmapWaveSin

Description: 在内存中进行绘图,使得在刷新屏幕后仍然没有任何的不适感。以sin(x)或例子进行绘画。-in memory for graphics, making the screen refresh after no discomfort. To sin (x) or examples of painting.
Platform: | Size: 34401 | Author: 王海 | Hits:

[OpenGL programLinesphere

Description: 利用顶点数组实现的一个画线框球的程序-use vertex arrays to achieve a painting of the wireframe ball procedures
Platform: | Size: 9405 | Author: 金... | Hits:

[Windows DevelopBrushTest

Description: 使用vc++的MFC类库编写的在窗口中显示画刷的程序-use vc + + MFC prepared in the window shows the procedure brush painting
Platform: | Size: 36017 | Author: 孙韶 | Hits:

[Windows DevelopBrushTest1

Description: 用FMC类库编写的显示一个窗口的显示不同的画刷画出的图形-FMC library prepared with the display window shows a different paint brush painting graphics
Platform: | Size: 35669 | Author: 孙韶 | Hits:

[Other resourceFlowcharter

Description: 画流程图的好例子,作者自己封装了一个类,可以自己扩展功能,也可以加以修改用来画网络拓扑图-painting flowchart good example of the author himself Packaging, a category of their own expansion, modifications can be used to draw network topology, etc.
Platform: | Size: 216391 | Author: 大毛 | Hits:

[Other resourcelc1234

Description: MATLAB有关画波的图和画拿窥视特图的方法-MATLAB paintings wave of the map and painting with the spy Chart Method
Platform: | Size: 1768 | Author: lc2315867 | Hits:

[Modem programdrawline2

Description: 一个简单的画直线的程序 用的是中心线算法画的-a simple line drawing of the procedure is the center of the painting algorithm
Platform: | Size: 14467 | Author: 罗全锋 | Hits:

[TreeViewdrawaline

Description: DDA算法画直线,虽然比较简单,但是我个人的第一个图形学程序,希望大家提出批评.-DDA algorithm painting line, although relatively simple, but personally I of a graphics procedures in the hope that we criticize.
Platform: | Size: 6463799 | Author: 赵遥 | Hits:

[Other resourcejavacaaton1

Description: 双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存-double buffering technology : a reduced frame between the flashing method is to use double buffering, in many applet animation are used. The main principle is to create a background image of a painting into images, then called drawImage () to the entire image to a screen painted up. Most benefits are drawn from the screen. Leaving screen image to a painting directly on the screen than on the screen mapping can be much more effective. Double Buffer can make the animation smooth, but there is a drawback to allocate a background image, image considerably, which will require a lot of memory
Platform: | Size: 1138 | Author: 刘伟 | Hits:

[Other resourceqsv1z1

Description: 画一种新型气固分离器气相流场的matlab程序-painting a new gas-solid separator gas flow field in Matlab procedures
Platform: | Size: 1197 | Author: 将军 | Hits:

[Windows Developjppt

Description: 有此程序可以实现在界面中进行画圆周!很好用不着-this procedure can be achieved in the interface for painting pi! No need good
Platform: | Size: 4106 | Author: uhy | Hits:

[GDI-Bitmapstr_gongshi

Description: 一个图形生成器,我做的!挺好的! 请按照表达式的规则正确输入表达式(例如:sin(0.99*t)-0.7*cos(3.01*t))<a href=\"http://nixin.ik8.com/\">地址</a> 倪鑫的画线程序V2.0 有兴趣者欢迎联系我Email:nixin@vip.sina.com QQ:406784596 -a graphics generator, I do! Very good! Follow the rules of the correct expression input expression (such as : sin (0.99 * t) -0.7 * cos (3.01 * t)) lt; A href = "http://nixin.ik8.com/" gt; Address lt; / Agt; NI Xin painting lines procedures V2.0 interested I welcome contact Email : nixin@vip.sina.com QQ : 406784596
Platform: | Size: 71372 | Author: 王八蛋 | Hits:

[Otherzujian

Description: 本组件为ASP组件,只适用于ASP的调用,它的功能是实现多文件的上传,生成图片,在指定的图片上写字,画线,放大缩小,剪取指定区域的图片,并且显示或保存成指定的格式。-components to the ASP, ASP is only applicable to the call, the function is more upload documents, pictures generated in the designated write on the photo, painting lines, zooming, stripped designated area photographs, and display or preservation as a designated format.
Platform: | Size: 304777 | Author: 风云 | Hits:

[OpenGL programthree_curve

Description: 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
Platform: | Size: 102135 | Author: 珠海 | Hits:

[Otherpoints

Description: 用vc++编程实现计算机图形中多点的画法。-vc programming with computer graphics multiple points of painting.
Platform: | Size: 1608 | Author: 周围来 | Hits:

[Other resourcehueituchenxudaquan

Description: 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标取点画任意多边形,可选取任意颜色去填充多边形区域。 六、矩形填充。用鼠标任取两点确定矩形区域,选取任意颜色去填充。 七、直线裁剪。有两种算法实现这一功能,梁友栋法和编码法。先用鼠标画一直线,然后再取两点确定一矩形裁剪框,点击一下右键,裁剪成功。 八、多边形裁剪。先用鼠标取点画一任意多边形,点击右键后继续取两点确定裁剪矩形框,在点击一次右键裁剪执行。 九、弹球。-procedures functions : one, using two different algorithms (DDA law and midpoint) painting arbitrary line, input from a little mouse, and the dialog box input linear endpoint law. Linear color line drawing in the former arbitrary selection. Two straight attributes. From the dialog box indiscriminate importation linewidth linear paintings. The paintings are dotted line function, you can enter dotted line which is part of the length and spacing of the gap length to paint a dotted line. And, third, using two algorithms (the midpoint of law and the positive and negative) painting arbitrary round. Four paintings arbitrary elliptic. Elliptic painting from 2:00 arbitrary time limit to determine a rectangle, rectangle determined by the size of the ellipse. 5, polygon filling. Dotted with the mouse
Platform: | Size: 1239665 | Author: wgz | Hits:

[Other resourcehueituruanjiecexu

Description: === === = =画图小将 说明文档= === === = 本程序主要实现画直线,画圆,画矩形等功能,界面友好,使用方便,构造了两个类CShape和CFunction负责画图,易于代码的移植复用。 CShape | -CShapeLine |-CShapeRect |-CShapeCircle | CFunction | |-CFuntionSelect |-CFunctionLine |-CFunctionRect |-CFunctionCircle |-CFunctionPen |-CFunctionEarse |-CFunctionBrush |-CFunctionBox-drawing young === === === = = = === === === = documentation of the procedures main line painting , Circle, rectangular paintings and other functions, friendly interface and easy-to-use, structure of the two categories CShape CFunction responsible for drawing and easy code reuse transplantation. CShape | | - CShapeLine | - CShapeRect | - CShapeCircle | CFunction | | - CFuntionSelect | - CFunctionLine | - CFunctionRect | - CFunctionCircle | - CFunctionPen | - CFunctionEarse | - CFunctionBrush | - CFunctionBox
Platform: | Size: 88931 | Author: wgz | Hits:

[Other resourceStraightline

Description: 用TC做的一个画直线程序.是图形学里面的。-do with a straight painting procedures. Yes graphics inside.
Platform: | Size: 1032 | Author: 刘生 | Hits:

[Other resourceCircle(TC)

Description: 用TC做的画直线的程序,是图形学里面的。-do with the painting linear process, the graphics inside.
Platform: | Size: 974 | Author: 刘生 | Hits:

[GUI DevelopMy_VCad

Description: 一个画图板程序,提供了几个绘画模式,不过画曲线部分还有bug,希望感兴趣的朋友可以给调掉-a drawing board procedures, a number of painting model, but there are some paintings curve bug, a friend of interest to be transferred swap
Platform: | Size: 84993 | Author: 小p | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net