-
ReconocedorBarcodeenMatlab
ReconocedorBarcodeenMatlab
- 2022-07-12 12:45: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
-
计算机图形学初级学者(改进的Bresenham直线段扫描算法)
计算机图形学初级学者(改进的Bresenham直线段扫描算法)-computer graphics beginner(textbook method), improved bresenham line-scaning drawing algrithm.
- 2023-05-25 21:20:03下载
- 积分:1
-
xmipp是一套专门的图像处理程序,主要是为了得到…
XMIPP is a specialized suite of image processing programs primarily aimed at obtaining the
three-dimensional reconstruction of biological specimens from large sets of projection images
obtained by transmission electron microscopy.
//专门处理图像程序主要针对获得生物学样本的三维重建-XMIPP is a specialized suite of image Proce Oxford programs primarily aimed at obtaining th e three-dimensional reconstruction of biolog da specimens from large sets of projection im ages obtained by transmission electron micros copy.// specialized image processing procedures aimed at obtaining biological samples of three-dimensional reconstruction
- 2022-05-23 13:32:44下载
- 积分:1
-
TinyCad在VC6上重新编译调试成功的一个PCB CAD源码
TinyCad在VC6上重新编译调试成功的一个PCB CAD源码-TinyCad re-compile in VC6 debugger success PCB CAD source
- 2022-02-03 15:37:02下载
- 积分:1
-
VC++ Graphics Programming Tutorial and Examples
VC++绘图程序设计技巧与实例教程 -VC++ Graphics Programming Tutorial and Examples
- 2022-03-07 19:15:27下载
- 积分:1
-
一个示波器的框架
一个示波器的框架-the framework of an oscilloscope
- 2022-03-04 02:05:43下载
- 积分:1
-
小波变换在图像去噪方面应用
阈值去噪的基本思想:含有一定噪声的图像经过小波变换后,图像的主要信息都将集中在小波域的低频子带,
而(白)噪声是均匀地分布在所有的小波系数上的。当对小波域的高频子带的系数进行取舍时,应该主要去除
含有噪声的那些系数。对于高频子带,由于噪声统计上是均匀分布在小波系数中,因此可知少数绝对值较大的
重要的小波系数必然含有图像的重要奇异特性,保留重要系数舍去或减小绝对值小的不重要的系数,既可以减
小图像的噪声,又不会导致图像的边缘模糊。
- 2022-04-27 17:01:00下载
- 积分:1
-
一个分割视的程序,值得学习
一个分割视的程序,值得学习-A partition, as the procedure, it is worth learning
- 2022-10-24 14:35:03下载
- 积分:1
-
一个把系统颜色转换成实际颜色的c++代码
一个把系统颜色转换成实际颜色的c++代码-a color conversion into actual color code c
- 2022-04-01 20:03:14下载
- 积分:1