-
距离变换
地图代数距离变换,八边形距离变换,马哈顿距离变换(Map algebra distance transform, eight sided distance transform, distance transformation)
- 2020-12-08 20:39:20下载
- 积分:1
-
咬了重重的敲击 SPI 或 I2C
使用 gpio 位敲打和 i2c 或 spi 接口的 C 代码。
- 2022-10-12 18:10:03下载
- 积分:1
-
C# WPF 使用图像控件显示绘制的文本字符串
C# WPF 使用图像控件显示绘制的文本字符串,这里将文字绘制成渐变色样式,十分漂亮,颜色值和字体样式可在实例源码目录的Window1.xaml.cs文件中修改,代码如下:
用图像控件显示绘制的文本字符串
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
//对颜色的定义
MyRadialGradientBrush.GradientOrigin = new Point(0.5, 0.5);
MyRadialGradientBrush.Center = new Point(0.5, 0.5);
MyRadialGradientBrush.RadiusX = 0.5;
MyRadialGradientBrush.RadiusY = 0.5;
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Yellow, 0.0));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Red, 0.25));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Blue, 0.75));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.LimeGreen, 1.0));
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
//要显示字体的定义
string MyText = "开源爱好者";
var MyFont = new FontFamily("宋体");、、字体样式的定义,默认为宋体
FormattedText MyFo
- 2023-04-06 04:45:04下载
- 积分:1
-
发廊会员管理系统
单机版的发廊管理系统,集充值,消费,查询于一体,界面干净整洁
- 2022-01-26 06:46:59下载
- 积分:1
-
kraken
计算海洋声学简正波计算软件pdf,Kraken,大海怪(Normal mode compute software pdf)
- 2021-02-18 17:49:45下载
- 积分:1
-
Tetris-game
俄罗斯方块小游戏,在dos界面下实现俄罗斯游戏的基本操作。(Tetris game dos interface to achieve the basic operation of the Russia game.)
- 2012-11-29 19:35:22下载
- 积分:1
-
实用C#实现的 停车场管理系统
便于停车场对车辆进行管理,本系统主要包括,会员注册,车辆出入库管理,会员查询等,采用序列化方式无需数据库。(It is convenient for parking lot to manage vehicles. This system mainly includes membership registration, vehicle access management, membership query and so on. It does not need database by serialization.)
- 2020-12-16 21:19:13下载
- 积分:1
-
指纹算法源代码 基于VS编译通过
指纹算法源代码 基于VS编译通过 FingerPrintVerify,收藏了。很好的指纹算法源代码,基于VS2013编译通过。
指纹算法源代码 基于VS编译通过 FingerPrintVerify,收藏了。很好的指纹算法源代码,基于VS2013编译通过。
- 2022-11-14 15:15:03下载
- 积分:1
-
VxWorks5.5图形界面开发库
VxWorks5.5图形界面开发补丁包,包括windML3.0、zinc和汉字字体源码生成工具。(VxWorks5.5 graphical interface development kit, including windML3.0, zinc and Chinese fonts source code generation tool.)
- 2017-07-11 14:46:07下载
- 积分:1
-
stc8051 usart 中断
STC8051芯片
- 2022-05-25 00:27:53下载
- 积分:1