-
这是AD转换的C语言源代码的AVR,美国..
这是AVR的AD转化的c语言编程源码,它使用ICCAVR开发-This is the AVR of the AD conversion c language programming source code, which uses ICCAVR Development
- 2022-11-01 09:25:03下载
- 积分:1
-
Keil_C51程序,C8051实现的TCP/IP功能源码,使用keilC51,含网页测试程序。...
Keil_C51程序,C8051实现的TCP/IP功能源码,使用keilC51,含网页测试程序。-Keil_C51 procedures, C8051 realize the TCP/IP function of source, the use of keilC51, including test procedures page.
- 2023-05-07 04:30:03下载
- 积分:1
-
教你如何使用上s3c2410的cache功能,很详细
教你如何使用上s3c2410的cache功能,很详细-Teach you how to use the cache on the S3C2410 features, in great detail
- 2022-01-25 14:23:31下载
- 积分:1
-
很难得的xscale_pxa255的核心版原理图(PDF格式)
很难得的xscale_pxa255的核心版原理图(PDF格式)-Hard to come by xscale_pxa255 schematic diagram of the core version (PDF format)
- 2023-05-16 05:05:02下载
- 积分:1
-
44B0的测试学习程序,这个程序为44B0的AD应用程序
44B0的测试学习程序,这个程序为44B0的AD应用程序-44B0 study testing procedures, as 44B0 AD applications
- 2022-06-13 05:52:19下载
- 积分:1
-
lWIP是TCPIP的协议的源代码。采用的是最新LWIP0.6.4版本。为了得到最佳性能,我们需要引入操作
系统。上面的UCOSII就是一个很好操作系统。...
lWIP是TCPIP的协议的源代码。采用的是最新LWIP0.6.4版本。为了得到最佳性能,我们需要引入操作
系统。上面的UCOSII就是一个很好操作系统。-lWIP TCPIP agreement is the source code. Using the latest version LWIP0.6.4. To get the best performance, we need to introduce the operating system. UCOSII above is a very good operating system.
- 2022-08-19 06:42:09下载
- 积分:1
-
NS954X tuner solution source code with RDS function
NS954X tuner solution source code with RDS function
- 2022-09-03 19:55:03下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
9200上用于测试GPIO口的程序,对初学者较有实用坐标
9200上用于测试GPIO口的程序,对初学者较有实用坐标-9200 on the GPIO port for testing procedures, are more useful for beginners coordinates ............
- 2023-03-17 19:55:03下载
- 积分:1
-
ARM Cortex
ARM cortex-M3系列处理器的代码,包括正交编码器接口QEI、中断控制Interrupt、硬件类型定义hw_types。(IAR环境工程)-ARM cortex-M3 family of processors code, including quadrature encoder interface, QEI, interrupt control Interrupt, the hardware type definition hw_types. (IAR Environmental Engineering)
- 2022-03-01 19:58:59下载
- 积分:1