-
绘制圆弧程序,VB源代码。
绘制圆弧程序,VB源代码。-circular mapping procedures, VB source code.
- 2022-02-13 01:27:26下载
- 积分:1
-
此程序产生的时域数据输入的频域显示…
This program produces a Frequency Domain display from the Time Domain data input using the Fast Fourier Transform.
-This program produces a Frequency Domain display from the Time Domain data input using the Fast Fourier Transform.
- 2023-01-29 13:20:04下载
- 积分:1
-
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目
你是否对豪杰的界面感到亲切友好呢,这是将揭开它的真面目-Do you feel on the hero a cordial and friendly interface, this is to open its true colors
- 2023-04-26 03:40:03下载
- 积分:1
-
计算机图形学的直线裁剪程序
计算机图形学的直线裁剪程序-computer graphics line cutting procedures
- 2023-02-09 08:30:03下载
- 积分: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
-
求解任意两个多边形的并集,交集,差集,要求是简单多边形,可以是凸多边形和凹多边形...
求解任意两个多边形的并集,交集,差集,要求是简单多边形,可以是凸多边形和凹多边形-solving arbitrary polygon and two sets, intersection, difference, the request is a simple polygon, it is concave and convex polygon Polygon
- 2022-02-25 06:57:02下载
- 积分:1
-
计算机图形学正方体纹理映射(VC实现)
自己根据计算机图形学算法实现的立方体纹理映射,使用MFC平台和Windows API函数进行GDI绘制,使用有效边表填充算法和内插进行表面填充,并且使用面向对象实现,可重用性强。
- 2022-06-02 13:11:00下载
- 积分:1
-
用于图像处理的一些代码
用于图像处理的一些代码-for some image processing code
- 2023-03-02 05:30:04下载
- 积分:1
-
均值滤波器对噪声的过程,取得了显著的效果,已通过…
均值滤波去噪声程序,效果显著,已经通过调试-Mean filter to the noise process, achieved significant results, have been through the debugging
- 2022-05-19 12:11:25下载
- 积分:1
-
D3D11的Kinect点云可视化程序
一个简单的可视化程序,通过类接口输入深度图和色彩图像即可在窗口中显示在3D空间中有颜色的点云图形
- 2022-10-15 18:15:03下载
- 积分:1