-
tank-win32-beta1-r42
battle city tank 1990 vietnam C# easy mode
- 2014-02-25 16:58:27下载
- 积分:1
-
威纶通与51单片机通讯示例
01.03.05.06码进行读写,实现触摸屏按钮和数字输入通过485在实验板上显示数字,和点亮LED(01.03.05.06 code for reading and writing,)
- 2020-06-23 07:40:02下载
- 积分: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
-
sharpmapdemo
这是c#语言实现的sharpmap winform demo,放大,缩小,漫游(This is the c# language of sharpmap winform demo, zoom, roam)
- 2011-09-24 10:59:37下载
- 积分:1
-
location
用于三点定位的算法,是做声音定位可用的,希望有部分帮助,可适当运用(It is used to location the point you want.)
- 2020-09-10 13:08:00下载
- 积分:1
-
echarts完整实例
echarts完整实例
完整的实例源码(Echarts complete example)
- 2017-10-23 14:38:31下载
- 积分:1
-
changeword
此代码能将一个文件里的所有文字修改为你所需要的文字,比如你要将一篇文章中的所有"师范"修改为"大学",用我的程序就很容易实现(This code can be a text document all you need to modify the text, for example, an article you want all the Normal University was revised to use the procedure I can easily realize)
- 2008-05-23 22:14:13下载
- 积分:1
-
haizeiwang
学生成绩管理系统,输入学生所有信息,然后可以对学生信息进行处理,(Student achievement management system, enter all the information the students, student information can then be processed,)
- 2013-09-19 19:27:58下载
- 积分:1
-
DIBDisplay
MFC框架下的位图伸缩,图像读写,GDI,调色板,等编译成功,对于初学者很有用(The bitmap stretching under the MFC framework, image reader, the GDI palette, such as compilation is successful, very useful for beginners)
- 2013-05-12 13:10:18下载
- 积分:1
-
ECC
ECC算法源代码~~~~~基于tommath.h库
- 2022-03-17 14:32:11下载
- 积分:1