-
"visual c digital image coding" complementary procedures
《visual c++ 数字图像编码》配套程序-"visual c digital image coding" complementary procedures
- 2022-06-29 10:04:18下载
- 积分:1
-
一个使用起来十分方便的类,VisObject。对于存取,处理位图很灵活。...
一个使用起来十分方便的类,VisObject。对于存取,处理位图很灵活。-to use a very convenient categories, VisObject. For access, processing bitmap very flexible.
- 2023-01-14 12:45:03下载
- 积分:1
-
VTK与ITK结合读取BMP图片并显示(CMake过的)无需用CMake编译,适合有一定VTK_ITK经验的。...
VTK与ITK结合读取BMP图片并显示(CMake过的)无需用CMake编译,适合有一定VTK_ITK经验的。-Itk combination with VTK read and display BMP picture (CMake-off) without using CMake compiler, suitable for a certain VTK_ITK experience.
- 2022-03-19 03:21:30下载
- 积分:1
-
计算机图形学初级学者(改进的Bresenham直线段扫描算法)
计算机图形学初级学者(改进的Bresenham直线段扫描算法)-computer graphics beginner(textbook method), improved bresenham line-scaning drawing algrithm.
- 2023-05-25 21:20:03下载
- 积分:1
-
二维码编码平台,是为所有二维码用户提供二维码编码和译码平台,提供技术支持与开发援助。二维码种类包括:PDF417,Qr_Code,DataMatrix和MaxC...
二维码编码平台,是为所有二维码用户提供二维码编码和译码平台,提供技术支持与开发援助。二维码种类包括:PDF417,Qr_Code,DataMatrix和MaxCode,Aztec等-platform for all 2D code users with two-dimensional coding and decoding platform provide technical support and development assistance. 2D code types include : PDF417, Qr_Code. DataMatrix and MaxCode, Aztec, etc.
- 2022-06-16 08:53:08下载
- 积分: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
-
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、contro...
本次实验完成的小球游戏机,由6 个模块组成,分别是top 模块、vgasig模块、ball模块、mount模块(障碍物)、board模块(可动板)、control模块。1. top 模块 -The experiments completed in the ball game, from six modules, namely, top module, vgasig module, ball module, mount module (obstructions), board module (movable panels), control module. 1. Top module
- 2022-02-25 01:58:21下载
- 积分:1
-
梯度锐化,在readme.txt里有详细的使用说明
梯度锐化,在readme.txt里有详细的使用说明-tguj
- 2023-02-15 14:20:04下载
- 积分:1
-
Adaptive image watermarking algorithm has a certain reference value, according t...
自适应水印图象嵌入算法,有一定的参考价值,根据不同子块,嵌入强度不一样,水印不可见性较好-Adaptive image watermarking algorithm has a certain reference value, according to different sub-block, embedded in intensity are not the same, the watermark visibility is not good
- 2022-08-17 08:38:27下载
- 积分:1
-
图像边缘检测,提取,轮廓跟踪算法代码
图象的边沿检测,提取,轮廓跟踪算法代码-image edge detection, extraction, contour tracking algorithm code
- 2023-03-29 15:45:03下载
- 积分:1