-
ADC0804_DAC0832
51单片机控制ADC和DAC转换的程序,仅供参考(51 MCU control ADC and DAC conversion process, for reference only)
- 2013-06-18 18:51:09下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
VCPP
实现对C语言的源程序的词法分析的词法分析器,词法分析器的功能就是读入字符串形式的源程序,识别出具有独立意义的最小语法单位,即单词,并对识别出的单词进行相应的产生属性字处理。(Lexical analyzer lexical analysis of the C language source code, the lexical analyzer function is to read into a string in the form of source code to identify the smallest grammatical unit has independent significance, that is the word, and identify words The generation attribute word processing.)
- 2013-04-04 10:38:57下载
- 积分:1
-
yibiaogauge
说明: 钟表仪器界面源码开发语言Visual C++ 2003.NET(clock like instrument GUI)
- 2009-08-21 22:10:05下载
- 积分:1
-
Keil Cx51 编译器用户手册 中文完整版 403页
说明: 中文版,详细介绍Cx51语言,很不错。值得学习和收藏。(Chinese version, detailed introduction of Cx51 language, very good. It is worth learning and collecting.)
- 2019-11-05 15:51:03下载
- 积分:1
-
Introduction-to-Programming
Some very interesting C introduction questions, created by me.
- 2015-01-09 02:23:58下载
- 积分:1
-
0701停车场管理系统
说明: 实现停车场的基础功能,用C#语言实现会员车辆的充值与查询,以及临时车辆的收费(Parking lot management system, including membership, temporary vehicle charges)
- 2020-06-21 14:00:01下载
- 积分:1
-
Text1
基本51单片机制作的电视机遥控器,24M的晶振,并且已经通过实验,可以成功遥控。工作原理:
由另一遥控器发射出来的红外进行解码,并且经单片机识别后,发射电视遥控器相应的功能键代码。(51 Microcontroller basic TV remote, 24M crystal, and has been through experiments, can successfully remote control. How it works: emitted by another infrared remote control decoding and identification by the MCU after the launch of the corresponding function key remote control code.)
- 2010-05-28 18:27:01下载
- 积分:1
-
BMPTest
使用C++实现的BMP图片解码程序,实现对8位,16位,24位,32位的解码,并通过SetPixel显示。(The C++ program is to decode picture with BMP file format,it can decode bmp with 8bmp,16bmp,24bmp and 32bmp.)
- 2021-01-14 00:38:48下载
- 积分:1
-
此源码是《C#入门经典》一书第四章的源代码
此源码是《C#入门经典》一书第四章的源代码-This source is the C# Entry classic book, Chapter IV of the source code
- 2022-03-20 08:12:24下载
- 积分:1