-
新建一个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
-
Visual c++ to prepare the host
Visual c++编写主机端虚拟频谱显示仪!-Visual c++ to prepare the host-side virtual spectrum displays!
- 2023-02-07 12:50:03下载
- 积分:1
-
VC原代码很好的程序,请大家参考
VC原代码很好的程序,请大家参考-VC source good procedures, please refer to
- 2022-01-30 14:10:42下载
- 积分:1
-
一个很有意思的不规则区域填充
一个很有意思的不规则区域填充-a very interesting regional anomalies filled
- 2022-11-29 11:35:04下载
- 积分:1
-
绘制图形的CGraph类,可以绘制各种图形如走势线、直方图、饼图...
绘制图形的CGraph类,可以绘制各种图形如走势线、直方图、饼图- The plan graph CGraph kind, may draw up each kind of graph like
trend line, the histogram, the cake chart
- 2022-06-21 14:04:57下载
- 积分:1
-
a good image
一个很好的图像处理程序-a good image-processing program
- 2023-07-08 02:00:03下载
- 积分:1
-
关于球的一个优化算法
关于球的一个优化算法-ball on the 1 Optimization Algorithm
- 2023-09-03 21:15:03下载
- 积分:1
-
这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。...
这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。-Here are several digital image processing examples including classical Fourier transform and its inverse, image enhancement (like median filtering, intensity enhancement) and chromosome countering, all are the realizations of classical algorithms.
- 2022-07-08 23:13:18下载
- 积分:1
-
Graphics Programming basic practical procedures, the TC environment. Practical P...
图形学基本实用编程程序,在TC环境下运行.实用编程-Graphics Programming basic practical procedures, the TC environment. Practical Programming
- 2022-05-07 09:05:41下载
- 积分:1
-
常用搜索算法,包括数码游戏、黑白棋、STAR算法
常用搜索算法,包括数码游戏、黑白棋、STAR算法-commonly used search algorithm, including digital games, reversi, STAR Algorithm
- 2022-03-11 18:56:33下载
- 积分:1