-
Code39 code128条码
barcode code39 code128
- 2022-04-18 02:25:21下载
- 积分:1
-
实现了对灰度图像的输出直方图,进行均衡化以及点运算功能...
实现了对灰度图像的输出直方图,进行均衡化以及点运算功能-Implementation of the output gray-scale image histogram, as well as a balanced point of computing functions
- 2022-07-18 11:14:55下载
- 积分:1
-
delphi 最优秀的3D 控件GLScene
delphi 最优秀的3D 控件GLScene-delphi best 3D control GLScene
- 2023-01-17 16:00:03下载
- 积分:1
-
自编的,MFC,Bresenham算法生成直线
自编的,MFC,Bresenham算法生成直线-The self, MFC, Bresenham algorithm to generate a straight line
- 2022-06-29 13:00:12下载
- 积分:1
-
do with java, drawing the software will have the following functions :
用java做的,画图方面的软件,有以下的功能:可拖拉式创建组件(目前包括按钮文本框图片组件)等。-do with java, drawing the software will have the following functions :-tractor can create components (including the current button textboxes Photo components).
- 2022-03-28 22:53:33下载
- 积分:1
-
多边形的裁剪
多边形剪裁-Polygon cut
- 2022-07-09 15:56:58下载
- 积分:1
-
计算机图形学部分算法演示系统:包括直线,圆的生成算法,Bezier曲线,直线裁剪算法...
计算机图形学部分算法演示系统:包括直线,圆的生成算法,Bezier曲线,直线裁剪算法-some algorithm in computer graphics presentation systems include : straight, round the generation algorithm, Bezier curves, straight cutting algorithm
- 2023-01-23 10:20:04下载
- 积分:1
-
利用VC提供的GUI接口进行的简单编程,
利用VC提供的GUI接口进行的简单编程,-VC GUI interface provides a simple programming,
- 2023-06-25 05:55:03下载
- 积分:1
-
将测量点自动展绘到CAD环境中,包括平面位置坐标和高程属性等....
将测量点自动展绘到CAD环境中,包括平面位置坐标和高程属性等.-Selective measurement points will be automatically drawn to the CAD environment, including the plane location attributes such as coordinates and elevation.
- 2023-05-04 13:35:03下载
- 积分: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