-
pesqpar
this is visuall c++ programmes to remove noise
- 2011-08-06 20:42:58下载
- 积分:1
-
SEP
SEP协议的源代码,真实有效可靠,可以直接用于MATLAB软件仿真模拟。(The SEP protocol source code, real effective and reliable, and can be used directly in MATLAB software simulation.)
- 2013-04-11 10:22:40下载
- 积分:1
-
Events-new
对于传统粒子群算法的改进,加入了均值删除粒子和惯性权重和收敛速度等限制,有效提高了运行速度(the newly pso method of finding the maximum point,let the rate of process rapidly )
- 2015-09-08 15:32:33下载
- 积分:1
-
C#工业软件控件
工业控制用到的仪表,按钮等操作 ,可以方便自动化集成。(Instruments buttons and other operations used in industrial control can facilitate automatic integration)
- 2018-11-01 23:06:18下载
- 积分:1
-
textlisttree
介绍LABWINDOWS的TEXTLISTTREE使用方法(LabWindows TEXTLISTTREE introduce the use of)
- 2008-05-27 15:15:41下载
- 积分:1
-
VCPP-image-processing-chapter04
VisualC++数字图像处理技术详解第2版光盘-第四章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter Four)
- 2016-04-16 13:23:00下载
- 积分:1
-
NFC-SPI通信测试
基于PN532NFC模块与STM32F10x的通信源码,可实现对NFC读写(Based on the communication source code between PN532NFC module and STM32F10x, it can read and write NFC.)
- 2019-07-07 14:53:08下载
- 积分:1
-
C# WPF 方法为TextBox控件设置背景图像
C# 为TextBox控件设置背景图像,结合C#的WPF实现,其实刚开始我还以为这是一个图像特效,在图片上添加文字,如示例截图所示的黄圈的部分,其实有一个TextBox,鼠标单击一下就会发现,这里可以输入文字的,正好输入在图片的上方,好像是为图片添加描述文字,其实本实例所展示的功能和图像处理关系不大,主要是对TextBox的操作,为其增加了一张背景图片所呈现出的效果。核心代码如下:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//为TextBox控件设置背景图像
ImageBrush MyImageBrush = new ImageBrush();
MyImageBrush.ImageSource =new BitmapImage(
new Uri("J003.jpg", UriKind.RelativeOrAbsolute));
MyImageBrush.AlignmentX = AlignmentX.Left;
MyImageBrush.Stretch = Stretch.None;
this.textBox1.Background = MyImageBrush;
}
- 2022-08-20 01:07:16下载
- 积分:1
-
sourceCode2
Visual C++ 音频视频处理技术及工程实践,陆锦正 周冬梅编著随书光盘,包括以Visual c++ 2005为开发平台的多个工程实例及源码
(Visual C++ audio and video processing technology and engineering practice, LU Jin ZHOU Dong-mei is compiled CDs with books, including Visual c++ 2005 as a development platform for various projects in the examples and source code)
- 2009-09-20 14:09:47下载
- 积分:1
-
SN3218-RDK
SN3218,18路呼吸灯驱动,MTK平台驱动代码(SN3218
18 channel LED Driver For MTK)
- 2020-11-27 10:09:30下载
- 积分:1