-
用分形技术画树,很好的学习资料
用分形技术画树,很好的学习资料-fractal tree painting techniques, good learning materials
- 2023-05-16 00:45:02下载
- 积分:1
-
用C做的TC界面程序
用C做的TC界面程序-do with the C interface procedures TC
- 2023-09-06 05:55:03下载
- 积分:1
-
用MATLAB实现如何用判别分析法确定最佳阈值
用MATLAB实现如何用判别分析法确定最佳阈值-MATLAB how discriminant analysis method to determine the optimal threshold value
- 2023-02-03 11:35:04下载
- 积分:1
-
这是一个非常有名的原代码,包括多种图像处理、图像识别、特征计算,是做图像处理与分析工作人员的很好的助手...
这是一个非常有名的原代码,包括多种图像处理、图像识别、特征计算,是做图像处理与分析工作人员的很好的助手-This is a very well-known source code, including a variety of image processing, image recognition, feature calculation, is to do image processing and analysis of staff, a good assistant
- 2022-04-29 08:07:44下载
- 积分:1
-
地形平面(灰度)图转立体图示例
地形平面(灰度)图转立体图示例-terrain Plane (Gray), a three-dimensional map to map Example
- 2022-12-21 20:15: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
-
源代码序列是一个特殊的三
序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值-source code sequence is a special three-dimensional images open, preservation, compression, rendering the source of great value
- 2022-01-25 15:26:22下载
- 积分:1
-
C write 3D images Image
用C++写的图像3D图像-C write 3D images Image
- 2022-12-04 15:05:03下载
- 积分:1
-
产生水纹、火焰及熔岩效果示例,本程序可以在图像上生成特效效果,值的一下。...
产生水纹、火焰及熔岩效果示例,本程序可以在图像上生成特效效果,值的一下。-Generated水纹, flame and lava sample effect, the program can generate effects in the image effect, the value of the click.
- 2022-09-23 17:10:03下载
- 积分:1
-
在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。...
在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。-In the Visual C++ environment to read and write bmp files. The program can be used for image processing, and bmp format for reading and writing and processing.
- 2022-03-10 19:02:23下载
- 积分:1