-
213937196ADDSKIN
可以给MFC添加皮肤,内含很多,且有使用方法,非常好用。文件很齐全(You can add the skin, to the MFC containing a lot of, and use, very easy to use. The file is complete)
- 2013-09-03 10:56:36下载
- 积分:1
-
Delaunay
delaunary三角剖分,在数据点较小的情况下,运行结果还算客观,但是数据点大于五万时,运行较慢。(Delaunary triangulation, data point in the case of small, the operation results is objective, but the data points is greater than fifty thousand, is running slower.)
- 2014-12-09 21:44:53下载
- 积分:1
-
MIMO-implementation-using-GUNRadio
Gnuradio 中MIMO系统的实现与Gnuradio安装向导(In the MIMO system to achieve Gnuradio)
- 2014-08-26 18:20:58下载
- 积分:1
-
mcu_drivers
封装好的飞思卡尔MC9S08DZ60单片机的片上外设的驱动函数,(The drive function on the chip of the encapsulated Freescale mc9s08dz60 microcontroller)
- 2018-08-10 09:49:12下载
- 积分:1
-
C# WPF实现图片浮雕、凹凸的图像效果
Visual C# WPF实现图片浮雕、凹凸的图像效果,看上去很有雕刻的效果,这个功能对于熟悉PS的朋友,可能不陌生,用C#的WPF技术,可以轻松实现类似效果,只是说法不一样,在本例中,叫做“凹凸位图特效”,本代码在功能实现上,分为全部实现和局部实现,代码参考如下:
private void button1_Click(object sender, RoutedEventArgs e)
{//凹凸位图特效全部作用于图像
this.image1.BitmapEffectInput = null;
var MyEffect = new System.Windows.Media.Effects.EmbossBitmapEffect();
MyEffect.Relief = 0.8;
MyEffect.LightAngle =320;
this.image1.BitmapEffect = MyEffect;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//凹凸位图特效部分作用于图像
var MyEffect = new System.Windows.Media.Effects.EmbossBitmapEffect();
MyEffect.Relief = 0.8;
MyEffect.LightAngle = 320;
this.image1.BitmapEffect = MyEffect;
var MyInput = new System.Windows.Media.Effects.BitmapEffectInput();
MyInput.AreaToApplyEffect = new Rect(.25, .25, .50, .50);
MyInput.AreaToApplyEffectUnits = System.Windows.Media.BrushMappingMode.RelativeToBoundingBox;
this.image1.BitmapEffectInput= MyInput;
}
完整
- 2022-02-20 09:13:59下载
- 积分:1
-
lizidenoising
这是一种基于粒子权重去噪代码,本人自己实现,非常实用。(Based on the particle weight denoising code)
- 2015-04-11 09:52:59下载
- 积分:1
-
044221
How to send debugging output to a console in a MFC applicati()
- 2018-05-16 22:03:40下载
- 积分:1
-
OurTalk
C# 一个简单的局域网通信功能
只建议初学者看
没有什么复杂的功能 只实现了简单的 广播功能(C# a simple local area network communication is not only recommended for beginners to see what the complexity of the functions of only a simple radio functions)
- 2009-05-14 23:38:33下载
- 积分:1
-
西安与上海---VS1003
实现MP3播放音功能的测试代码,内涵STM32与vs1003板间连接,可直接用于调试(realize the function of mp3)
- 2018-04-26 09:17:51下载
- 积分:1
-
cd4ef1
高速永磁同步电机无传感器控制Tooth harmonic winding induction electromotive force waveform of fast calculation(Tooth harmonic winding induction electromotive force waveform of fast calculation)
- 2012-02-28 13:05:46下载
- 积分:1