-
Describes how to use Verilog language processor components UART
介绍了如何用verilog语言实现处理器部件uart-Describes how to use Verilog language processor components UART
- 2022-05-10 11:57:06下载
- 积分:1
-
visual c6.0实现的窜口通讯,窜口输入输出接受程序简单测试,可以运用到工程中
visual c6.0实现的窜口通讯,窜口输入输出接受程序简单测试,可以运用到工程中-visual c6.0 I realize the channeling communications, input and output channeling I accept the simple test procedure can be applied to engineering
- 2022-10-23 23:20:04下载
- 积分:1
-
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数...
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数-send and receive news : you can set ports, baud rate, parity and other parameters
- 2022-02-12 12:36:03下载
- 积分:1
-
用从c++编写的串口通信程序,内有详细的了解并设置串口参数的源码,并含通信原理
用从c++编写的串口通信程序,内有详细的了解并设置串口参数的源码,并含通信原理-prepared from the use of serial communication program, with detailed understanding of serial port parameters and set up the source code, and communication with Principle
- 2023-01-12 18:20:03下载
- 积分:1
-
串口通信,上位机可以呼叫下位机的8个设备号,进行数据传输...
串口通信,上位机可以呼叫下位机的8个设备号,进行数据传输-Serial communication, host computer can call the next crew of the No. 8 device, data transmission
- 2022-01-25 21:03:08下载
- 积分:1
-
WAPI serial programming examples, the api with complex functions, to achieve the...
WAPI串口编程示例,用复杂的api函数,实现的串口功能更为强大.-WAPI serial programming examples, the api with complex functions, to achieve the serial function more powerful.
- 2022-08-10 02:31:58下载
- 积分:1
-
这在串行驱动程序的初始化过程中,简单的说了一下…
在此以串口驱动程序中初始化过程为线索简单讲一讲WindowsCE下驱动程序开发基础-this in the serial driver for initialization process as simple as talking about the clues driver under Windows CE Sequence development foundation
- 2022-01-27 09:03:01下载
- 积分:1
-
云台根据其回转的特点可分为只能左右旋转的水平旋转云台和既能左右旋转又能上下旋转的全方位云台。一般来说,水平旋转角度为0°~350°,垂直旋转角度为+90°。恒速...
云台根据其回转的特点可分为只能左右旋转的水平旋转云台和既能左右旋转又能上下旋转的全方位云台。一般来说,水平旋转角度为0°~350°,垂直旋转角度为+90°。恒速云台的水平旋转速度一般在3°~10°/s,垂直速度为4°/s左右。变速云台的水平旋转速度一般在0°~32°/s,垂直旋转速度在0°~16°/s左右。在一些高速摄像系统中,云台的水平旋转速度高达480°/s以上,垂直旋转速度在120°/s以上
-Yuntai rotation in accordance with its characteristics can be divided into only about the level of rotation and can rotate around Haeundae rotating up and down while rotating omni-directional PTZ. In general, the level of rotation angle 0 ° ~ 350 °, vertical rotation angle for+ 90 °. The level of constant rotation speed Yuntai generally 3 ° ~ 10 °/s, the vertical speed of 4 °/s or so. The level of variable rotation speed Yuntai generally 0 ° ~ 32 °/s, vertical rotation speed 0 ° ~ 16 °/s or so. In some high-speed camera system, the level of Yuntai rotating at speeds of up to 480 °/s or more, vertical rotation speed 120 °/s over
- 2023-05-19 08:30:03下载
- 积分:1
-
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断...
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断-on the debugging, it will also send a string, and have interrupted
- 2022-03-25 07:36:00下载
- 积分: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