代码搜索:Debug
找到约 10,000 项符合「Debug」的源代码
代码结果 10,000
www.eeworm.com/read/296495/8098746
lkf debug.lkf
-z -c -o"./Debug/volume.out" -x -i"d:/ti/c5400/bios/lib" -i"d:/ti/c5400/rtdx/lib" -i"d:/ti/c5400/cgtools/lib"
"D:\ti\myprojects\volume2t\Debug\load.obj"
"D:\ti\myprojects\volume2t\Debug\volume.obj"
www.eeworm.com/read/296495/8098770
lkv debug.lkv
-z -c -o"./Debug/volume.out" -x -i"d:/ti/c5400/bios/lib" -i"d:/ti/c5400/rtdx/lib" -i"d:/ti/c5400/cgtools/lib"
"D:\ti\myprojects\volume2t\Debug\load.obj"
"D:\ti\myprojects\volume2t\Debug\volume.obj"
www.eeworm.com/read/396600/8098885
obj debug.obj
www.eeworm.com/read/396600/8098916
__i debug.__i
"SRC\debug.c" BROWSE DEBUG OBJECTEXTEND PRINT(.\lst\debug.lst) OBJECT(.\obj\debug.obj)
www.eeworm.com/read/396600/8098943
lst debug.lst
C51 COMPILER V8.08 DEBUG 03/06/2008 13:38:01 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE DEBUG
OBJECT MODULE PLACED IN .
www.eeworm.com/read/396600/8099000
h debug.h
#ifndef _DEBUG_H
#define _DEBUG_H
//#define DEBUG_PRINTF
void PutChar(unsigned char ch);
void tvbox_printf(unsigned char *buffer,unsigned char ch,unsigned char mode);
#endif
www.eeworm.com/read/396600/8099042
c debug.c
#include
#include "debug.h"
#include "comm.h"
#ifdef DEBUG_PRINTF
void PutChar(unsigned char ch)
{
/*jian add */
#if 1
if(ch == '\n')
{
SBUF = '\r';
while(TI == 0);
T
www.eeworm.com/read/196305/8100478
txt debug.txt
为出租车修改的演示版本
state7 用做电召 应答 “同意电召” 用acc代替
state8 用做电召 应答 “已经载客” 用 外部输入2代替
调试协议
@@GetKEY(space)P,XX\r\n 键按下,键号,00不用,从01开始编号
@@GetKEY(space)R,XX\r\n
www.eeworm.com/read/196292/8102159
cpp debug.cpp
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/196284/8102795
h debug.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved
Module Name:
debug.h
Abstract:
Author:
Raju Ramanathan 02/22/2000
Enviroment:
Kernel