代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/349546/10820457
plg test.plg
www.eeworm.com/read/420021/10822930
lst test.lst
C51 COMPILER V8.02 TEST 08/15/2007 09:49:59 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
www.eeworm.com/read/420021/10822965
obj test.obj
www.eeworm.com/read/420021/10822978
c test.c
#include"at89x51.h"
main()
{
P0=0x00;
if(P0_2==1)
{
P2_0=1;
P2_1=0;
}
if(P0_3==1)
{
P2_0=0;
P2_1=1;
}
}
www.eeworm.com/read/275344/10823050
ico test.ico
www.eeworm.com/read/275344/10823066
h test.h
// test.h : test 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CtestApp:
// 有关此类的实现,请参阅 test.cpp
www.eeworm.com/read/275344/10823074
cpp test.cpp
// test.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "test.h"
#include "MainFrm.h"
#include "testDoc.h"
#include "testView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// Cte
www.eeworm.com/read/275344/10823102
rc test.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/349492/10823989
c test.c
# include
# define led P1
# define Ton 40 //基准脉宽0.04ms
# define true 1
code unsigned char stop[3] _at_ 0x3B; //Mon51用,绝对地址引用
unsigned char LEDflag = 0; //全局变量,最大