-
小波基的构造,每步均有说明,讲解很详细,值得学习
小波基的构造,每步均有说明,讲解很详细,值得学习-Wavelet construction, each step that has to explain in great detail, it is worth learning
- 2022-03-12 03:36:07下载
- 积分:1
-
Online descript figure recognizing system and it can be run.
联机手写数字识别,可以运行的-Online descript figure recognizing system and it can be run.
- 2023-04-29 12:20:02下载
- 积分:1
-
本例子是用visual c++实现的gdi应用,例子完整
本例子是用visual c++实现的gdi应用,例子完整-This example is the use of visual c++ Realize the gdi applications, examples of integrity
- 2022-03-11 07:49:56下载
- 积分:1
-
该PDF
tex to pdf
- 2022-07-27 21:27:20下载
- 积分:1
-
openve is a library for image and video in c,this programe is developed on VC, c...
opencv是c语言编写的图像和视频处理的函数库,这个程序利用vc平台,调用opencv的人脸识别函数-openve is a library for image and video in c,this programe is developed on VC, call face recognition function of opencv.
- 2022-05-07 14:26:32下载
- 积分:1
-
本文及其附带源码利用GID+ Bitmap实现了将一张图片分解为多张指定尺寸的图片,以及将多张图片合并为一张。...
本文及其附带源码利用GID+ Bitmap实现了将一张图片分解为多张指定尺寸的图片,以及将多张图片合并为一张。-This article and accompanying source code to use the GID+ Bitmap to achieve a picture will be divided into more than the specified size of image, as well as multiple pictures into one.
- 2022-03-17 15:52:42下载
- 积分:1
-
这是一个很重要的开源3d引擎,设计简单 容易上手,同时也有许多预处理的函数...
这是一个很重要的开源3d引擎,设计简单 容易上手,同时也有许多预处理的函数-This is a very important revenue 3d engine design is simple and easy to get started, and it is also a function of many pretreatment
- 2023-04-08 01:50:11下载
- 积分: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
-
用turboc2闲时编的图形学用的显示直线的程序
用turboc2闲时编的图形学用的显示直线的程序-turboc2 the man with a series of graphics showing the straight procedures
- 2022-01-25 15:57:14下载
- 积分:1
-
图象处理的原代码,包括测试图片,是一个不错的动东
图象处理的原代码,包括测试图片,是一个不错的动东-image processing of the original code, including testing photographs, is a good move East
- 2022-04-20 16:23:37下载
- 积分:1