-
searchfolder
VC 实现搜索文件夹对话框。。还可以。。(Search Folders)
- 2010-08-08 11:45:03下载
- 积分:1
-
CTreeControl
CCombox控件的使用和重绘,这个对于初学者来说是很好的学习资料,对于学习控件编程的人来说是很好的资料(It is Very usefully for learning user,if you want to learning coding ,please download this code)
- 2010-09-05 17:35:12下载
- 积分:1
-
串口助手
带波形显示的串口助手,分享给大家,希望对大家有所帮助,含源码!!(Serial Port Assistant with Waveform, Containing Source Code!!)
- 2018-11-29 22:53:27下载
- 积分:1
-
VitWGN_WiMAX2
针对WImax的实体层作设计,里面包括卷积编码,以及相对应的Viterbi解码器(WImax for the physical layer for the design, which includes convolutional coding, as well as the corresponding Viterbi decoder)
- 2008-07-09 18:08:08下载
- 积分:1
-
Que
定义循环队列,完成队列的基本操作:入队和出队等(Defined circular queue, the queue to complete the basic steps: into the team and the teams)
- 2011-06-04 10:39:56下载
- 积分:1
-
c#smtp发邮件代码
c#smtp发邮件代码
- 2015-06-16下载
- 积分:1
-
C# 为textBox文本框控件添加颜色光环
C# 为文本框控件添加颜色光环,是不是把textBox装扮得很漂亮呢?外发光的文本框,有点沙沙的感觉,核心代码有兴趣可参考:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//为文本框控件添加颜色光环
var MyOuterGlowBitmapEffect = new System.Windows.Media.Effects.OuterGlowBitmapEffect();
MyOuterGlowBitmapEffect.GlowSize = 30;
Color MyColor = new Color();
MyColor.ScA = 1;
MyColor.ScB = 1;
MyColor.ScG = 0;
MyColor.ScR = 0;
MyOuterGlowBitmapEffect.GlowColor = MyColor;
MyOuterGlowBitmapEffect.Noise = 1;
MyOuterGlowBitmapEffect.Opacity =0.8;
this.textBox1.BitmapEffect = MyOuterGlowBitmapEffect;
}
完整的C#可编译源代码,请下载本源码。
- 2022-07-09 20:47:57下载
- 积分:1
-
Insert
POJ 字符串的插入 可以将一定长度的字符串插入之前给出的字符串之中(POJ string can be inserted into a length of string into a string before being given)
- 2013-11-21 23:27:17下载
- 积分:1
-
stm32f10x
说明: H file for stm32f10x
- 2019-04-13 00:09:43下载
- 积分:1
-
COMTools_v2.0
C# 串口调试助手源代码。检测串口通信,能通过界面修改com的各项参数的设置,增加实现16进制的发送和接收(COM Tools Source code which is written in C#)
- 2013-05-06 21:12:34下载
- 积分:1