-
GPIO
基于LPC17xx的GPIO驱动,开发环境为Kiel,以调试通过(The routines of LPC1768 is complete the Ethernet control function, through this source code can achieve the 1768 Ethernet connection, have debugging, through, welcome to download)
- 2014-10-14 17:45:54下载
- 积分:1
-
MPU-6000-Register-Map1
MPU6050寄存器介绍和地址地图,方便查询。(MPU6050 register and address map, easy to query.)
- 2017-12-12 21:37:37下载
- 积分:1
-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
C#播放wmv视频并填充到文字轮廓中
C#播放wmv视频并填充到文字轮廓中,这个应该是一个艺术字效果吧,本程序实现了两个功能:一、视频文件播放功能(wmv),二、将视频影像填充到文字轮廓中显示,这个就有意思了,最终实现了比较动感的艺术字动画效果,在视频播放方面,主要使用MediaElement();实现,文字填充方面,基于TextBlock.Foreground实现,下面是具体一些的代码:
使用视频剪辑填充文字的线条
MediaElement MyMediaElement = new MediaElement();
MyMediaElement.Source = new Uri("Bear.wmv", UriKind.Relative);
MyMediaElement.IsMuted = true;
VisualBrush MyVisualBrush = new VisualBrush();
MyVisualBrush.Visual = MyMediaElement;
TextBlock MyTextBlock = new TextBlock();
MyTextBlock.FontFamily = new FontFamily("宋体");
MyTextBlock.FontSize = 180;
MyTextBlock.Text = "编程";
MyTextBlock.FontWeight = FontWeights.Bold;
MyTextBlock.Foreground = MyVisualBrush;
this.Content = MyTextBlock;
运行截图如下,不过本站截图是静态的,看不到本示例的动画效果,请下载源码在VS中编译运行,查看效果。
- 2022-01-26 01:31:34下载
- 积分:1
-
图书管理系统
根据图书管理系统的要满足的实际需求情况与基本服务职能,我们确定了整个图书管理系统应该划分以下6个模块:系统设置、读者管理、图书管理、图书借还、系统查询、排行榜。
- 2023-04-18 17:30:03下载
- 积分:1
-
电赛LMT70
说明: lmt70测温基于stm32单片机,用的是keil5(Lmt70 temperature measurement is based on STM32 single chip microcomputer, using keil5)
- 2020-10-11 22:07:32下载
- 积分:1
-
CaptureColor
钩子程序,非常适合初学者,个人感觉还是相当不错的(so good,you can learn many things form it)
- 2010-01-12 10:21:04下载
- 积分:1
-
SendMail
实现发送邮件功能,可配置收件人、发送内容(Send mail c# c# c# send mail send mail)
- 2013-12-05 09:26:52下载
- 积分:1
-
CH_CL_timer
PCA计数器作定时器来用的例程
对PCA功能的充分展示。(请输入您要翻译的文字内容或网页地址,回车即可翻译
PCA计数器作定时器来用的例程
对PCA功能的充分展示。
ON划词翻译ON实时翻译PCA计数器作定时器来用的例程
PCA counter timer to use routine
对PCA功能的充分展示。
The full display of the function of PCA.
)
- 2014-12-08 09:39:34下载
- 积分:1
-
scroll-mesal
是一个scrollveiw 的很好例子,里面还有Coblist 例子。(Is a good example of a scrollveiw)
- 2015-01-27 16:21:27下载
- 积分:1