-
格雷厄姆法求凸壳的C程序
格雷厄姆法求凸壳的C程序-Graham method for convex hull of the C program
- 2022-03-12 00:29:02下载
- 积分:1
-
good computer graphics operations for entry to the Shikuangdimen used.
不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
- 2023-07-27 01:35:08下载
- 积分:1
-
在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线...
在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
- 2022-05-15 21:16:40下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
图像立体匹配C++代码
图像立体匹配代码,包括图像读写,内存分配,匹配代价计算,匹配代价聚合,视差求取最后得到立体匹配的视差灰度图。
- 2022-05-08 20:09:03下载
- 积分:1
-
图像库 支持各种格式的图片的打开 编辑
图像库 支持各种格式的图片的打开 编辑-Image database to support a variety of formats to open image editor
- 2022-04-16 07:34:06下载
- 积分:1
-
计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果...
计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果-Three-dimensional data, vector calculation method and make adjustments, which includes the make their own experimental data and results
- 2022-01-27 18:20:17下载
- 积分:1
-
人脸检测与识别
主要介绍人脸的检测和识别原理及其编程实现方法;人脸检测及定位技术和人脸识别技术。人脸检测及定位技术就是判断图像中是否存在人脸。如果存在,则需要确定人脸的位置和大小等,并将人脸区域从图像背景中分离出来。
- 2022-08-18 17:22:05下载
- 积分:1
-
一个动画演示程序。已经通过编译测试,有兴趣的可以
一个动画演示程序。已经通过编译测试,有兴趣的可以-an animation demonstration program. Compiler test has been passed, interested can s
- 2022-03-18 13:26:56下载
- 积分:1
-
VTK的示例代码
VTK example code - 2-VTK example code- 2
- 2023-08-30 10:20:03下载
- 积分:1