代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/434017/1874969
as controller.as
/*
Copyright 2007, Firemoss, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of
www.eeworm.com/read/191852/8419623
hex controller.hex
:02000600C10037
:030003000207DC15
:1007DC00C0E0C0F0C083C082C0D075D0087F3C128E
:0F07EC0003ACD200D0D0D082D083D0F0D0E03296
:0802940008760108A6077F04AB
:02029C00AE07AB
:10029E0075160A783CE6FF743C2EF
www.eeworm.com/read/191852/8419637
opt controller.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/191852/8419650
lst controller.lst
C51 COMPILER V7.06 CONTROLLER 03/06/2006 14:26:26 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE CONTROLLER
OBJECT MODULE PLACED
www.eeworm.com/read/191852/8419668
plg controller.plg
礦ision2 Build Log
Project:
D:\DESIGN\pos2006\MF1\zlg500A1.4应用文档\program\program\controller.uv2
Project File Date: 03/06/2006
Output:
www.eeworm.com/read/191852/8419671
c controller.c
#include "zlg500.h"
sbit zlg500_RST=P1^4;
uchar code Nkey_a[6] = {0xA0, 0xA1, 0xA2, 0xA3, 0xA4, 0xA5};
uchar code Nkey_b[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
main()
{ uchar idat
www.eeworm.com/read/191852/8419673
obj controller.obj
www.eeworm.com/read/191422/8429867
h controller.h
// controller.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
#ifndef __CONTROLLER_H
#define __CONTROLLER_H
#include
#include
#include
www.eeworm.com/read/191422/8429882
cpp controller.cpp
// controller.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
#include "controller.h"
#include "view.h"
#include "appui.h"
#include
#include
#in
www.eeworm.com/read/390905/8434269
h controller.h
#ifndef _CONTROLLER_H_
#define _CONTROLLER_H_
#include "include.h"
#include "GA.h"
#include "NeuralNet.h"
class CController
{
private:
vector m_vecThePopulation;
CGA* m_pGA;