-
qpboc L2源码
可以通过QPBOC检测 里面有emv内核源码 和qpboc的一些文档的数据结构定义和代码的介绍 里面有大量的注释 很好的代码。
- 2022-03-09 17:12:39下载
- 积分:1
-
用 52 模拟SPI串口接受程序,然后控制无线模块发送出去!饱含nrf2401的初始化!...
用 52 模拟SPI串口接受程序,然后控制无线模块发送出去!饱含nrf2401的初始化!-SPI serial interface with 52 analog acceptance procedure, and then control the wireless module to send out! Full of nrf2401 initialization!
- 2022-08-15 20:03:09下载
- 积分:1
-
Private Sub MSComm_OnComm ()
Select Case MSComm1.CommEvent
Case comEve...
检验仪器与计算机接口技术,比较详细 还附带代码-Private Sub MSComm_OnComm ()
Select Case MSComm1.CommEvent
Case comEventBreak
Case comEvDSR
comEvReceive
End Select
End Sub
- 2022-01-25 17:06:31下载
- 积分:1
-
用PIC16F690单片机实现终端采样、检测和与PC通讯...
用PIC16F690单片机实现终端采样、检测和与PC通讯-PIC16F690 Microcontroller with terminal sampling, detection and communication with the PC
- 2022-01-30 12:09:31下载
- 积分:1
-
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FOR...
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FORTRAN程序并且多数不能真正运行。鉴于目前在许多嵌入式系统中要用到FFT运算,如以DSP为核心的交流采样系统、频谱分析、相关分析等。本人结合自己的实际开发经验,研究了实数的FFT算法并给出具体的C语言函数,读者可以直接应用于自己的系统中。--I implemented FFT algorithm in real number and provides a C function. Users could use it directly in their systems.
- 2022-01-26 01:17:49下载
- 积分:1
-
基于ucdragon fs2410开发板的bootloader
基于ucdragon fs2410开发板的bootloader-the bootloader of fs2410 board.
- 2022-05-14 07:35:57下载
- 积分:1
-
环境 keil
利用c51F 中断刷新 LCD (128*64) 内部ram做显示缓存
环境 keil
利用c51F 中断刷新 LCD (128*64) 内部ram做显示缓存-Keil the use of environmental disruption c51F refresh LCD (128* 64) do show that the internal ram cache
- 2023-08-10 00:40:02下载
- 积分:1
-
G711 U
G711 u-law, A-law and linear PCM conversions Programm.
- 2022-07-12 22:00:48下载
- 积分:1
-
硬件SDHC读写TF卡
使用J-LinkV8
MDKKeil版本4.71
调试串口波特率:115200
基于MDKK70-EK_T43硬件
- 2022-03-18 01:45:27下载
- 积分:1
-
DE2 练习源码2-4
Part IV
In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build
circuits that use this method of representing decimal numbers, in which each decimal digit is represented using
four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal
value 59 is encoded in BCD form as 0101 1001.
You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B,
plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be
handled by this circuit is S
- 2022-03-18 00:20:50下载
- 积分:1