-
matlab_cpp
C++ 中使用matlab中的函数,一个简单的使用例子(use of Matlab function, a simple example of the use of)
- 2007-02-08 18:30:35下载
- 积分:1
-
第八届
说明: 蓝桥杯嵌入式第八届模拟题及答案 蓝桥杯” 第八届全国软件和信息技术专业人才大赛个人赛 (电子类)模拟试题-嵌入式设计与开发项目 第二部分:实践题 “温湿度监控设备”设计任务书 一. 功能简述 “温湿度监控设备”通过采集传感器输出电压信号和信号频率得到环境温湿度数据,并能够根据设定的温湿度阈值执行相应动作,系统框图如图1所示:(Blue Bridge Cup Embedded 8th Analog Questions and Answers Blue Bridge Cup 8th National Software and Information Technology Professionals Competition Personal Competition (Electronic) Analog Questions-Embedded Design and Development Project Part 2: Practice Question "Temperature and Humidity Monitoring Equipment" Design Task 1. Function Brief Introduction of "Temperature and Humidity Monitoring Equipment" Output Voltage Signal and Signal Frequency by Collecting Sensors The environmental temperature and humidity data are obtained and the corresponding actions can be performed according to the set temperature and humidity threshold. The system block diagram is shown in Figure 1.)
- 2019-03-18 02:24:06下载
- 积分:1
-
ConsoleApplication3
its a stack class with infix to post fix program
- 2014-12-13 19:53:21下载
- 积分: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
-
PWM
基于DSP2812的PWM整流程序,为设计变频器或者PWM整流器的电气工程师提供PWM波形形成程序。(Electrical engineer for the design of the inverter or PWM rectifier the DSP2812 based PWM rectifier procedures, the PWM waveform to form a program.)
- 2012-05-18 20:20:46下载
- 积分:1
-
SM3的加密
说明: SM3的加密。运行在VC++6.0的环境下。(SM3 encryption process.)
- 2020-06-19 09:20:02下载
- 积分:1
-
tcpip-cs
文件传输小程序,C/S模式,大家可以下来看看,仅供常考学习
- 2011-08-03 15:15:51下载
- 积分:1
-
hex2dat
在DSP自起动时,用来将生成的.hex文件转换成.dat文件,只有这样才能正确烧写到flash中(The DSP from the start, is used to generate the hex file convert dat file, the only way to properly programmed into flash)
- 2013-05-10 19:53:42下载
- 积分:1
-
Wavelet53
53小波变化的vc程序,很详细,有一维和二维,可以对图像进行处理。(53 wavelet transform vc program, very detailed, one-dimensional and two-dimensional image processing.)
- 2021-03-27 11:29:12下载
- 积分:1
-
zongchengxu
说明: 几种类型的滤波小程序,可以去看看,全局去噪,阈值去噪(Several types of filtering applets, you can see, global denoising, threshold denoising)
- 2020-04-30 15:06:13下载
- 积分:1