-
QN8035驱动
QN8035驱动程序,本代码是收音机芯片qn8035驱动程序,上机实验过
- 2023-03-31 10:50:04下载
- 积分:1
-
myolsr_10.10
基于NS2仿真环境,已经编译过的OLSR协议(NS2-based simulation environment, has compiled the OLSR protocol)
- 2010-05-07 10:19:51下载
- 积分:1
-
ElGamal
ElGamal加密算法,经过测试可以编译运行(ElGamal Encryption )
- 2014-01-16 10:11:56下载
- 积分:1
-
Fast-Fourier-transform
几个快速傅里叶变化的C语言实现的例子,简单实用,非常方便(Fast Fourier transform using C language)
- 2012-02-24 14:20:12下载
- 积分:1
-
bootloader_Computer-software
里面是STM32的bootloader源码和更新固件的上位机源码。里面还有使用说明,即使看不懂程序,可以使用,非常好用。(Which is the bootloader STM32 source code and update the firmware of the host computer source code. Which also use instructions, even if you do not understand the procedures, can be used, very good use.)
- 2015-12-04 10:44:11下载
- 积分:1
-
MFC-OsgEarth
说明: 转载mfc下osgEarth工程,sdk 版本osgEarth 2.7 32bit,vs2015编译(osgEarth Project under Reprinted MFC)
- 2020-06-16 01:00:01下载
- 积分:1
-
simulatiion
simulation of an arm on matlab
- 2013-07-11 17:13:30下载
- 积分:1
-
src8
WP7摇晃PiggyBank源码 (Visual C#)(WP7 shake PiggyBank source (Visual C#))
- 2013-06-26 06:37:27下载
- 积分:1
-
触摸手势识别
一笔的触控手势识别,xml中存有比对的10种手势,dollar中是手势识别的c#源程序,它能有效的识别出一笔的触控手势,并给出对应的相似程度数值。
- 2023-06-15 15:06: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