-
LED_Flash
单片机开发:基础部分内容,基于51单片机的,流水灯制作(MCU development: basic part, based on 51 microcontroller, making water lights)
- 2016-12-28 21:35:18下载
- 积分:1
-
slaa078a
MSP430相关msp430x11x1.h例程(MSP430-related routines msp430x11x1.h)
- 2008-05-28 11:38:28下载
- 积分:1
-
stm32多级菜单实现12864
stm32+freertos实现多级菜单按键翻页,汉字字库(STM32 + FreeRTOS realizes multi-level menu button page turning and Chinese character library)
- 2018-12-10 19:30:46下载
- 积分:1
-
C# 实现凹凸按钮(立体按钮效果)
Visual C# 实现凹凸按钮(立体按钮效果),鼠标放在按钮上,按下鼠标左键,即可看到凹凸效果:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//(上凸效果)
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
MyBevelEffect.EdgeProfile = EdgeProfile.CurvedIn;
MyBevelEffect.LightAngle = 320;
MyBevelEffect.Relief = 0.4;
MyBevelEffect.Smoothness = 0.4;
this.button1.BitmapEffect = MyBevelEffect;
bShift = true;
}
private void button1_Click(object sender, RoutedEventArgs e)
{//凹凸显示按钮(下凸效果)
if (bShift)
{
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
this.button1.BitmapEffect = MyBevelEffect;
bShift = false;
}
else
{
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
MyBevelEffect.EdgeProfile = EdgeProfile.CurvedIn;
MyBevelEffect.Ligh
- 2022-04-20 03:11:38下载
- 积分:1
-
CPPPrimer4
C++Primer第四版中文版(电子版).pdf(C++Primer fourth edition of the Chinese version (electronic version). Pdf)
- 2013-08-26 09:20:16下载
- 积分:1
-
stc_led
说明: STC8A8K64S4A12,LED等点亮程序,小灯循环亮灭(STC8A, LED and other lighting procedures)
- 2019-03-20 07:57:52下载
- 积分:1
-
535097
802,15,4a 信道程序,为无线通信协议802,15,4a 建模,(802,15,4 a channel program, 802,15,4 a modeling of wireless communication agreement.)
- 2017-07-30 23:51:35下载
- 积分:1
-
程序
说明: 修改密码,输入密码,输入三次错误密码后锁定
密码不显示(Change the password, enter the password, enter the wrong password three times before locking
Password not displayed)
- 2020-06-18 19:20:02下载
- 积分:1
-
ImagePCA
该类计算图像的主分量,特征值,特征向量,并且使用主分量重构.(The main components of such calculation of the image, feature values, feature vectors, and the use of principal component reconstruction.)
- 2009-11-03 09:43:45下载
- 积分:1
-
OpenGL-Terrain-master
opengl terrain
Building the sources
--------------------
1 On Windows
Just open the solution with vs2010, and press CTRL+F5.
2 On Linux
In a terminal, type sh configure.sh , then either:
- make config=release32 or
- make config=release64
depending on your system.
You can get more options for build by typing make help
- 2014-09-11 08:09:35下载
- 积分:1