-
threesynmachinezy
电力系统潮流计算,基于三机九节点,可以在说明的基础上增加节点,改变线路阻抗导纳以及功率(Power system power flow calculation)
- 2018-05-05 19:22:01下载
- 积分:1
-
huitu
简单的绘图程序,可以改变图形及颜色和填充方式。(This is a draft order.)
- 2009-10-13 20:44:03下载
- 积分:1
-
zhuanhuandaxiaoxiezifu
上载失败04,关闭上载失败04,关闭窗口窗口(Upload failed 04, 04 off the upload fails, close the window, the window)
- 2010-10-14 20:42:44下载
- 积分:1
-
C++ 点对点视频聊天程序源码
一款视频聊天程序,完整源码,可编译运行,采用c++开发(A video chat program, complete source code, compile and run, using c++ development)
- 2021-01-27 20:08:40下载
- 积分:1
-
cdesignmodel
设计模式 c++不仅将c++的语言特性展示出来
而且很巧妙的解释了设计模式的应用性(Design pattern c++ not only c++ language features displayed and explained a very clever application of design patterns)
- 2010-07-03 16:51:42下载
- 积分:1
-
LinkGame
qt做的连连看小程序,可以从界面上选择、替换图片(qt do Lianliankan program, you can choose from the interface, replacing the picture)
- 2013-12-22 12:05:21下载
- 积分:1
-
fadh
计算机算法基础第三版华中科技大学4.5.6。8章课后答案(Computer algorithm based on the third edition of Huazhong University of Science 4.5.6. 8 after the answer)
- 2013-06-28 23:45:54下载
- 积分:1
-
CG_Client_Source
这是一个C++写的魔力宝贝登录器.直接可以通过编译.
CG_Client.aps
CG_Client.cpp(This is a C++ write the Magic Baby login device.
CG_Client.aps
CG_Client.cpp)
- 2021-02-24 13:19:39下载
- 积分: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
-
MultiFileDlgDemo
使用多选文件对话框,C++精选编程源码,很好的参考资料。(The use of multiple file dialog box, select the C++ programming source code, a good reference.)
- 2013-11-28 15:40:10下载
- 积分:1