-
本算法是一个C语言编写的基于小波零树的图像压缩算法。
本算法是一个C语言编写的基于小波零树的图像压缩算法。-the algorithm is a C language based on wavelet zerotree image compression algorithm.
- 2022-10-16 18:25:03下载
- 积分:1
-
demonstration of the procedures of how to close up the screen screen, can play a...
该程序演示了如何尽心屏幕截屏,可以起到真正的作用,给图片、文字处理带来方便。-demonstration of the procedures of how to close up the screen screen, can play a real role to the photographs, word processing convenience.
- 2022-07-22 09:34:06下载
- 积分:1
-
用turboc2闲时编的图形学用的显示直线的程序
用turboc2闲时编的图形学用的显示直线的程序-turboc2 the man with a series of graphics showing the straight procedures
- 2022-01-25 15:57:14下载
- 积分:1
-
绘图程序,VC中的图象编程基础
绘图程序,VC中的图象编程基础-mapping procedures, the VC program based Image
- 2022-02-03 00:04:43下载
- 积分:1
-
good code for image processing people and students
good code for image processing people and students
- 2022-06-26 01:25:27下载
- 积分:1
-
实时数据,新,有标注符实时数据,新,有标注符
实时数据,新,有标注符实时数据,新,有标注符-Real-time data, the new, there are marked at real-time data, the new, there are marked at
- 2022-04-17 03:40:28下载
- 积分:1
-
visal development of the original BASIC code on the machine provide internship c...
visal BASIC 开发的原代码提供上机实习的代码,-visal development of the original BASIC code on the machine provide internship code,
- 2023-05-28 20:40:03下载
- 积分:1
-
寻找图象中图钉的中心点,文件中包含两个原文件和一个图象文件....
寻找图象中图钉的中心点,文件中包含两个原文件和一个图象文件.-image pushpin find the focal point, the document contains two original documents and an image file.
- 2022-06-26 08:20:24下载
- 积分: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
-
简单的坐标系处理
简单的坐标系处理-simple coordinates processing
- 2022-08-23 08:05:56下载
- 积分:1