-
提供I2C总线初始化、工作时的启始位、结束位、提供I2C总线的时钟信号,并返回在时钟电平为高期间 SDA信号线上状态。本函数可用于数据发送,也可用于数据接收...
提供I2C总线初始化、工作时的启始位、结束位、提供I2C总线的时钟信号,并返回在时钟电平为高期间 SDA信号线上状态。本函数可用于数据发送,也可用于数据接收-provide I2C bus initialization, the Start-end, provide the I2C bus clock signal, the clock and return to the high-level signal line during the SDA state. This function can be used to transmit data, can also be used for data reception
- 2022-03-19 00:33:10下载
- 积分:1
-
一个很好的水文监测系统 vb 串口
一个很好的水文监测系统 vb 串口-a good hydrological monitoring system vb Serial
- 2022-02-03 03:04:31下载
- 积分:1
-
该程序是实现蓝牙串口通信的,在计算机上用vb进行编程,打开蓝牙的uart口,从而打开蓝牙的串口。...
该程序是实现蓝牙串口通信的,在计算机上用vb进行编程,打开蓝牙的uart口,从而打开蓝牙的串口。-Bluetooth serial communications, computers programmed with vb, Bluetooth UART open mouth, open the Bluetooth Serial Port.
- 2022-03-06 15:41:02下载
- 积分:1
-
kermit 文件接收协议的c语言实现,用于RS232。
kermit 文件接收协议的c语言实现,用于RS232。-kermit file to receive the agreement realize c language for the RS232.
- 2022-01-24 14:28:23下载
- 积分:1
-
该程序实现了串口之间的相互通信,是异步串口通信,可以设置串口号...
该程序实现了串口之间的相互通信,是异步串口通信,可以设置串口号-Implementation of the procedures between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks
- 2022-12-10 11:00:02下载
- 积分:1
-
串口调试测试文件
串口调试测试文件-Serial debug test file
- 2022-01-25 21:46:29下载
- 积分:1
-
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断...
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断-on the debugging, it will also send a string, and have interrupted
- 2022-03-25 07:36:00下载
- 积分:1
-
一个基于智能测控冲击波DLL的二次开发串口通讯程序,具有实时数据的曲线趋势图显示,历史数据的曲线趋势图显示功能。...
一个基于智能测控冲击波DLL的二次开发串口通讯程序,具有实时数据的曲线趋势图显示,历史数据的曲线趋势图显示功能。
- 2022-02-01 12:10:33下载
- 积分:1
-
USB communications source code, the entire Internet, downloading re
USB通信源代码,网上最全,下载后重新rebuild就可以运行了。-USB communications source code, the entire Internet, downloading re-rebuild on the run.
- 2022-06-30 05:27:32下载
- 积分:1
-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的...
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention t
- 2022-02-25 13:48:40下载
- 积分:1