代码搜索:调试协议

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

代码结果 10,000
www.eeworm.com/read/172434/9708242

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/171189/9767845

frm form1.frm

VERSION 5.00 Object = "{3967C80F-72E6-4A11-860E-9AB844AC5931}#1.0#0"; "TaoModual.ocx" Begin VB.Form Form1 BorderStyle = 1 'Fixed Single Caption = "TaoModual短信控件调试器/[wujtao/
www.eeworm.com/read/269224/11105352

cpp set.cpp

//程序:set演示 //目的:理解STL中的集合(set //为了避免在调试模式(debug mode)出现恼人的警告,使用下面的编译器命令 #pragma warning(disable: 4786) #include #include #include using namespace std; int main(int
www.eeworm.com/read/412820/11181658

h ds12887_1.h

//file: DS12887驱动程序 ,用串口助手调试 //time: 2008-2-16 //author:borlittle //qq:634172943 #ifndef __DS12887_1_H__ #define __DS12887_1_H__ #define uchar unsigned char //定义无符号字符为 uchar //接口定义 sb
www.eeworm.com/read/335372/12532272

searchresults commun~1.searchresults

---- DEBUG_CMMD Matches (5 in 4 files) ---- Define.h:#define DEBUG_CMMD //定义调试命令 I2c.c:#ifdef DEBUG_CMMD Main.c: #ifdef DEBUG_CMMD Main.c: #ifdef DEBUG_CMMD Serial.c: #ifdef D
www.eeworm.com/read/238382/13890250

cpp test4gdlg.cpp

// Test4GDlg.cpp : implementation file // //20070806 从“误码仪软件070514(有调试接口)”版本进行了简化 #include "stdafx.h" #include "Test4G.h" #include "Test4GDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #unde
www.eeworm.com/read/106293/15641114

html compiler.html

Linux上的C/C++编译器和调试器
www.eeworm.com/read/102552/15776424

htm subject_34172.htm

序号:34172 发表者:jackyang 发表日期:2003-03-27 12:11:15 主题:这是什么错误啊。 内容:调试时,总是报错-------------------Configuration: emploe - Win32 Debug--------------------Compiling...employee.cppi:\st
www.eeworm.com/read/101790/15812461

htm subject_34172.htm

序号:34172 发表者:jackyang 发表日期:2003-03-27 12:11:15 主题:这是什么错误啊。 内容:调试时,总是报错-------------------Configuration: emploe - Win32 Debug--------------------Compiling...employee.cppi:\st
www.eeworm.com/read/100695/15866832

bak star.java.bak

//Star.java /** * Star 调试环境Windows XP 5.1 * @author 袁卫华 0200374 * @version 1.0 06/24/03 */ public class Star{ System.out.println("程序使用方法:Star n \n其中n为0-40间的整数"); public static v