-
播放cif文件的核心代码,C++Builder6下完成。
播放cif文件的核心代码,C++Builder6下完成。- Broadcasts the cif document the core code, under C Builder6
completes.
- 2022-06-15 19:59:45下载
- 积分:1
-
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数...
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数
// 圆心坐标(ddCenter)
// 圆心半径(dRad)
//成功:返回值>0
//失败:返回值
- 2022-03-21 03:10:38下载
- 积分:1
-
bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,...
bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,-c++ lib deal with all the bmp format image .it can reverse color,draw point line on bmp images and detect corners .it can also create array contains the brightness of every pixels
- 2023-05-23 03:55:03下载
- 积分: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
-
全屏找色函数
全屏找色函数 此函数在编译器VS2010上通过
- 2022-02-07 04:17:09下载
- 积分:1
-
一个老外写得曲面的短小精悍的源代码,一个老外写得曲面的短小精悍的源代码...
一个老外写得曲面的短小精悍的源代码,一个老外写得曲面的短小精悍的源代码-Written in a foreign surface dapper source code, written in a foreign surface dapper source code
- 2022-12-29 02:15:03下载
- 积分:1
-
运用MFC框架,做的一个模拟CAD系统。基本功能完备,是练习MFC框架的好例子。
运用MFC框架,做的一个模拟CAD系统。基本功能完备,是练习MFC框架的好例子。-MFC application framework, to do a simulation CAD system. Complete basic functions, is to practice a good example of MFC framework.
- 2022-08-21 22:44:26下载
- 积分:1
-
计算机图形学中的种子填充算法的实现。用vc++实现的
计算机图形学中的种子填充算法的实现。用vc++实现的-Computer Graphics in the seed filling algorithm. Achieved with the vc++
- 2022-04-21 17:12:07下载
- 积分:1
-
利用画布实现一个简单的树机构的图形表示。系统支持节点选择、移动、保存树、打开树等...
利用画布实现一个简单的树机构的图形表示。系统支持节点选择、移动、保存树、打开树等-use canvas to achieve a simple graphical tree agency said. System Support Node choice, Mobile, tree preservation, open trees
- 2022-09-07 11:10:03下载
- 积分:1
-
这是一个线图的中点画程序,我们可以选择颜色的李…
这是一个中点法画线程序,可以选择直线的颜色,线形,粗细,均由本人自己编写,没有用到直线类.-This is the midpoint of a line drawing procedure law, we can choose the color line, the line, thickness, by my own preparation, did not use the linear type.
- 2022-05-16 04:59:09下载
- 积分:1