-
此程序是基于vc的一个数字识别的代码
此程序是基于vc的一个数字识别的代码-This procedure is based on a number vc identification code
- 2022-02-01 10:48:56下载
- 积分:1
-
Sun and earth lighting effects
演示太阳如何在地球和太阳之间的距离内旋转,并提供照明效果要显示地球和太阳之间的差异,可以使用鼠标单击查看旋转
- 2023-04-15 20:55:02下载
- 积分:1
-
使用GDI+ 实现文字旋转的例子
使用GDI+ 实现文字旋转的例子-use GDI+ text rotation example
- 2022-12-02 15:15:03下载
- 积分:1
-
基于 H26L 的 PFGS 编码
基于 H26L 的 PFGS 编码-PFGS coding based on the H26L
- 2022-01-31 15:23:20下载
- 积分:1
-
将BMP文件数据转换为TXT文件
将BMP文件数据转换为TXT文件-BMP file data will be converted to TXT documents
- 2022-12-30 01:10:03下载
- 积分:1
-
" VC++ implementation of digital image recognition process cases," one...
《VC++实现数字图像识别程序案例》一书源代码。有电子书但是没有光盘的人可以下载-" VC++ implementation of digital image recognition process cases," one source book. However, there is no CD-ROM e-book can download
- 2022-06-26 01:54:26下载
- 积分:1
-
生成高山、树叶、云的分形图形程序
生成高山、树叶、云的分形图形程序-Generate mountains, leaves, clouds fractal graphics program
- 2022-06-01 18:45:32下载
- 积分: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
-
this code is uploaded on Scan_segmentation Brain MRI of the code, we hope that t...
这次上传的代码是关于MRI Brain Scan_segmentation用的代码,希望能对大家有用-this code is uploaded on Scan_segmentation Brain MRI of the code, we hope that the useful
- 2022-07-08 06:35:59下载
- 积分:1
-
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数...
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数
// 圆心坐标(ddCenter)
// 圆心半径(dRad)
//成功:返回值>0
//失败:返回值
- 2022-03-21 03:10:38下载
- 积分:1