代码搜索:调试设备

找到约 10,000 项符合「调试设备」的源代码

代码结果 10,000
www.eeworm.com/read/258142/11882112

java mosblock.java

//已调试; public class MosBlock { byte[] block_table = null; // 每个作业进入输入井时保存所占页号,并保存在JCB中 public MosBlock(byte[] page){ block_table = new byte[page.length]; for(int i = 0;i < page.length;i
www.eeworm.com/read/155135/11895977

c can.c

///////// canA 接收和发送调试程序 CANB 有问题*//////////// #include #include #define TIMES 28 #define CR_ACAN XBYTE[0xfe00] //控制寄存器 #define CMR_ACAN XBYTE[0xfe01
www.eeworm.com/read/153226/12050814

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-iic OBJS = test-iic.o MACRO = if
www.eeworm.com/read/153226/12050821

mekefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-iic OBJS = test-iic.o MACRO = if
www.eeworm.com/read/153226/12050842

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-key OBJS = test-key.o MACRO = if
www.eeworm.com/read/153226/12050863

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = led OBJS = led.o MACRO = ifdef DEBUG
www.eeworm.com/read/153226/12050886

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test_tty OBJS = test_tty.o MACRO = if
www.eeworm.com/read/153226/12050893

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-led OBJS = test-led.o MACRO = if
www.eeworm.com/read/153226/12050899

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-gui OBJS = test-gui.o MACRO = if
www.eeworm.com/read/153226/12050917

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-adc OBJS = test-adc.o MACRO = if