-
n_m
编程实现n进制数转换为m进制数。吴泽乐,吴泽乐(Programming n to m decimal conversion hexadecimal number. WU Ze-Le, WU Ze-Le)
- 2010-03-07 13:02:43下载
- 积分:1
-
testVTK_ITK
VTK8.0,ITK联合编译测试代码,编译环境VS2017,采用C++语言,内含属性表,无需使用CMake进行编译,能够成功运行(VTK and ITK compile and test code)
- 2020-07-10 15:18:56下载
- 积分:1
-
arithmetic
arithemetic code on visual c++
- 2009-12-20 18:53:54下载
- 积分:1
-
Camera_EXG50_GigE
Initialise and acquisition of Camera EXG50 GigE
- 2011-12-20 17:32:53下载
- 积分:1
-
uzfdtza0
实时连续显示柱状图,对需要信号频谱显示的有很好的参考作用()
- 2018-06-16 21:15:59下载
- 积分:1
-
LLC_Gain_Curve_Plot
用于绘制LLC的增益曲线。把这段代码放到Matlab里,运行,就能够绘制出来LLC的增益曲线了。(This code is used to draw the gain curve of the LLC converter.)
- 2019-01-18 18:09:14下载
- 积分:1
-
Tab
Tab控件的详细使用方法,如何使用tab控件有例程。(How to use tab, How to use tab,How to use tab,How to use tab,How to use tab,How to use tab)
- 2009-10-29 14:14:46下载
- 积分:1
-
Desktop
c++作业,是大学本科大二期间学习的c++课程的相关作业(The c++ job is the related work of the c++ course for the sophomore college.)
- 2018-01-04 22:58: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
-
stm32f103 新建工程文件模板
stm32 新建工程的模板,里面包含MDK,可以直接使用,工程中用的芯片型号是stm32f103ze,一块高容量的芯片,512k的闪存。大容量STM32F103xx: http://www.st.com/stonline/products/literature/ds/14611.pdf
- 2023-08-10 11:30:06下载
- 积分:1