代码搜索结果
找到约 10,000 项符合
Test 的代码
test.mak
# Microsoft Developer Studio Generated NMAKE File, Based on test.dsp
!IF "$(CFG)" == ""
CFG=test - Win32 Debug
!MESSAGE No configuration specified. Defaulting to test - Win32 Debug.
!ENDIF
!IF
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Admin\LO
test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
test.c
#include
#include
#define max(a, b) (((a) > (b)) ? (a) : (b))
#define min(a, b) (((a) < (b)) ? (a) : (b))
#define maxnum 0x7fffffff
#define testbits 0x80000000
int C
test.dep
# Microsoft Developer Studio Generated Dependency File, included by test.mak
test.txt
*********************************************************************
The data read from the endpiont 0X1 is:
The data received is from 0 to 0X2F.
------------------------------------------------