-
图像加水印,支持png透明处理
/*
* 功能:PHP图片水印 (水印支持图片或文字)
* 参数:
*$groundImage 背景图片,即需要加水印的图片,暂只支持GIF,JPG,PNG格式;
*$waterPos水印位置,有10种状态,0为随机位置;
*1为顶端居左,2为顶端居中,3为顶端居右;
*4为中部居左,5为中部居中,6为中部居右;
*7为底端居左,8为底端居中,9为底端居右;
- 2022-04-15 02:49:16下载
- 积分:1
-
这个程序用于在图片中增加各种噪声,如高斯椒盐噪声, 加性或乘性等多种混合噪声,用于其它程序的测试。...
这个程序用于在图片中增加各种噪声,如高斯椒盐噪声, 加性或乘性等多种混合噪声,用于其它程序的测试。-This procedure is used to increase the variety of picture noise, such as salt and pepper Gaussian noise, additive or multiplicative noise, such as a mixture for testing other programs.
- 2022-07-28 13:21:35下载
- 积分: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
-
fractal curve
分形hilbert曲线-fractal curve
- 2022-12-08 13:10:08下载
- 积分:1
-
cosine 1.30 sine curve mapping, spent ListCtrl, Slider, etc. Controls for beginn...
正弦余弦三角曲线的绘制,用了ListCtrl,Slider等控件,供初学者学习参考.-cosine 1.30 sine curve mapping, spent ListCtrl, Slider, etc. Controls for beginners learning reference.
- 2022-02-24 22:09:03下载
- 积分:1
-
cvMatchShapes方法进行轮廓匹配
资源描述利用OpenCV自带的cvMatchShapes方法进行轮廓匹配。可手动设置输入的两幅图像。程序中有对程序的注释和关键逻辑步骤的解释,该程序为轮廓匹配方法提供一定的思路,需要VC6.0+OpenCV_1.0
- 2023-05-14 01:35:04下载
- 积分:1
-
Sandy是一个Flash 3D引擎,可以用于ActionScript2.0,ActionScript3.0和haXe中。...
Sandy是一个Flash 3D引擎,可以用于ActionScript2.0,ActionScript3.0和haXe中。-Sandy is a Flash 3D engine, available in 3 versions: AS2, AS3 and haXe。
- 2022-08-11 06:58:03下载
- 积分:1
-
gui绘制曲线,坐标系变换,运行在linux系统下,使用qt软件开发...
gui绘制曲线,坐标系变换,运行在linux系统下,使用qt软件开发-gui drawing curves, coordinate transformations, running on linux system, the use of software development qt
- 2022-03-06 15:50:44下载
- 积分:1
-
一个简单的matlab GUI程序,适合初学者使用
一个简单的matlab GUI程序,适合初学者使用
- 2022-01-26 07:52:14下载
- 积分:1
-
程序名称:对象水平对齐程序 执行命令:at 程序功能:将选定的对象左对齐、右对齐或对中。...
程序名称:对象水平对齐程序 执行命令:at 程序功能:将选定的对象左对齐、右对齐或对中。-Procedure name: the object level of alignment procedures for the implementation of the command: at program features: the selected object left-justified, right-aligned or on.
- 2022-07-04 02:40:21下载
- 积分:1