-
The use of 8255 to achieve the temperature control temperature sensor detection...
利用8255控制温度传感器来实现温度的检测与采集,并且能在LED显示。-The use of 8255 to achieve the temperature control temperature sensor detection and collection, and can be displayed in the LED.
- 2022-09-21 10:05:04下载
- 积分:1
-
skills Program Set
c语言编程技巧程序集-skills Program Set
- 2022-03-07 18:38:38下载
- 积分:1
-
题目要求设计一个用于智力竞赛的抢答计时器。主持人按下启动钮,开始抢答,参赛方(八方)看到允许抢答信号后分别按不同的抢答按钮参与抢答。一旦其中一方按下按钮,相应的...
题目要求设计一个用于智力竞赛的抢答计时器。主持人按下启动钮,开始抢答,参赛方(八方)看到允许抢答信号后分别按不同的抢答按钮参与抢答。一旦其中一方按下按钮,相应的抢答者编号显示在屏幕上,此时若其他按钮按下均无效。若无一人按下按钮,则抢答结束(以后按抢答无效)。③ 若温度值越界则进行声(蜂鸣器)、光(发光二极管)报警;
说明:界限值是自行设定的(26C),其所对应的数字量为十六进制数(0180H)。
(2)使用DS18B20采集温度,采用七段数码管显示当前温度和剩余时间,并和设置的温度进行比较。
(3)当温度低于设定值时,通过DAC0832输出电压供给发热电阻RT1,使其温度升高。
(4)使温度恒定在设定温度附近,时间到了停止加热,并提示操作完毕。
-In the STAR ES598PCI veneer development machine to realize oven temperature and time control functions. Design requirements: (1) through the keyboard to set the temperature and heating time. (2) The use of DS18B20 collecting temperature, using seven-segment digital tube displays the current temperature and the remaining time, and and set the temperature for comparison. (3) When the temperature is below the set value, the DAC0832 output voltage of the supply of heat through the resistor RT1, so that temperature. (4) to enable the temperature constant at the set temperature near the time to the cessation of heating, and prompt action is completed.
- 2022-07-26 23:56:14下载
- 积分:1
-
based on the discrete wavelet minimum bandwidth of the fault signal denoising an...
基于最小带宽离散小波的故障信号消噪与压缩.rar-based on the discrete wavelet minimum bandwidth of the fault signal denoising and compression. Rar
- 2022-03-20 20:28:47下载
- 积分:1
-
学习ucos的好东西,一些资料很重要的,能够分享大家的辛苦积存下来的东西...
学习ucos的好东西,一些资料很重要的,能够分享大家的辛苦积存下来的东西-UCOS learn good things, some very important information to share in the U.S. hard things accumulated
- 2022-02-20 11:31:23下载
- 积分:1
-
Internet X.509 公钥基础设施_证书和CRL简介
这份备忘录描述了应用在Internet中的X.509 v3证书和X.509 v2CRL(证书撤销列表),
以接近的综述和模型引入介绍。X.509 v3证书格式随着关于Internet名字(例如IP地址)的
格式和语义学附加信息被描绘。标准证书扩展被描绘和新的Internet-specific(特有扩展)被
定义。一套证书扩展被指定。同时X.509 v2 CRL格式被描绘和一套扩展被定义。一组X.509
证书路径确认算法被描述。X.509证书中通用Internet公开密钥密码算法(即RSA,DSA和
Diffie-Hellman)的公开密钥和数字签名的格式在补充信息中提供描述。ASN.1模块和例子
在附录中提供。
- 2023-02-02 12:00:04下载
- 积分:1
-
VC 中音乐最完美的实现
想在程序中播放mp3,wma,wav等所有格式的音乐文件吗?网上这样的介绍真是少!!这是一个封装了音乐的各种操作,比如音量调节,进...
VC 中音乐最完美的实现
想在程序中播放mp3,wma,wav等所有格式的音乐文件吗?网上这样的介绍真是少!!这是一个封装了音乐的各种操作,比如音量调节,进度调节,的类。包 含两个类,CMusic,CSound。分别在文件music.h,music.cpp,sound.h,sound.cpp。
-VC of music would like to realize the most perfect player in the proceedings mp3, wma, wav and so on all formats of music files? Online this introduction is really small! ! This is a package of music, all kinds of operation, for example, to adjust the volume, the progress of regulation, the class. Consists of two categories, CMusic, CSound. , Respectively, in the document music.h, music.cpp, sound.h, sound.cpp.
- 2022-02-13 14:00:55下载
- 积分:1
-
sd编程jop源码
sd编程jop源码-sd source programming jop
- 2022-03-05 03:25:35下载
- 积分:1
-
ARION STB TOOLS FOR SOFTWARE UPDATE
ARION STB TOOLS FOR SOFTWARE UPDATE
- 2023-06-02 05:15:03下载
- 积分:1
-
编程语言,最基本的元素,和指针,使用和范围…
本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。
C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。
MFC是构造于原始C++之上的应用程序框架,它提供了一个Windows应用程序工作的基础,一个可以向内添入自己代码的框架。这个框架提供了绝大多数Windows特征――菜单、工具栏、对话框、控件和滚动条。它也提供使开发者能相对容易的将数据写入文件、打印数据等机制。这个框架的部件是C++的类,这些类表示了应用程序的组件,例如应用程序的主窗口、它的对话框、字符串、如矩形和点的图像对象,甚至应用程序本身。因此,为了使用Visual C++编写Windows程序,你需要知道足够的C++知识来利用MFC。
-C programming language, the most basic elements, and C pointers, use and scope. In Chapter 3 and Chapter 4, will introduce the class C and object-oriented programming. Your use of Microsoft Foundation Class Library (Microsoft Foundation Class Library, MFC) for Windows programming, you need all knowledge. C is a complex language, and many of its elements is very abstract. It is a huge language, as a professional programming and design. The book focuses on the use of language Visual C MFC prepared to use Win
- 2023-09-08 16:30:02下载
- 积分:1