-
DA-AD
单片机学习,光敏和热敏电阻实验中的DA-AD转换程序(MCU learning, photosensitive and thermistor experiment DA-AD conversion program)
- 2014-09-19 09:48:53下载
- 积分:1
-
95159368cd_vcd_player_by_vcpp
avi,mpg4,mp3等视频格式文件的播放,关闭,循环播放,循环回放(avi, mpg4, mp3 players and other video format files, shut down, loop, loop playback)
- 2011-04-20 17:09:37下载
- 积分:1
-
X
可以对数量少、残缺、不完整的数据进行预测,如人口、缺水量等。也可以对灾害发生时间进行预测。(Can be a small number, mutilated, incomplete data to predict, such as population, water shortage and so on. You can also predict the time of occurrence of the disaster.)
- 2013-09-01 11:45:59下载
- 积分:1
-
Archive
说明: 共5个文件。2个描述了一些时钟的初始化以及时钟的使用。2个描述了UART的使用。一个文件是一个简单的使用示例。(This zip file contains the simple code to control the stm32 components. It tells how to initialize the clock module, use the clock module, and how to do the same thing to UART.)
- 2020-06-21 05:20:01下载
- 积分:1
-
Small-RTOS51
嵌入式实时操作系统rtos原理及应用 0基础学习(real time oprating system
real time oprating system
real time oprating system)
- 2014-02-27 20:13:11下载
- 积分:1
-
NoRegularWindow
本程序实现了根据汉字输出字形窗体的功能。(MFC基于对话框)(the program under the Chinese character font Form output functions. (Based on the MFC dialog))
- 2007-03-16 12:31:58下载
- 积分:1
-
C# 台达PLC485通信实例
【实例简介】
- 2021-08-23 00:31:05下载
- 积分:1
-
calculating
计算方法高斯赛德尔迭代法,本文档时用高斯赛德尔迭代法完成计算方法实验!(Method of calculating high斯赛德尔iterative method, the documents used to complete high斯赛德尔iteration calculation experiment!)
- 2009-06-10 14:19:24下载
- 积分:1
-
createwhitenoise
说明: 产生白噪声的方法,调试通过,数据和代码都齐全。(Generated white noise method, debug through, data and code are complete.)
- 2008-10-18 13:51:31下载
- 积分:1
-
两个数比大小
#include
int main()
{
int m,n;
scanf("%d %d",&m,&n);
if(m>n)
return m;
else
return n;
}
- 2022-08-16 08:36:06下载
- 积分:1