代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/200854/15421826
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/200742/15426129
o control.o
www.eeworm.com/read/200742/15426157
o control.o
www.eeworm.com/read/200742/15426185
c 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"
www.eeworm.com/read/200130/15440895
m 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
www.eeworm.com/read/112759/15464022
c control.c
www.eeworm.com/read/111097/15518340
java control.java
import java.util.*;
import java.text.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.table.*;
import java.lang.*;
import java.io.*;
class control
{
www.eeworm.com/read/110953/15521613
jpg control.jpg
www.eeworm.com/read/110920/15522919
cpp control.cpp
// control.cpp : implementation file
//
#include "stdafx.h"
#include "display.h"
#include "control.h"
#include "ezusbsys.h"
#include "winioctl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#un
www.eeworm.com/read/110920/15522922
h control.h
#if !defined(AFX_CONTROL_H__B3721820_F122_11D7_AC07_444553540000__INCLUDED_)
#define AFX_CONTROL_H__B3721820_F122_11D7_AC07_444553540000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS