搜索资源列表
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
内联汇编
- 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合: 1.使用汇编语言写函数; 2.对速度要求非常高的代码; 3.设备驱动程序中直接访问硬件; 4.\"Naked\" Call的初始化和结束代码。 -used in conjunction with the compilation does not need
jieshouxitong
- DTMF 接受系统的程序设计流程图 及汇编语言-DTMF procedures acceptable to the system design flow chart and assembly language
try
- 在CCS环境下,用C语言、汇编语言、线性汇编语言分别编写乘积和的代码,并将其整合到C语言程序中。-In the CCS environment, using C language, assembly language, the linear product and the write assembly language code, respectively, and integrate it into the C language program.
12864
- 12864显示图形的c语言程序 有许多地方都没有12864液晶显示的c语言资料,大都用的是汇编语言,这对没学汇编语言的人来说很不方便。这个程序就清楚介绍了有关用C语言在12864上显示汉字和图形,很有价值看哟!
shanshuodeng
- 基于单片机的闪烁灯制作过程及所需的c语言程序和相应的汇编语言程序-Based on the flashing lights of the production process of the microcontroller and c language program and the corresponding assembly language program
HUIBIAN
- 没有什么特别的功能,只是一个与汇编语言结合紧密的C语言程序-nothing special,just a normol C programme, which also contein
C
- C语言是一种计算机程序设计语言。它既具有高级语言的特点,又具有汇编语言的特点。它可以作为工作系统设计语言,编写系统应用程序,也可以作为应用程序设计语言,编写不依赖计算机硬件的应用程序。-C language is a computer programming language. It has the characteristics of high-level language, but also has the characteristics of assembly language. It c
Introduction-to-The-C-Language
- 介绍了单片机C语言与汇编语言混合编程的两种基本方式,C语言程序中嵌入汇编程序和调用汇编程序的参数传递方法,以及在keil C51中的具体处理方法. -Introduces the single-chip C language and assembly language programming mix of two basic ways, C language program embedded assembler and parameter passing method calls an as