代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/109800/15548182
v control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
www.eeworm.com/read/109799/15548332
v control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
www.eeworm.com/read/107987/15597057
frm control.frm
VERSION 5.00
Object = "{00025600-0000-0000-C000-000000000046}#5.2#0"; "Crystl32.OCX"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
ClientHeight = 645
ClientLeft =
www.eeworm.com/read/107065/15613834
cpp control.cpp
// ============================================================================
// Control implementation
//
// (c) 2003 Ken Reed
//
// This is free software. You can redistribute it and/or modif
www.eeworm.com/read/107065/15613835
h control.h
// This file needs -*- c++ -*- mode
// ============================================================================
// Control Interface
//
// This is just a facade to hide the Windows API functio
www.eeworm.com/read/106043/15648709
c control.c
www.eeworm.com/read/105759/15659377
h 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
www.eeworm.com/read/104417/15694367
c control.c
/* ***********************************************************************
**
** Copyright (C) 2002 Romuald Bialy (MIS) .
**
**
** Yampp-3/USB - Input control routines
**
**