-
DA_2
江湖医生的学习代码收集,供需要的人学习使用.B(Quacks of learning the code collection for those who need to learn to use. B)
- 2010-01-07 10:59:49下载
- 积分:1
-
动态规划
说明: leetcode初级算法,动态规划题解,c++实现(Leetcode primary algorithm, dynamic programming problem solving, C + + implementation)
- 2020-06-24 02:40:02下载
- 积分:1
-
C#合成图片 组合文字及图像的实例
C# 将多个文字图形图像组合成复合图形,一个组合文字及图像的实例。基于WPF技术实现,可作为一个C#学习WPF图像处理的简单范例。C# 将多个文字图形图像组合成复合图形:
DrawingGroup MyGroup = new DrawingGroup();
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
string MyText = "Visual C++ 2017源码素材网实例精粹罗斌编著";
var MyFont = new FontFamily("宋体");
FormattedText MyFormattedText = new FormattedText(MyText,
System.Globalization.CultureInfo.GetCultureInfo(86),
FlowDirection.RightToLeft,
new Typeface(MyFont, MyStyle, MyWeight, FontStretches.Normal),
FontSize, MyRadialGradientBrush);
Pen MyPen = new Pen(Brushes.Black, 2);
MyPen.Freeze();
……
更多源代码敬请下载本源码。运行截图如下图所示。
- 2022-06-30 08:36:55下载
- 积分:1
-
ReadIonex
可以读取从IGS网站上下载的电离层文件,并输出某一个网点上的电子含量值(Can be read from IGS ionospheric site to download files and output one dot on the value of electronic content)
- 2013-05-23 09:09:40下载
- 积分:1
-
最短路径分析
arcenging实现最短路径分析(arcgis编程)(Arcenging for shortest path analysis (arcgis programming))
- 2020-06-24 10:40:02下载
- 积分:1
-
usb_2.0(en)
说明: USB 2.0的协议,供参考!!!!!!!(USB ,just for ref,thank you very much)
- 2019-04-25 11:47:33下载
- 积分:1
-
DOTween Pro 0.9.690.unitypackage
DOTween Pro 0.9.690.unitypackage
- 2019-10-28下载
- 积分:1
-
Incubator-control-system
基于51单片机的恒温箱控制系统,用两级三极管放大做驱动,PWM控制。初始设定的可调温度在室温到85度之间。(51 microcontroller-based incubator control system, do drive two transistor amplifier, PWM control. The initial set of adjustable at room temperature to 85 degrees.)
- 2012-03-23 11:53:32下载
- 积分:1
-
1
it`s a examples about Keil
- 2019-06-12 01:33:51下载
- 积分:1
-
FILE
THE PROGRAM CINCHING THE FILE NAME
- 2009-06-07 21:31:09下载
- 积分:1