-
三角函数曲线 图形的叠加 双y轴图形的绘制
图形标注
三角函数曲线 图形的叠加 双y轴图形的绘制
图形标注 -Trigonometric function curve of the superimposed graphics double y-axis label graphics rendering graphics
- 2022-03-13 06:56:53下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be lossy compression can also be carried out
- 2023-06-25 04:45:02下载
- 积分:1
-
土地道由P. Geary
Land Runner by P.Geary - fake 3D dot landscape, 386+ (asm)-Land Runner by P.Geary- fake 3D dot landscape, 386+ (asm)
- 2022-03-17 14:33:03下载
- 积分:1
-
晕线填充,线段交点计算,矩形,圆,椭圆,像素点的绘制,利用屏幕底色填充当前图元一达到删除图形的目的...
晕线填充,线段交点计算,矩形,圆,椭圆,像素点的绘制,利用屏幕底色填充当前图元一达到删除图形的目的-dfasdfasdfdsfsadfsafsafasdfsadf
- 2022-10-19 01:05:03下载
- 积分:1
-
人脸检测面对自动的检测没有任何样品
face detector f acing to detect automatic without any sample-face detector for facing to detect automatic without any sample
- 2022-05-15 11:35:41下载
- 积分:1
-
彩色、黑白图像互变,RGB分离,HSI分离…
彩色,黑白图像互相变化,RGB分离,HSI分离-Color, black and white images with each other changes, RGB Separation, HSI separation
- 2023-04-21 01:50:03下载
- 积分:1
-
图象反色变换,可以对图象进行反色的提取和处理,图像处理上很有用。...
图象反色变换,可以对图象进行反色的提取和处理,图像处理上很有用。-anti-Color Image Transform, the anti-color image extraction and processing, image processing, very useful.
- 2022-01-25 14:31:40下载
- 积分:1
-
包括数字图像处理的常用的治疗方法:点变换…
包括数字图像处理的常用的处理变换:点变换、几何变换、正交变换、图像增强、边缘与轮廓、图像分析、图像复原、图像编码等等。采用VC++编写。-including digital image processing used in the treatment Transform : point conversion, geometric transformation, orthogonal transformation, image enhancement, edge and silhouette, image analysis, image restoration, image coding and so on. Using VC prepared.
- 2022-06-11 18:39:13下载
- 积分:1
-
draw souce code Opengl
draw souce code Opengl
- 2022-05-05 23:31:11下载
- 积分: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