-
20041217204609
C语言程序设计谭浩强,两个字 ----经典(C Programming Language Tan strong word-classic)
- 2006-08-04 20:18:52下载
- 积分: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
-
Example4
采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法,
即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;(Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to train BP network )
- 2011-07-22 18:39:48下载
- 积分:1
-
minimal-path-sets
可靠性-最小路集-编程
计算图的最小路集,是装备可靠性课程的一个作业。(Reliability- minimal path sets- programming calculation of minimal path sets, equipment reliability courses a job.)
- 2013-03-12 19:02:53下载
- 积分:1
-
C-Minus
说明: C-MINUS编译器,一个很不错的编译原理实践成果(C-MINUS compiler, a very good practice to compile the results of the principle)
- 2008-10-17 22:37:25下载
- 积分:1
-
CSharpTCP
基于TCP的网络编程,用C#语言编写,实现客户端与服务器之间的通信(TCP-based network programming with C# language, the communication between the client and the server)
- 2013-01-02 11:25:57下载
- 积分:1
-
TestImage
Cimage类工具,能实现两张图片合成,单张图片拉伸,参数可以自己定义(Cimage class tool, can achieve two image synthesis, single image stretching, parameters can be defined by themselves)
- 2018-08-16 09:26:20下载
- 积分:1
-
Fibo阻力支撑自动
说明: 自动生成斐波拉切线阻力,生成支撑,mt4平台可用,非常好用的指标,非常好用的指标(Automatic generation of resistance, generation of resistance, MT4 platform available, very useful indicators, very useful indicators)
- 2019-01-18 11:52:58下载
- 积分:1
-
mcr
多元分辨 MCR,Multiple resolution,matlab程序(MCR,Multiple resolution)
- 2015-08-29 23:10:36下载
- 积分:1
-
THUYEN
有关 Filters 的毕业论文 电力电子方面的(About the thesis of power electronics Filters)
- 2014-09-07 17:06:29下载
- 积分:1