-
表格控件GridCtrl
表格控件GridCtrl-forms controls GridCtrl
- 2022-07-18 18:13:50下载
- 积分:1
-
演示了OpenSceneGraph(OSG)中如何根据法线图片快速生成简单地形,以及任意物体阴影在此地形上的投射。
VS 2008+OSG 2.6测试通过...
演示了OpenSceneGraph(OSG)中如何根据法线图片快速生成简单地形,以及任意物体阴影在此地形上的投射。
VS 2008+OSG 2.6测试通过-Demonstrate the OpenSceneGraph (OSG) in accordance with normal picture of how quickly generate simple terrain, as well as the shadow of arbitrary objects in this topographical projection. VS 2008+ OSG 2.6 test
- 2022-06-16 18:31:27下载
- 积分: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
-
PCB Quality Detection using machine vision method ,design and implication
使用机器视觉的方法实现对印刷电路板制造缺陷的检测,包括相关问题的讨论-PCB Quality Detection using machine vision method ,design and implication
- 2023-08-21 11:45:05下载
- 积分:1
-
imitate the small windows drawing software
模仿windows画图的小软件-imitate the small windows drawing software
- 2022-06-22 05:07:18下载
- 积分:1
-
能实现8位BMP数字智能识别,包括灰度化,二值化等图像处理以及图像数字识别的源代码...
能实现8位BMP数字智能识别,包括灰度化,二值化等图像处理以及图像数字识别的源代码-To achieve 8 BMP digital intelligent recognition, including gray-scale and binary image processing, etc., as well as digital image to identify the source code
- 2022-01-27 19:39:09下载
- 积分:1
-
一个颜色拾取器的源程序
一个颜色拾取器的源程序-pick up a color of the source
- 2022-02-02 22:59:33下载
- 积分:1
-
用C语言编写的演示逐点比较法的源代码!
用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
- 2022-09-03 20:20:02下载
- 积分:1
-
一个视频分析算法的源码,对需要了解镜头检测、人脸检测的朋友有用...
一个视频分析算法的源码,对需要了解镜头检测、人脸检测的朋友有用-A video analysis algorithm source code, and need to be aware of the camera detection, Face Detection useful friends
- 2022-03-26 17:30:10下载
- 积分:1
-
卷积运算原理 滤波
二维卷积运算原理,编程实现卷积滤波,学习其原理,计算过程
- 2022-03-25 09:27:59下载
- 积分:1