-
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。...
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。-It is mainly the function of the completion of painting a straight line, curve, round, oval, rectangular, polygonal support clipboard operations to support the revocation, repeat preservation into a bitmap file to open bitmap file.
- 2022-06-21 17:46:57下载
- 积分: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
-
图像恢复-维纳滤波一般算法
将噪声方差比图a降了5个数量级的被污染图像进行维纳滤波,具有各种典型的噪声类型可供选择,有较为详尽的注释,适合图像处理的初学钻研者
- 2022-04-08 15:39:35下载
- 积分:1
-
全站仪数据文件转换程序,能把全站仪传输到计算机中的数据转换成蔡司软件需要的数据形式,便于进行画图...
全站仪数据文件转换程序,能把全站仪传输到计算机中的数据转换成蔡司软件需要的数据形式,便于进行画图-total station data file conversion program, Total Station can transfer to your computer"s data conversion software needs Zeiss form of data, facilitate drawing
- 2022-10-03 21:05:03下载
- 积分:1
-
JPEG2000 transform space of the DWT, 5/3 non
jpeg2000中的空间变换中的DWT,5/3无损小波逆变换,这是在ADI blackfin535 DSP平台下的-JPEG2000 transform space of the DWT, 5/3 non-destructive inverse wavelet transform, which is in the ADI blackfin535 DSP platform
- 2022-07-13 01:40:30下载
- 积分: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
-
The use of wavelet transform features a simple OCR program, mainly cut into a fe...
利用小波变换的特点编写了一个简单的OCR程序,主要分为几个块使用垂直、水平、角度的能量计算
- 2022-05-07 07:10:45下载
- 积分:1
-
a simple screen saver
一个简单屏幕保护程序-a simple screen saver
- 2022-02-13 10:28:52下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be lossy compression can also be carried out
- 2022-03-05 01:27:29下载
- 积分:1
-
分享一个CAD VBA代码,将CAD视口分为四个视口
分享一个CAD VBA代码,将CAD视口分为四个视口-Share a CAD VBA code, CAD, as I will be divided into four, as I! !
- 2022-08-10 15:33:10下载
- 积分:1