-
FormAndXml
C#读取xml文件生成窗体,以及由存在的窗体生成xml文件(C# read xml file to generate forms, as well as by the existence of a form generated xml file)
- 2013-07-24 23:36:57下载
- 积分:1
-
用C#编写的画艺术图,用算法计算出点的位置然后,在窗体上描绘出点的位置,形成艺术效果图。...
用C#编写的画艺术图,用算法计算出点的位置然后,在窗体上描绘出点的位置,形成艺术效果图。-Written in C#, painting art map, using algorithms to calculate location of the point and then, in the form depicts location of the point, the formation of artistic effect diagram.
- 2022-07-04 10:06:03下载
- 积分:1
-
music
纯C语言写的播放器,win-tc 下编译通过,实现播放声音文件(Written in pure C language players, win-tc through the compiler, for playing sound files)
- 2011-12-28 09:32:04下载
- 积分:1
-
跑马灯
跑马灯是一种电脑编程工具,利用涂鸦等效果显示文字。电脑中的跑马灯,跑马灯在编程中,通常指有时需要用一矩形条显示少量用户特别关心的信息,这条信息串首尾相连,向一个方向循环滚动。(The marquee is a computer programming tool that uses text such as graffiti to display text. In the computer, the marquee and the marquee are usually programmed to display a small amount of information that the user is particularly concerned with. This string of information is connected end to end and scrolls in one direction.)
- 2019-06-30 09:39:45下载
- 积分:1
-
遥控器代码
航模遥控器控制代码,2.4G发射模块代码及协议
- 2022-03-23 10:52:52下载
- 积分:1
-
dancixuexi
Word learning Word learning Word learning Word learning Word learning (Word learning Word learning Word learning Word learning Word learning Word learning Word learning Word learning )
- 2014-07-10 10:54:04下载
- 积分:1
-
temperature-field
铸造过程中温度场的描述的仿真模拟,可以写到文件中(Casting process described temperature field can be written to a file)
- 2017-03-23 16:47:30下载
- 积分: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
-
cSharp-walk-man
一个c#编写的行走的人的例程,此例程主要是为了更好的使用c#的picturebox和定时器。(A c# prepared by a person walking routine, mainly in order to make better use of c# picturebox and timer.)
- 2013-08-26 16:27:10下载
- 积分:1
-
FileNotification
A collection of command line tools which illustrate features of the file system. Demonstrates extended attributes, ACL s, and kqueue notification mechanisms.
- 2007-10-15 02:28:57下载
- 积分:1