-
<数字图象处理>光盘VC源代码
光盘VC源代码-lt; Digital image processing gt; CD VC source code
- 2022-07-20 07:12:38下载
- 积分:1
-
电子白板c++实现
电子白板包括直矩形,圆等多种图像,多人绘画,功能强大。希望开发过程中能帮助到大家。
- 2022-06-29 11:42:33下载
- 积分:1
-
Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a st...
2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
- 2022-12-12 07:30:03下载
- 积分:1
-
由两点坐标画任意直线的C语言图形学程序。输入2点坐标即可得到所求直线。...
由两点坐标画任意直线的C语言图形学程序。输入2点坐标即可得到所求直线。-painting arbitrary linear coordinates the C language graphics procedures. 2:00 coordinates input can be obtained by seeking straight.
- 2022-04-30 21:36:07下载
- 积分:1
-
a simple procedure MFC
一个简单的MFC程序-a simple procedure MFC
- 2022-12-20 03:35: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
-
在picture内画线,然后选中画的线
在picture内画线,然后选中画的线-the picture painted line, and then selected the painting line
- 2022-03-22 04:22:40下载
- 积分:1
-
hge游戏引擎DX9版本
这是hge的Dx9.0版本的引擎,官方的hge游戏引擎只更新到了hge1.8.1所用的dx也是知道dx8.0其实中很多函数在dx9.之后都有了很大的变化,本次更新的hge版本就是通过把原先的dx8.0的版本中的dx8.0的函数替换为dx9。0的版本!
- 2022-03-02 01:43:10下载
- 积分:1
-
Image access, display, set up the canvas. Pixel and palette data access.
图像的存取,显示,画布的建立。像素与调色板数据的存取。-Image access, display, set up the canvas. Pixel and palette data access.
- 2023-08-26 15:30:03下载
- 积分:1
-
摄影测量常用计算的代码库
摄影测量数据处理,包括:空间后方交会;前方交会;空中三角测量,相对定向,探讨了数字航空摄影测量的最新进展与应用领域,研究了生成正射影像图的关键步骤及其过程中使用的核心技术,通过讨论航空摄影测量的技术难点与研究热点,探索其发展方向与应用前景。相信对从事相关工作的同行能有所裨益。
- 2022-05-26 02:05:43下载
- 积分:1