-
MatrixKey2Serial_C
Matrix Keys to Serial interface
Baud rate of 9600
16 key Matrix
- 2012-04-21 07:42:30下载
- 积分:1
-
mapx2
mapx在VC++里面的头文件,解压后放进include文件夹即可,虽小有用(Mapx in vc++ header file, extract can be in the include folder after, small and useful
)
- 2013-05-02 23:30:47下载
- 积分:1
-
Office-pro
如何动态创建播放幻灯片,如何直接播放幻灯片文件,如何使用自动化运行Word宏,如何使用自动化生成Excel图表等等...(How to dynamically create a slide show, how to direct the slideshow file, how to use automation to run Word macro, how to use automation to generate Excel charts, etc. ...)
- 2013-11-22 08:18:15下载
- 积分:1
-
S32K测试程序
S32K开发板测试例程 各部分功能完全 调用即可使用(S32K development board test routines, all parts of the function can be fully invoked)
- 2021-02-23 18:39:40下载
- 积分:1
-
12864底层
说明: 12864在51上的驱动,可在驱动的基础上改进添加需要的功能。(12864 is driven on 51, which can improve the required functions on the basis of driver.)
- 2020-06-19 14:20:01下载
- 积分:1
-
opc通讯协议
OPC是应用于工业通信的,在windows环境的下一种通讯技术
在OPC UA的服务器端。会公开一些数据节点,或是方法等信息,允许第三方使用标准的OPC协议来进行访问,在传输层已经安全的处理所有的消息
- 2022-03-14 03:57:26下载
- 积分:1
-
cviimage
cvi图像设计替换背景 扣图专用代码 毕业设计可用(cvi replace the background of graphic design graduate design buckle Figure specific code available)
- 2020-07-01 15:00:01下载
- 积分:1
-
CTreeControl树的结构
CTreeControl树的结构,简单类似Tree的简单的使用,和图标的设置。
- 2022-02-20 05:47:48下载
- 积分:1
-
C# 为文字创建渐变色的下划线
C# 为文字创建渐变色的下划线,放大后还是很漂亮的,下划线变成了点状的,而且是颜色是渐变的,下面介绍实现这一功能的代码,给字符串创建渐变色下划线,核心代码如下:
TextDecoration MyUnderline = new TextDecoration();
Pen MyPen = new Pen();
MyPen.Brush = new LinearGradientBrush(Colors.Green,
Colors.Blue, new Point(0, 0.5), new Point(1, 0.5));
MyPen.Brush.Opacity = 0.5;
MyPen.Thickness = 1.5;
MyPen.DashStyle = DashStyles.Dash;
MyUnderline.Pen = MyPen;
MyUnderline.PenThicknessUnit = TextDecorationUnit.FontRecommended;
TextDecorationCollection MyCollection = new TextDecorationCollection();
MyCollection.Add(MyUnderline);
this.textBlock1.Text = "中华人民共和国";//自定义要显示下划线的文字
this.textBlock1.FontSize = 48;
this.textBlock1.TextDecorations = MyCollection;
需要请下载完整源码。运行效果图如下。
- 2022-01-22 05:14:06下载
- 积分:1
-
sd1
cude used to test basic things in c language
- 2011-05-08 22:33:59下载
- 积分:1