代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/175558/9541365
c test.c
#include
#define uint unsigned int
#define uchar unsigned char
#define delaylcd 1
#define LCD_Data P1
#define HIGH 1
#define LOW 0
uchar tmp[4] ;
sbit RS = P2^0 ;
sbit RW
www.eeworm.com/read/175558/9541366
lnp test.lnp
"STARTUP.obj",
"test.obj"
TO "test"
CODE( 0X0000-0X0FFF )
www.eeworm.com/read/175546/9541488
dsw test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/175546/9541490
ncb test.ncb
www.eeworm.com/read/175546/9541497
ico test.ico
www.eeworm.com/read/175546/9541499
clw test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTestApp
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "test.h"
www.eeworm.com/read/175546/9541501
opt test.opt
www.eeworm.com/read/175546/9541502
aps test.aps
www.eeworm.com/read/175546/9541506
h test.h
// test.h : main header file for the TEST application
//
#if !defined(AFX_TEST_H__988D6DD6_C056_4921_AE9C_CF2997D6D8A2__INCLUDED_)
#define AFX_TEST_H__988D6DD6_C056_4921_AE9C_CF2997D6D8A2__INCLUD
www.eeworm.com/read/175546/9541511
cpp test.cpp
// test.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "test.h"
#include "testDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha