-
//float abnormal control
//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
- 2023-05-15 01:00:03下载
- 积分:1
-
430产生38kzh波形,430产生38kzh波形
430产生38kzh波形,430产生38kzh波形-430 have 38kzh waveform 430 generated waveform 38kzh
- 2022-12-16 09:45:03下载
- 积分:1
-
A typical example of interrupt program, 8253,8255,8259 integrated application.
中断程序的一个典型示例,8253,8255,8259的综合应用。-A typical example of interrupt program, 8253,8255,8259 integrated application.
- 2022-01-26 00:12:34下载
- 积分:1
-
创建结构体,以birthday,学号、姓名为数据成员。赋值并输出。...
创建结构体,以birthday,学号、姓名为数据成员。赋值并输出。-Create a structure to birthday, school number, name of data members. Assignment and output.
- 2023-04-06 19:30:03下载
- 积分:1
-
May receive q3d ri webcam numerical, let q3d users can webcam
可以接收q3d ri网络摄像头的数字,让q3d用户可以进行网络摄像头
- 2022-11-01 05:55:03下载
- 积分:1
-
8031直接驱动LED的电路
以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构...
8031直接驱动LED的电路
以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构成外拓存储器,通过P1口直接连接LED,驱动显示器,通过P3.0、P3.1、P3.2、P3.3连接电平开关S1、S2、S3、S4作为逻辑输入控制。-8031 direct-drive LED circuit is the use of 8031 following the I/O port directly drive LED circuit schematic. Circuit through the 8031
- 2022-01-25 21:42:50下载
- 积分:1
-
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式...
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式-LCD screen features to read and write procedures, including the compilation of the original code, recordable documents, familiar with the LCD screen to read and write the way products
- 2022-01-25 21:22:27下载
- 积分:1
-
Turbo Assembly 5.0 Very difficult to find
Turbo Assembly 5.0 Very difficult to find
- 2023-08-24 05:35:06下载
- 积分:1
-
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。...
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。-Electronic clock source is correct, try Oh! Microcomputer Principle and Interface applies.
- 2023-02-21 17:55:04下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1