-
一个C编写的多边昆虫
一个C编写的多边昆虫- A C compilation multilateral insect
- 2022-01-26 05:01:43下载
- 积分:1
-
非常实用的配色表,方便j2me程序员调色。节省开发时间
非常实用的配色表,方便j2me程序员调色。节省开发时间-A very useful color table to facilitate j2me programmers color. Save development time
- 2022-08-18 07:38:25下载
- 积分:1
-
一个十分有趣的弹跳球体
一个十分有趣的弹跳球体-a very interesting bouncing ball
- 2022-07-12 09:02:22下载
- 积分:1
-
人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高...
人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高-Face recognition process, to support the camera, the need to pre-input image recognition, joined the hair, face 360-degree model and other advanced settings, a high recognition rate
- 2022-03-26 09:05:53下载
- 积分:1
-
04 VC images of the geometric transform source code, rotation, scaling, zooming,...
04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
- 2022-02-05 00:54:52下载
- 积分:1
-
读写jpeg的源码,vc的,还可以
读写jpeg的源码,vc的,还可以-the source code to read and write jpeg, vc, can also
- 2022-01-25 20:51:15下载
- 积分:1
-
VC在线签名验证的原始码,包括AR算法和DTW算法…
vc在线签名鉴定原码,包含AR算法和DTW算法及应用实例.-vc online signature verification original yards, including AR algorithm and DTW and application examples.
- 2022-05-24 13:37:38下载
- 积分:1
-
很小的画笔程序,仿XP
很小的画笔程序,仿XP-small brush procedures, fake XP
- 2022-05-21 04:30: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
-
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化- This is a png document edition code procedure. May mutually
transforms between bmp and png
- 2022-03-30 06:30:24下载
- 积分:1