代码搜索结果
找到约 143,016 项符合
Remote Control 的代码
control.vhd
library ieee;
use ieee.std_logic_1164.all;
entity control is
port ( clk : in std_logic;
clks :out std_logic);
end control;
architecture aa of control is
signal count : integer rang
control.rpt
Project Information d:\biyesheji\jtdkz\control.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 12/13/2005 14:43:20
Copyright (C) 1988-2002 Al
control.prw
[System]
System1=main
[main]
Project1=Control.prj
remote.dp2
remote.o: C:/iccavr/include/iom128v.h C:\DATA\MP3\Player\Code2/remote.h C:\DATA\MP3\Player\Code2/vs1001.h C:\DATA\MP3\Player\Code2/fat.h C:\DATA\MP3\Player\Code2/generic.h C:/iccavr/include/string.h C
control.cpp
// Control.cpp : implementation file
//
#include "stdafx.h"
#include "aaa.h"
#include "Control.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
control.vhd
library ieee;
use ieee.std_logic_1164.all;
package state_pack is
type state is (qa,qb);
end state_pack;
library ieee;
use ieee.std_logic_1164.all;
use work.state_pack.all;
entity control is
control.cpp
#include "control.h"
////////////////////////// 提供提示和帮助信息 /////////////////////////////
void Control::welcome(HWND hwnd)
{
//创建一个对话框显示提示信息
MessageBox(hwnd, "点击鼠标左键设置点位置点\n 点击鼠标右键清空所有点\n点菜单开始
control.h
#pragma once
#include "head.h"
#include "map.h"
#include "defaultmap.h"
#include "roundmap.h"
#include "connectline.h"
#include "ga.h"
#include "resource.h"
class Control
{
public:
Contr
control.m
function theResult = control(self, theStyle, ...
theNormalizedPosition, thePixelOffset, ...
varargin)
% ps/control -- Create UIControl for "ps".
% control(self, 'theStyle', theNormalized
control.quartus
FILES
{
VQM_FILE = control.vqm;
}
COMPILER_SETTINGS_LIST
{
COMPILER_SETTINGS = control;
}
SIMULATOR_SETTINGS_LIST
{
SIMULATOR_SETTINGS = control;
}
SOFTWARE_SETTINGS_LIST
{
SOFTWARE_