-
细化算法,提取二值黑白图象的骨架的VC实现
细化算法,提取二值黑白图象的骨架的VC实现-refinement algorithm, the value extracted two black-and-white images of the skeleton VC
- 2022-05-28 11:17:56下载
- 积分:1
-
miniGUI图形系统源码libminigui
miniGUI图形系统源码libminigui-1.6.2.tar.gz。-MiniGUI source graphics system libminigui-1.6.2.tar.gz.
- 2023-02-18 06:25:04下载
- 积分:1
-
<数字图象处理>光盘VC源代码
光盘VC源代码-lt; Digital image processing gt; CD VC source code
- 2022-07-20 07:12:38下载
- 积分:1
-
中点画圆算法源码
中点画圆算法源码-midpoint algorithm source Circle
- 2022-03-07 22:12:05下载
- 积分:1
-
这是一个Bezier曲线(C++)的源代码。这是非常重要的计算机图形…
这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
- 2022-02-13 00:23:46下载
- 积分: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
-
批量改变尺寸测量文字为替换文字,替换文字和测量文字的值相等...
批量改变尺寸测量文字为替换文字,替换文字和测量文字的值相等-Volume change text size measurements for the replacement of text, replace text, and measuring the value of a text equivalent
- 2022-04-30 12:23:17下载
- 积分:1
-
科恩的一个简单算法源程序
裁剪算法源码
一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家-cutting a simple algorithm source of Cohen-Sutherland line cutting algorithm implementation procedures for everyone to share
- 2022-03-23 02:56:59下载
- 积分:1
-
可以对载入的图片进行透明化处理,甚至透明度可渐变
可以对载入的图片进行透明化处理,甚至透明度可渐变-be right images into transparent, even transparency can be graded
- 2023-08-10 07:30:02下载
- 积分:1
-
filling algorithm source code a simple procedure, while filling algorithm demons...
填充算法源码
一个简单的程序,
边填充算法的演示。
-filling algorithm source code a simple procedure, while filling algorithm demonstration.
- 2022-02-06 08:24:00下载
- 积分:1