-
求任意个数的平均值,输入数字就可以求得结果,是本人学习汇编的习作,请多指教。...
求任意个数的平均值,输入数字就可以求得结果,是本人学习汇编的习作,请多指教。-seeking arbitrary number, the average import figures can be obtained result is a compilation of my learning exercises, please enlighten.
- 2022-01-24 17:06:42下载
- 积分:1
-
codevision c compiler key generation software
codevision c compiler key generation software-codevision soft key generation ware
- 2022-01-21 00:57:47下载
- 积分:1
-
用汇编语言写的PIC单片机控制的时钟程序,以通过编译,另有PROTEUS电路图。...
用汇编语言写的PIC单片机控制的时钟程序,以通过编译,另有PROTEUS电路图。
- 2023-01-06 13:10:03下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1
-
单片机正弦信号产生中改变正弦消耗频率时仍然保持采样频率的算法...
单片机正弦信号产生中改变正弦消耗频率时仍然保持采样频率的算法-SCM sinusoidal signal to change consumption frequency sinusoidal remained sampling frequency algorithm
- 2022-03-04 22:05:54下载
- 积分:1
-
本程序是PIC单片机自带AD转换功能的使用例子,并且采用了多次采样取平均值的方法进行抗干扰。...
本程序是PIC单片机自带AD转换功能的使用例子,并且采用了多次采样取平均值的方法进行抗干扰。-This procedure is a single-chip microcomputer PIC own use of AD conversion examples, and using a number of sampling methods to obtain the average interference.
- 2023-02-19 10:45:03下载
- 积分:1
-
mega128的bootloader程序,上位机采用vb,下位机采用gcc编译
mega128的bootloader程序,上位机采用vb,下位机采用gcc编译-mega128 the Bootloader procedures PC using vb. under the crew used gcc
- 2022-04-17 11:19:06下载
- 积分:1
-
基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码基于CY3684开发板,使用多个interface实现复合设备。与之相对的...
基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码基于CY3684开发板,使用多个interface实现复合设备。与之相对的另一种方案是使用多个报表描述符,该方案另行上传。-This project focuses on building a mouse+ keyboard hybrid USB device with the popular Cypress CY7C68013A chip. Implementation is based on a multiple Interface solution. Please refer to CY3684 dev kit documentation for more details regarding hardware platform.
- 2023-08-25 17:00:04下载
- 积分:1
-
cc1100 rf init how cc1100 initialization register of the sending and acceptance...
cc1100 rf init 如何初始化cc1100的发送与接受寄存器-cc1100 rf init how cc1100 initialization register of the sending and acceptance of
- 2022-01-28 06:37:50下载
- 积分:1
-
Embedded systems are widely used in various fields of science and technology and...
嵌入式系统已经广泛应用于各个科技领域和日常生活的每个角落,由于其本身的特性,使得我们很难发现它的存在。甚至一些从事嵌入式系统开发的科技人员也只知单片机,不知道嵌入式系统。本节从嵌入式系统的定义开始,阐述嵌入式系统的含义、特点等,以使读者加深对嵌入式系统的理解。
-Embedded systems are widely used in various fields of science and technology and everyday life in every corner, due to its own characteristics, making it very difficult for us to discover its existence. Embedded systems and even some involved in the development of scientific and technical personnel are also only single-chip, embedded systems do not know. This section from the beginning of the definition of embedded systems, embedded systems on the meaning, characteristics and so on, in order to enable readers to deepen their understanding of embedded systems.
- 2022-03-01 20:18:55下载
- 积分:1