-
directx8 entry code, including texture mapping triangle transform loading model
directx8 入门代码 包括绘制三角形 纹理 变换 载入模型等-directx8 entry code, including texture mapping triangle transform loading model
- 2023-05-15 02:25:03下载
- 积分:1
-
一个下雨的C源代码
一个下雨的C源代码-a rain of C source code
- 2022-03-21 20:08:30下载
- 积分:1
-
Digital Identification, VC++, Source code belongs to original author, it is best...
数字识别,VC++,源代码版权归原作者所有,最好只用于学习等非商业用途。-Digital Identification, VC++, Source code belongs to original author, it is best used only for learning and other non-commercial purposes.
- 2023-05-06 06:30:03下载
- 积分:1
-
在3D空间选择感兴趣的空间点,以便后期处理,如seed 点。
在3D空间选择感兴趣的空间点,以便后期处理,如seed 点。-Choice in the 3D space of the spatial point of interest in order to deal with the latter, such as seed points.
- 2023-09-05 00:25:03下载
- 积分:1
-
C++编的画线算法原码
C++编的画线算法原码-C series of the original line drawing algorithm code
- 2023-08-19 23:00:04下载
- 积分:1
-
AUTOCAD的二次开发。该软件有一个主要功能是利用计算机堆栈技术和迷宫算法在CAD中自动求出最短路径长度(其中还利用了CAD的扩展数据技术,自定义了单链表类和...
AUTOCAD的二次开发。该软件有一个主要功能是利用计算机堆栈技术和迷宫算法在CAD中自动求出最短路径长度(其中还利用了CAD的扩展数据技术,自定义了单链表类和自定义栈类,ADO数据库连接)-AUTOCAD secondary development. The software is a main function is to use computer technology stack and the maze of CAD algorithm automatically calculated the shortest path length (which also use the expansion of the CAD data, since the definition of a single linked list and category-defined stack category, ADO database connectivity)
- 2022-04-19 04:32:24下载
- 积分: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
-
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十一章 维纳滤波器...
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十一章 维纳滤波器-Peking University
- 2022-08-15 08:55:19下载
- 积分:1
-
基础DirectX技术实现,适合初学者参考
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2023-01-22 23:25:04下载
- 积分:1
-
Tsai标定算法的精度验证程序,用matlab编写,可以画出重建图像...
Tsai标定算法的精度验证程序,用matlab编写,可以画出重建图像-Tsai calibration algorithm for the accuracy of the verification process, the preparation of matlab, you can draw the reconstructed image
- 2022-07-27 06:56:25下载
- 积分:1