-
GPS CA码产生程序
该程序用于FPGA中,利用verilog实现CA码产生,在GPS信号捕获及跟踪方面都有很重要的作用,该方法比较简单,仿真也比较容易,希望帮助大家一起共同进步
- 2023-05-26 08:10:03下载
- 积分:1
-
没有翻译
蜂鸣器驱动程序实验,电子琴程序,对单片机输入输出端口的一个小综合-failed to translate
- 2022-02-20 01:25:04下载
- 积分:1
-
CH451键盘管理及LED显示芯片的C程序,调试通过MCU为LPC2103
CH451键盘管理及LED显示芯片的C程序,调试通过MCU为LPC2103-CH451 keyboard management and LED display chip C program debugging through the MCU for the LPC2103
- 2022-09-19 15:40:03下载
- 积分:1
-
24c02的c语言源代码,经测试可以运行,在atmel80C51运行无误
24c02的c语言源代码,经测试可以运行,在atmel80C51运行无误-24C02 of c language source code, have been tested and can run in the correct operation of atmel80C51
- 2022-06-14 11:44:20下载
- 积分:1
-
cc65 的编译器文档,是e文的
cc65 的编译器文档,是e文的-cc65 compiler document is the text of the e
- 2022-03-03 06:34:31下载
- 积分:1
-
linux下基于9260的应用例程:webserver
linux下基于9260的应用例程:webserver-application example(linux), based on atmel9260: webserver
- 2023-05-09 15:30:03下载
- 积分:1
-
arm 的串口实验资料,源码压缩包,一共含九个文件
arm 的串口实验资料,源码压缩包,一共含九个文件-serial arm experimental data, compressed source package, containing a total of nine documents
- 2022-03-09 20:09:04下载
- 积分:1
-
对于KS0713图形显示源代码
Source code for ks0713 graphics display
- 2023-01-01 11:25:03下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1
-
dsPIC33 code about uart_no_dma
资源描述
1. Code Example Description:
----------------------------
UART is configured with 9600 baud rate, 8 bit data, no parity bit and single stop bit.
A single letter will be transmitted upon each keypress on Explorer16 board.
- 2022-12-13 00:00:03下载
- 积分:1