-
Example2
主要描述的是一个界面的问题,大家可以编译一下!看看其功能特点!(The main interface is a description of the problem, we can compile click! Take a look at its features!)
- 2009-02-15 20:08:59下载
- 积分:1
-
NET开发邮件发送功能
NET开发邮件发送功能
- 2014-03-09下载
- 积分:1
-
dialogtest
小波分解与重构,用VC6.0和MATLAB实现的混合编程,用MFC实现的界面设计。(Wavelet decomposition and reconstruction, with VC6.0 and MATLAB implementation of the hybrid programming, interface design implemented with MFC.)
- 2010-10-04 00:34:43下载
- 积分:1
-
C语言趣味100含思考题(1-10)
作为趣味程序设计的入门,涉及一些数学有趣简单例子。让爱好者们体验一下程序涉及的乐趣。其中思考题部分为自主原创,有不足之处望见谅。
- 2022-08-21 05:48:53下载
- 积分:1
-
快速的更改你的网络配置
你已经厌倦了Windows设置网络配置繁琐的步骤了吗?你希望你的笔记本能更方便快捷的接入各个局域网吗?本源码能快速的更改你的网络配置,很方便的实现在不同网段内IP地址等配置的切换
- 2023-03-26 00:00:03下载
- 积分: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
-
LCD汉字取模板软件(中文版)
说明: 用于LCD汉子取模,可以根据需要生成8x16,16*16等字库代码(It is used for LCD man picking, and can generate 8x16, 16 * 16 and other font codes as required)
- 2020-04-17 04:53:03下载
- 积分:1
-
DataGrid-and-CheckBox
在DataGrid中加入CheckBox可以进行选中删除,代码详细,思路清晰(Join in the DataGrid CheckBox can delete, the code in detail, clear thinking)
- 2016-05-12 16:01:47下载
- 积分:1
-
C#调用百度地图实例源码
说明: C#调用百度地图实例源码
网络搜集整理 希望对大家有所帮助(C# Call Baidu Map Instance Source
I hope that the collection and arrangement of the network will be helpful to all of you.)
- 2020-06-18 23:40:01下载
- 积分:1
-
条码测试,条码打印,支持多种打印机,zebra
条码测试,条码打印,支持多种打印机,zebra-Barcode test, barcode printing, supports a wide range of printers, zebra
- 2022-09-11 21:00:02下载
- 积分:1