-
中点画圆算法
中点画圆算法-Drawcircle midpoint algorithm
- 2022-07-01 16:11:40下载
- 积分:1
-
载入并显示3dsmax文件的代码
载入并显示3dsmax文件的代码-printed document and display the code 3dsmax
- 2022-12-19 03:00:03下载
- 积分:1
-
图像轮廓检测算法
图像轮廓检测算法-image contour detection algorithm
- 2022-03-10 10:54:11下载
- 积分:1
-
Realize a kind of image translation operation, input image, x translation and y...
实现了一种图像的平移操作,输入为图像,x平移量和y平移量。-Realize a kind of image translation operation, input image, x translation and y translation volume.
- 2022-01-27 18:10:58下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
a good IMAGEREADY Guide!
一本很好的IMAGEREADY教程!-a good IMAGEREADY Guide!
- 2022-03-01 09:07:35下载
- 积分:1
-
本代码实现字模符号信息的提取,UCDOS字库信息处理
本代码实现字模符号信息的提取,UCDOS字库信息处理-the source implementation Fonts symbol extraction of information, information processing UCDOS Font
- 2022-02-13 04:17:46下载
- 积分:1
-
Visual C#图形图像编程(处理图片)
Visual C#图形图像编程(处理图片)-Visual C# graphics programming (for Photo)
- 2023-04-30 11:40:03下载
- 积分:1
-
shortest path searching
shortest path searching
- 2022-01-31 14:58:15下载
- 积分:1
-
图象几何变换算法源代码
图象几何变换算法源代码-Image geometric transform algorithm source code
- 2022-09-10 13:55:02下载
- 积分:1