-
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
-
自矫正自适应控制算法
自矫正控制算法程序,自矫正控制是比较经典的自适应控制方法,适合需要学习了解这种算法的初学者学习和仿真。自矫正控制算法程序,自矫正控制是比较经典的自适应控制方法,适合需要学习了解这种算法的初学者学习和仿真。
- 2022-12-19 23:35:03下载
- 积分:1
-
EBOOT
S3C646410的eboot源码,自带带初始化CH7026芯片的的功能,默认初始化7英寸的VGA输出!(S3C646410 the eboot source of, comes with initialization CH7026 chip, the default initialization 7-inch VGA output)
- 2012-04-14 14:34:47下载
- 积分:1
-
binaryHeap
二叉堆的模板类,实现基本功能以及一些拓展功能(the template code of Binary Heap)
- 2012-11-19 23:58:59下载
- 积分:1
-
TestTreeOwnerdraw
CMyTreeCtrl,自己编写的TreeCtrl类,完全自绘,响应WM_PAINT,可以拖动,可以设置图标,文本的字体、颜色,可以双行显示文本,以上操作皆可以动态操作,几乎包含了自定义树控件的所有操作,是研究美化控件的不错的参考(CMyTreeCtrl, own written TreeCtrl class, fully self-drawn, in response to WM_PAINT study beautify good reference control)
- 2021-01-22 14:48:41下载
- 积分:1
-
sdes
This program implements the SDES algorithm to peform Encrytion and Decryption
- 2010-05-27 19:31:36下载
- 积分:1
-
win32windowwrapperclass_src
非常帅气的window32 窗口类源码,可以此为基础做进一步的开发。(A Simple Win32 Window Wrapper Class。http://www.codeproject.com/win32/win32windowwrapperclass.asp)
- 2014-02-04 09:54:40下载
- 积分:1
-
STM32-Speech-Recognition-Master
于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相对较小、计算能力也相对较弱的实际情况,对算法进行优化。最终完成于 STM32 微处理器上的特定人语音识别系统。(Implement speech recognition processing project in commercially available STM32 development board. Identification is the process: pre-filter, ADC, framing, endpoint detection, pre-emphasis, windowing, feature extraction, feature matching. Endpoint detection (VAD) short-time amplitude and short-term zero rate combined. After detecting an effective voice, according to the characteristics of human auditory perception, calculated for each frame of speech Mel Frequency Cepstral Coefficients (MFCC). Then dynamic time warping (DTW) algorithm and feature template matches the final output recognition result. First with Matlab simulation algorithm described above, after several trials to get the optimal value of each coefficient within the desired algorithm. The algorithm will migrate to STM32 development board, the porting process according to the STM32 relatively small storage space, computing power is relatively weak situation of the optimization algorithm. Finally completed on the STM32 micr)
- 2021-03-09 14:59:27下载
- 积分:1
-
Tool-X-master
说明: Awsome Generation of data and key and other stuff
- 2019-05-21 22:19:57下载
- 积分:1
-
LogisticsWarehouseManagementSystem
能够完成物流管理,一个简单的小界面程序!!!!!(Be able to complete logistics management)
- 2020-06-24 16:40:02下载
- 积分:1