-
图像的平移变换,可以对图象进行平移的操作,图像处理上很有用。...
图像的平移变换,可以对图象进行平移的操作,图像处理上很有用。-image translation transform, the image can shift the operation, image processing, very useful.
- 2022-03-18 22:33:29下载
- 积分:1
-
自编的绘制电子线路图源码,模仿Protel 99SE风格
自编的绘制电子线路图源码,模仿Protel 99SE风格-Self-drawn electronic circuit diagram of the source, to imitate the style Protel 99SE
- 2022-11-07 16:30:04下载
- 积分:1
-
硬件加速的绘制排序算法HAVS。可用在大规模数据的可视化中。...
硬件加速的绘制排序算法HAVS。可用在大规模数据的可视化中。-Hardware-accelerated rendering sorting algorithm HAVS. Can be used in large-scale data visualization.
- 2023-04-23 07:45:03下载
- 积分:1
-
C Buider box for a list of the exchange of information, from a list box to anoth...
C++Buider的列表框的数据交换,从一个列表框到另外一个列表框-C Buider box for a list of the exchange of information, from a list box to another in a list box
- 2022-07-06 21:07:31下载
- 积分: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
-
VC++6.0 使用MFC实现画连续线的小程序
VC++6.0 使用MFC实现画连续线的小程序
- 2023-04-01 20:10:03下载
- 积分:1
-
人脸检测 ,算法研究,驱动程序,海康卡,海康代码SDK
人脸检测 ,算法研究,驱动程序,海康卡,海康代码SDK-Face detection, algorithms, drivers,海康卡, Haikang code SDK
- 2022-03-20 20:34:00下载
- 积分:1
-
用vc编写得图像灰度均衡得代码,希望对你有用
用vc编写得图像灰度均衡得代码,希望对你有用-Vc was used to prepare a balanced image code, I hope useful for you
- 2022-03-24 06:17:44下载
- 积分:1
-
图像的纹理分析应用实例,做图像处理的同志们可以参考一下哟
图像的纹理分析应用实例,做图像处理的同志们可以参考一下哟-image texture analysis application examples and do image processing comrades can make reference to yo
- 2022-07-17 20:28:06下载
- 积分:1
-
program for transform a pic from agi to bmp!user
从agi格式到bmp格式的变换程序!界面友好,操作方便,共享以供大家交流-program for transform a pic from agi to bmp!user- friendly interface ,easy operation,shared the program in order to intercourse
- 2022-04-17 23:56:14下载
- 积分:1