-
Factorial
C++的求阶乘的程序,对本科C++课程可能有些帮助(Factorial in C++ program, it maybe helpful for some C++ course)
- 2011-12-22 17:46:43下载
- 积分:1
-
Mediaplayer
MFC实现的播放器,可以实现简单的播放、暂停、停止等功能,有播放列表。(MFC implementation player, you can achieve a simple play, pause, stop and other functions, and playlists.)
- 2020-12-05 08:49:23下载
- 积分:1
-
C# WPF 使用图像控件显示绘制的文本字符串
C# WPF 使用图像控件显示绘制的文本字符串,这里将文字绘制成渐变色样式,十分漂亮,颜色值和字体样式可在实例源码目录的Window1.xaml.cs文件中修改,代码如下:
用图像控件显示绘制的文本字符串
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
//对颜色的定义
MyRadialGradientBrush.GradientOrigin = new Point(0.5, 0.5);
MyRadialGradientBrush.Center = new Point(0.5, 0.5);
MyRadialGradientBrush.RadiusX = 0.5;
MyRadialGradientBrush.RadiusY = 0.5;
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Yellow, 0.0));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Red, 0.25));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Blue, 0.75));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.LimeGreen, 1.0));
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
//要显示字体的定义
string MyText = "开源爱好者";
var MyFont = new FontFamily("宋体");、、字体样式的定义,默认为宋体
FormattedText MyFo
- 2023-04-06 04:45:04下载
- 积分:1
-
adblib2
在VC6中使用的数据库开发包, 含测试例子(VC6 used in the database development kits, containing test case)
- 2005-01-30 22:01:58下载
- 积分:1
-
C application code integrity Foxmail is a new version of "mail Speedpost&qu...
C完整应用程序代码Foxmail 新版中有一个《邮件特快专递》的功能-C application code integrity Foxmail is a new version of "mail Speedpost" function
- 2022-09-29 10:35:03下载
- 积分:1
-
simulink
同步电机仿真,直接转矩控制,matlab仿真(Simulation of synchronous motor, direct torque control, matlab simulation)
- 2010-06-02 00:20:52下载
- 积分:1
-
test_a
图像处理问题中的Scharr算子,拉普拉斯算子边缘检测(Edge Detection of Scharr Operator and Laplace Operator)
- 2018-12-12 13:04:58下载
- 积分:1
-
ArcEngine出柱状图
资源描述用ArcEngine生成多种样式的专题地图,版本为ArcGIS10.1
- 2022-04-23 00:05:10下载
- 积分:1
-
Matlab_VC_hybrid-programe
Matlab与C接口技术(两本pdf书籍,感觉很不错的),希望对大家有帮助(Matlab and C interface technology (two pdf books, I feel very good), we want to help)
- 2011-08-17 14:53:11下载
- 积分:1
-
C# 坦克大战 游戏代码
C# 坦克大战 游戏代码
- 2015-06-10下载
- 积分:1