-
三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,很有用的哦。在VC++6.0下编译通过。...
三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,很有用的哦。在VC++6.0下编译通过。-point perspective projection transform and double three times Bezier surface rendering algorithm, Oh, very useful. In VC 6.0 compiler passed.
- 2022-01-25 20:58:31下载
- 积分:1
-
crawls remote ip cam images, and then it shows that can be directly set up ip ad...
抓取远程ip摄像头图像,然后显示可以直接设置ip地址的位置
- 2022-08-18 17:37:18下载
- 积分:1
-
卡通渲染,用directx制作的卡通渲染源代码
卡通渲染,用directx制作的卡通渲染源代码-cartoon rendering, using DirectX produced a cartoon rendering source code
- 2022-01-28 18:39:41下载
- 积分:1
-
This is a big screen on the electronic screen led to the specific design options...
这是一个关于大屏幕led电子显示屏的具体设计方案!-This is a big screen on the electronic screen led to the specific design options!
- 2022-01-26 07:40:32下载
- 积分:1
-
完整的数字字符识别系统,VC开发,本人原创,识别率可以达到80%
完整的数字字符识别系统,VC开发,本人原创,识别率可以达到80%-complete digital character recognition system, VC, I originality, the recognition rate can reach 80%
- 2022-01-26 04:58:38下载
- 积分:1
-
这是指纹处理程序,有的程序可在可在命令行中能显示中心点,并经过了一些改进,是效果更好了...
这是指纹处理程序,有的程序可在可在命令行中能显示中心点,并经过了一些改进,是效果更好了-This is the fingerprint processing procedures, some procedures may be in the command line to show the focal point, and after a number of improvements, is the effect of better
- 2022-07-12 08:05:22下载
- 积分:1
-
the frame for the glsl,is used to 3D
shader编程实用框架,用于3D编程,对于常用shader 编程人员很实用,不用进行繁琐的搭建shader 框架-the frame for the glsl,is used to 3D
- 2022-07-19 01:31:32下载
- 积分:1
-
该程序利用线匹配算法实现了两幅或四幅图象的上下,左右的拼接,提高了拼界效率....
该程序利用线匹配算法实现了两幅或四幅图象的上下,左右的拼接,提高了拼界效率.-procedures for the use of the matching algorithm to achieve a two or four on the top and bottom, around the mosaic, improve the efficiency of fight circles.
- 2023-02-23 18: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
-
哈夫曼编码(C语言)
哈夫曼编码(C语言)-Huffman coding (C language)
- 2022-08-23 08:31:38下载
- 积分:1