代码搜索结果
找到约 10,000 项符合
Control 的代码
control.css
TD {
FONT-SIZE: 12px
}
P {
FONT-SIZE: 12px
}
LI {
FONT-SIZE: 12px
}
INPUT {
FONT-SIZE: 12px
}
SELECT {
FONT-SIZE: 12px
}
.C01 {
FONT-SIZE: 7pt; COLOR: #ffffff; FONT-FAMILY: "Aria
control.h
/* A simple rate-monotonic scheduler */
/* Header file */
#define EXEC 1
#define SUSP 2
#define DEBUG_FIFO 5
#define RTIME long long
typedef struct {
int state;
int id;
RT
control.h
/*
* Header file for the ADC unit
*/
extern void InitialiseADC (unsigned char ADC_Channel);
/*---------------------------------------------------------------
Initialising the ADC channels
control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "44b.h"
#include "option.h"
void ShowBootInfo(void)
{
puts("\n **************************************\n"
control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
control.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity control is
port(clk:in std_logic;
dataout:out std_logic_vector(31 down
control.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include