-
MidWay
是用于java文件安装手机用到的希望大家能用到 (installing phones use the hope that everyone can be.)
- 2006-07-24 18:26:53下载
- 积分:1
-
C# wpf 创建简单形状动画的例子
C# wpf 创建简单形状动画的例子,启动动画、停止动画、暂停动画、继续动画、加速动画。创建动画
Rectangle MyRectangle = new Rectangle();
MyRectangle.Width = 50;
MyRectangle.Height = 20;
MyRectangle.Margin = new Thickness(10, 50, 0, 0);
MyRectangle.Fill = new LinearGradientBrush(
Color.FromArgb(255, 0, 255, 255), Color.FromArgb(255, 0, 0, 255), 0);
MyRectangle.HorizontalAlignment = HorizontalAlignment.Left;
this.canvas1.Children.Add(MyRectangle);
this.RegisterName("MyRectangle", MyRectangle);
DoubleAnimation MyAnimation =
new DoubleAnimation(100, 380, new Duration(TimeSpan.FromSeconds(5)));
Storyboard.SetTargetName(MyAnimation, "MyRectangle");
Storyboard.SetTargetProperty(MyAnimation,
new PropertyPath(Rectangle.WidthProperty));
MyStoryboard = new Storyboard();
MyStoryboard.Children.Add(MyAnimation);
动画效果请参见下图所示,源代码请单击下载按钮下载。
- 2022-08-25 13:04:57下载
- 积分:1
-
0.96寸OLED显示屏驱动程序
说明: STM32 外接 0.96寸OLED显示屏驱动程序(stm32 oled can use can you understand?)
- 2020-06-19 04:00:01下载
- 积分:1
-
dot matrix led ư ith atmega16
dot matrix led ư ith atmega16
- 2022-02-25 07:01:27下载
- 积分:1
-
MazeSolverSource
mazesolvefr is the game developed using csharp
- 2011-06-13 18:54:32下载
- 积分:1
-
1602与TLC2543的交直流电压表
说明: 交直流电压表:1602与TLC2543的交直流电压表参赛作品。(AC and DC voltmeters: 1602 and TLC2543 AC and DC voltmeter entries.)
- 2020-08-09 18:54:03下载
- 积分:1
-
c
说明: I don t know what it is
- 2010-01-31 15:40:59下载
- 积分:1
-
2009.10.31-Word--AC
2008年noip第一题源代码,过了全部测试点,自己编的(2008 noip code, ac)
- 2013-08-31 09:16:50下载
- 积分:1
-
格式化U盘程序.包括u 盘枚举的重要信息,已经试验过,吐雪推荐...
格式化U盘程序.包括u 盘枚举的重要信息,已经试验过,吐雪推荐-U disk formatting process. Including u disk enumeration of the important information has been tested, spit snow Recommended
- 2022-07-24 23:05:59下载
- 积分:1
-
pic自学笔记
自主学习PIC芯片,此书主要讲PIC16F877(Self-learning PIC chip, this book mainly talks about PIC16F877)
- 2020-06-17 01:00:02下载
- 积分:1