-
基于 H26L 的 PFGS 编码
基于 H26L 的 PFGS 编码-PFGS coding based on the H26L
- 2022-01-31 15:23:20下载
- 积分:1
-
svga图形编程库,适用DOS,borlandc 3.1 turbo c, MS
svga图形编程库,适用DOS,borlandc 3.1 turbo c, MS-C.可实现 256色以上编程-svga graphics programming library, application DOS, borlandc 3.1 turbo c, MS-C. Color can achieve more than 256 programming
- 2022-02-27 06:09:00下载
- 积分:1
-
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。...
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。-how to use Linux in OpenCV articles and annex some basic source.
- 2022-03-07 01:21:50下载
- 积分:1
-
Computer graphics technology supporting the use of CD
计算机图形学使用技术的配套光盘内容清华大学出版社写的很好-Computer graphics technology supporting the use of CD-ROM, Tsinghua University Press to write the contents of the good
- 2022-10-27 01:15:03下载
- 积分:1
-
Guide pdf format
Protel 2004 教程 pdf格式-Guide pdf format
- 2023-05-09 09:40:03下载
- 积分:1
-
Another source of two
另外一个二维流体模拟的源码。好像使用了nvidia最新的显卡编程语言CUDA实现。-Another source of two-dimensional fluid simulation. Like using the latest nvidia graphics programming language CUDA realize.
- 2022-08-22 06:03:06下载
- 积分:1
-
一个很好的数字识别系统源代码, Visual C
一个很好的数字识别系统源代码, Visual C-A good digital identification system source code, Visual C
- 2023-05-30 08:00: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
-
用于连续图像拼接,模板匹配算法
用于对两幅连续图像进行拼接,模板匹配算法-used for two consecutive image stitching, template matching algorithm
- 2022-03-25 09:35:10下载
- 积分:1
-
径向基神经网络的字符和数字识别程序,在训练的基础上进行识别...
径向基神经网络的字符和数字识别程序,在训练的基础上进行识别-RBF neural network and digital character recognition program, the training conducted on the basis of identification
- 2023-04-10 07:55:04下载
- 积分:1