代码搜索结果
找到约 10,000 项符合
Test 的代码
test.plg
礦ision2 Build Log
Project:
D:\文档\廉玉\test.uv2
Project File Date: 06/20/2008
Output:
test.c
#include "reg52.h"
#include "intrins.h"
#define uchar unsigned char
#define uint unsigned int
sbit ds=P2^2;
sbit led=P2^0;
sbit led1=P2^1;
uchar flag ;
uint temp; //参数temp一定要声明为
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CAboutDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "test.h"
test.h
// test.h : main header file for the TEST application
//
#if !defined(AFX_TEST_H__4312ED02_31A7_4BBC_B6D9_C6A12C08E6CA__INCLUDED_)
#define AFX_TEST_H__4312ED02_31A7_4BBC_B6D9_C6A12C08E6CA__INCLUD
test.cpp
// test.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "test.h"
#include "MainFrm.h"
#include "testDoc.h"
#include "testView.h"
#ifdef _DEBUG
#def