-
Attiny24A_ADC
Attiny24a多通道ADC驱动程序,可以采集多个AD信号,值得借鉴。(Attiny24a multi-channel ADC driver can collect multiple AD signals, which is worth learning.)
- 2021-04-01 23:09:07下载
- 积分:1
-
编程珠玑(第二版)中文版
编程珠玑是一门比较核心的技术,上传只供想学习的人(biancheng zhu ji Core Programming is a relatively core)
- 2020-06-20 01:00:02下载
- 积分:1
-
C# 为文字创建渐变色的下划线
C# 为文字创建渐变色的下划线,放大后还是很漂亮的,下划线变成了点状的,而且是颜色是渐变的,下面介绍实现这一功能的代码,给字符串创建渐变色下划线,核心代码如下:
TextDecoration MyUnderline = new TextDecoration();
Pen MyPen = new Pen();
MyPen.Brush = new LinearGradientBrush(Colors.Green,
Colors.Blue, new Point(0, 0.5), new Point(1, 0.5));
MyPen.Brush.Opacity = 0.5;
MyPen.Thickness = 1.5;
MyPen.DashStyle = DashStyles.Dash;
MyUnderline.Pen = MyPen;
MyUnderline.PenThicknessUnit = TextDecorationUnit.FontRecommended;
TextDecorationCollection MyCollection = new TextDecorationCollection();
MyCollection.Add(MyUnderline);
this.textBlock1.Text = "中华人民共和国";//自定义要显示下划线的文字
this.textBlock1.FontSize = 48;
this.textBlock1.TextDecorations = MyCollection;
需要请下载完整源码。运行效果图如下。
- 2022-01-22 05:14:06下载
- 积分:1
-
wuziqi
这是一段人与电脑下五子棋的程序,人H代表人,C代表电脑(This is a man with a computer under 331 procedures, human H representative, C for computer)
- 2013-10-16 23:00:24下载
- 积分:1
-
ShanShuoWindows
C#实现在任务栏蓝色闪烁窗体,测试时请先点击主程序窗口中的“开始闪烁”按钮,停止时点击“停止闪烁”。(C# is implemented in the taskbar blue scintillation window. When testing, click the "start flicker" button in the main program window and click "stop flicker" when you stop.)
- 2017-12-05 15:26:51下载
- 积分:1
-
VC++环境配置文件
VC++编译环境图像图像引用配置文件
- 2022-03-06 23:48:39下载
- 积分:1
-
greenleaf
这个程序以动画的形式,逐渐画出一片绿叶。(This program gradually drew a leaf by animation form)
- 2009-05-02 08:15:22下载
- 积分:1
-
3D_solar_system_with_opengl_and_C_
CODES FOR SOLAR SYSTEM INC#
- 2015-06-24 03:40:34下载
- 积分:1
-
power_svc_pss
simulink仿真,电力系统发生故障时,电力系统稳定器作用,使发电机转子功角一致性和频率同步。(Simulink simulation, when the power system fault, the power system stabilizer function, so that the generator rotor power Angle consistency and frequency synchronization)
- 2019-04-23 20:36:30下载
- 积分:1
-
picc
说明: 做过的一些关于A/D转换,can总线,USB等等,希望可以帮得了大家,具体说明,程序里面都有注解,谢谢(Done about A/D conversion, can bus, USB, etc. I hope you can help got the specific instructions and procedures which have a comment, thank you)
- 2010-03-29 16:37:14下载
- 积分:1