-
remember
很好很实用的信号处理程序。适合学习和科研参考使用。(Very good very useful signal processing. Suitable for learning and scientific research use and reference.)
- 2008-06-25 11:27:08下载
- 积分:1
-
瑞萨串口例程
说明: 瑞萨官方提供的串口例程,见附件。运行起来的效果与官方说明的一样(For the serial routines provided by Risa, see the annex. It works just as well as the official instructions.)
- 2020-06-24 10:20:02下载
- 积分:1
-
VCMFCteach_road
MFC学习资料,介绍MFC的各个方面,这个资料相当好(MFC study,introuduce MFC)
- 2010-01-29 16:18:07下载
- 积分:1
-
Bonded_Particles_v2
EDEM中bond模型颗粒快速填充替换文件(Quick fill and replace file for EDEM particles)
- 2020-11-15 15:39:41下载
- 积分:1
-
Manchester_encoding_using_RS232
Manchester encoding using RS232 for pic microcontrollers, examples in C - tutorial
- 2010-07-14 11:35:59下载
- 积分:1
-
MPEG4
进行图像编解码,在C环境下运行,以各种编码标准实现图像的压缩去除冗余(Image coding and decoding, in the C environment to operate in various coding standard image compression to remove redundancy)
- 2009-01-05 15:37:36下载
- 积分:1
-
spyv103
- 2005-11-15 09:59:24下载
- 积分: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
-
single_long_double_button
采用ATMEGA48单片机,采用状态机实现按键的单击、双击、长按的按键功能(The ATMEGA48 microcontroller, using the state machine to implement the double click click button long press keys function
)
- 2012-05-08 21:52:43下载
- 积分:1
-
qt的tcp receiver界面设计
TCP调试工具顾名思义用来调试TCP通信的,网上这样的工具N多,之前用.NET写过一个,发现QT写TCP通信比.NET还要便捷一些,运行效率貌似要高,还能识别客户端断开。可以看到服务器端和客户度端都可以当做发送端或者接收端,而且数据的发送与接收只要使用相对应的协议即可,它是可以根据用户的需要来进行编程的,没有固定的格式。
- 2022-02-05 08:38:49下载
- 积分:1