代码搜索结果
找到约 129,825 项符合
Control 的代码
key-control-pwm-led.lnp
"KEY-CONTROL-PWM-LED.obj"
TO "KEY-CONTROL-PWM-LED"
key-control-pwm-led.plg
礦ision2 Build Log
Project:
F:\ME500单片机开发系统\基础练习\PWM\PWM 控制 LED 灯渐亮渐灭程序\C51\KEY-CONTROL-PWM-LED.uv2
Project File Date: 11/20/2006
Output:
Build
control.h
void control_screen(struct soft_setup *, struct pos *,
struct control *, struct gcode_setup *);
/*prints control screen graphics and all text on screen
1st parameter ->
control.lst
C51 COMPILER V7.02b CONTROL 01/18/2005 19:37:32 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE CONTROL
OBJECT MODULE PLACED I
control.m
function y=control(n)
a=20;
if n==0
y=a+1;
elseif n==1
y=a*(1+n);
elseif n==2
y=a+n;
else
y=a;
end
control.vhd
-- ============================================================
-- File Name: control.vhd
-- ============================================================
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.AL
control.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY control IS
PORT( reset: IN STD_LOGIC; --system reset signal
bege
control-structures.alternative-syntax.html
Alternative syntax for control structures
language.control-structures.html
Control Structures
control.h
//
// C++ Interface: Control
//
// Description:与iptux相关的程序数据
//
//
// Author: Jally , (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef CONTROL