-
这是一个Midline图形的程序代码
这是一个Midline图形的程序代码-Midline graphics code
- 2022-05-14 04:50:09下载
- 积分:1
-
drop YUV420 RGB24/32 format conversion to the format code
降YUV420格式转换为RGB24/32格式 的程序代码-drop YUV420 RGB24/32 format conversion to the format code
- 2022-05-14 20:48:56下载
- 积分:1
-
几个简单VTK入门程序样例,可以教你迅速入门
几个简单VTK入门程序样例,可以教你迅速入门-VTK few simple procedures for sample entry, you can teach you the rapid entry
- 2022-06-01 10:41:53下载
- 积分:1
-
这是一个数字汉字字符识别系统,它的特点在于它的多种识别对象,可以完成数字,汉字,字符等的识别。...
这是一个数字汉字字符识别系统,它的特点在于它的多种识别对象,可以完成数字,汉字,字符等的识别。-This is a number and Chinese character recognition system, its characteristic consist its manifold recognition object, and it could complete the recognition of number, Chinese character, character, and so on.
- 2022-05-28 20:16:41下载
- 积分:1
-
VGA display the full details of source, has been verified through
VGA 显示的详细完整源码,已验证通过-VGA display the full details of source, has been verified through
- 2022-03-13 20:58:56下载
- 积分:1
-
bmp图片向YUV转换 源代码 ,可以用
bmp图片向YUV转换 源代码 ,可以用-bmp image to YUV conversion
- 2022-02-24 09:28:36下载
- 积分:1
-
be rolling panel, c# but not directly, to their own programming
可滚动panel,c#可是没有直接提供的,要自己编程实现--很好用的-be rolling panel, c# but not directly, to their own programming-- with the good
- 2022-05-08 10:57:42下载
- 积分:1
-
一个控制系统中离散系统的模拟和结果演示,其中有Matlab运行结果图。...
一个控制系统中离散系统的模拟和结果演示,其中有Matlab运行结果图。-a discrete control system simulation system and the results of the demonstration, including Matlab running results map.
- 2022-11-29 06:10:03下载
- 积分:1
-
DXF图形文件的读取和存储,可以完全加载到CAD中去.
DXF图形文件的读取和存储,可以完全加载到CAD中去.-DXF graphics files to read and store, can be completely loaded into the CAD go.
- 2022-08-06 17:16: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