搜索资源列表
CG.zip
- 计算机图形学作业算法 VC++程序源码 含画直线(逐点比较法)、二维裁剪(中点分割算法)、判别点在区域内外(标号法)等算法,经我修改用于保存手动提取图形特征点,Computer graphics algorithms operating VC++ Program source code containing paint a straight line (point by point comparison method), two-dimensional cutting (mid-poin
Paint
- This program simulates Windows paint in C++ Builder
painter7
- VS2005 下做出来的windows画图程序,可以设置多种画笔,画出多种图形,支持文件的缩放,保存和读取-VS2005 out of the windows to do under the Paint program, you can set a variety of brushes, draw a variety of graphics, support files, zoom, save and read
sun
- 仿照Windows的附件程序“画图”, 用C/C++语言编制一个具有交互式绘制和编辑多种图元功能的程序-Annex modeled Windows program " Paint" , with C/C++ language preparation of an interactive drawing and editing program features a variety of pixel
VChuafa
- VC画图程序,对初学者有帮助。可以画各种图形。-VC paint program, help for beginners. Can draw all kinds of graphics.
paint
- java编写的有趣的小程序,点击按钮可以显示2d的动画。可以直接用jdk打开jar文件来运行程序。-Interestingly, the preparation of java applet, click the button can be displayed 2d animation. Can be used directly jdk to open the jar file to run the program.
vbht
- 简易的画图程序,基于VB源代码实现可先把画笔颜色、设置画笔尺寸、先把所画的图形,包括矩形、圆形和直线三种模式,画错了可清除画布,画完可保存图像。-Simple paint program, the first brush color, set the brush size based on the VB source code, graphics drawn by the first three modes, including rectangular, circular and straig
graph
- C#编写,实现windows画图程序的所有功能,并且有撤销功能(支持50次),此外还可能对图形进行旋转、缩放、平移、裁剪。曲线为Bezier曲线-All functions written in C#, windows Paint program, and the Undo function (support 50) In addition, the graphics may rotate, zoom, pan, cutting. Curve for Bezier curves
Draw
- 画图程序 画图程序 画图程序 -Paint program
lab-3-paint
- SIMPLE PAINT PROGRAM
ResizePictures
- 我们用千万像素级相机拍摄的照片,通常达到好几兆,时间长了,相片多了,就很占空间,但是又舍不得删除。怎么办?减少图片的精度,也就减小了所占空间。事实上,用Windows XP自带的画图程序(Win7自带的画图程序没试过),打开图片,然后另存,即可发现图片体积大大减小,但是精度的损失用人眼是判断不出来的。可是如果每个图片都用画图程序打开再另存,势必很费时间。于是,小弟就开发了一个批量减少图片体积的小程序,可以递归执行。需要注意的是,要先选中递归复选框,然后再选择文件夹,否则不会递归。这也算是一个小b
paintbrush
- Source program that shows how to create a simple graphical editor similar to Paint the editor from Microsoft