-
vc++内容全面,可以画平面图形,线,圆,三角形,多边形.内容在思远软件学院时,编写,里面有部分VC++代码为工作快10年老师编写程序,内容经典,简练!...
vc++内容全面,可以画平面图形,线,圆,三角形,多边形.内容在思远软件学院时,编写,里面有部分VC++代码为工作快10年老师编写程序,内容经典,简练!-vc comprehensive content, graphic painting, line, circle, triangle, polygon. software content in Siyuan Institute, the preparation, there are some VC code to work faster in 10 teacher preparation procedures, classic content, concise!
- 2022-02-24 09:27:44下载
- 积分: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
-
256调色板
256调色板-256 color palette
- 2022-07-15 02:26:27下载
- 积分:1
-
图像抖动,有多种算法可以选择
图像抖动,有多种算法可以选择-image jitter, a variety of algorithms can choose
- 2022-05-15 00:53:47下载
- 积分:1
-
right Window painting by the multilateral OK to add a small ray halo procedure,...
对窗体中所画的多边行添加晕线的小程序,在测量中可以用来制作特殊符号。-right Window painting by the multilateral OK to add a small ray halo procedure, the measurement can be used for the production of special symbols.
- 2022-01-26 02:37:09下载
- 积分:1
-
本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。...
本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。-the implementation of the code of human gesture recognition in real-time. Analysis can deal with the gestures. C is visual development.
- 2022-01-21 00:24:36下载
- 积分:1
-
数字图像处理中的数字图像处理技术与经验点
VC++在数字图像处理中的几点技巧与经验-VC in the digital image processing techniques and the experience points
- 2022-04-12 12:15:36下载
- 积分:1
-
利用vc单文档绘制Bezier曲线,单文档学习有效…
利用vc单文档绘制的贝塞尔曲线,是学习单文档gdi绘图的有效参考,同时对贝塞尔曲线的形成原理做了介绍-Vc use a single document drawn Bezier curves, a single document to learn effective gdi drawing reference, at the same time the formation of the principle of Bezier curves introduced
- 2022-05-18 04:14:59下载
- 积分:1
-
计算机图形学中DDA画直线的算法,使用BCB6开发
计算机图形学中DDA画直线的算法,使用BCB6开发-Computer Graphics DDA painting linear algorithm, developed BCB6
- 2022-03-14 13:50:31下载
- 积分:1
-
labview的高斯函数矩阵
应用背景 恩。关键技术主要用数组加数学函数编写了高斯函数矩阵,效果图可用3d显示界面看,中可控变量为方便调用,暂时编写为常量,使用者可以适当根据自己的使用范围做调整。
- 2022-02-02 17:55:34下载
- 积分:1