-
一个基于VC的最小二乘法直线拟合,很有用哦
一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
- 2023-01-20 12:10:03下载
- 积分:1
-
基于osg的相机控制,通过键盘输入控制相机
基于osg的相机控制,通过键盘输入控制相机-OSG-based camera control, camera control through the keyboard input
- 2022-03-23 11:12:45下载
- 积分: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 is a simple simulation of the solar system"s nine planets running small animation. Only fans to watch.
- 2022-05-08 17:10:47下载
- 积分:1
-
利用VC++ 6.0,实现朱利娅图的绘制功能
利用VC++ 6.0,实现朱利娅图的绘制功能-VC 6.0, achieving julija the drawing function
- 2022-07-03 17:12:50下载
- 积分:1
-
为圆插补的程序文档形式,直接解压后,把程序放在C++ builder上运行...
为圆插补的程序文档形式,直接解压后,把程序放在C++ builder上运行 -It is a program for arc interpolation in the form of documentation . Decompress the package directly and put the program on c++ builder to run.
- 2022-09-10 16:35:02下载
- 积分:1
-
这是用DirectX9写的一个多纹理的动画,呈现了一个真实的水的效果。
这是用DirectX9写的一个多纹理的动画,呈现了一个真实的水的效果。-It is written in a multi-texture DirectX9 animated, showing a real effect of the water.
- 2022-08-17 16:38:11下载
- 积分:1
-
Direc光源演示程序,演示如何建立Direct3D下光源效果
Direc光源演示程序,演示如何建立Direct3D下光源效果-Direc photosource demonstration program, how
demonstrate establishes under Direct3D the photosource effect
- 2022-07-09 21:15:20下载
- 积分:1
-
Fourier Transform image transformation, can support multiple formats of images,...
用傅立叶变换实现图像变换,可支持多种格式的图像,方法简单实用。-Fourier Transform image transformation, can support multiple formats of images, methods, simple and practical.
- 2022-01-24 13:47:41下载
- 积分:1
-
使用键盘控制游戏中任务的上下移动
创建win application应用程序,并实现在其中使用MFC的类向导功能,结微软的图像类GDI实现通过鼠标控制人物的上下移动操作,适合初学者学习使用
- 2022-02-02 04:20:30下载
- 积分:1