代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
state.lnp
"state.obj"
TO "state"
state.lst
C51 COMPILER V6.12 STATE 07/27/2007 11:50:28 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE STATE
OBJECT MODULE PLACED IN .
state.hex
:10000300209404C2908002D290209504C291800271
:10001300D291209604C2928002D292209704C29376
:0600230080DED29380DABA
:03000000020029D2
:0C002900787FE4F6D8FD75810702000323
:00000001FF
state.plg
构造目标 'Target 1'
正在编绎 state.c...
连接中...
正在从 "state" 产生 HEX文件...
"state" - 0 错误 (s), 0 警告 (s).
state.c
#include
void main(void)
{
while(1)
{
if(P1_4==0)
{
P1_0=0;
}
else
{
P1_0=1;
}
state.cpp
// State.cpp: implementation of the CState class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "迷宫.h"
#include "State.h"
#ifdef _DEB
state.h
// State.h: interface for the CState class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STATE_H__8E4285D1_7B9B_408D_BFCF_D3B2E8C2024D__INCLUDED_)
#