代码搜索:Control 有哪些应用?
找到约 10,000 项符合「Control 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/378952/9211871
pm control.pm
#-----------------------------------------------------------------
sub PingCommand() {
my $res = SendMonitorCommand("PING");
if (!$res) {
print "\n\nWARNING!!! DAEMON IS NOT RUNNING. I
www.eeworm.com/read/378952/9211976
mmm_control
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use Getopt::Long;
use threads;
use threads::shared;
use Thread::
www.eeworm.com/read/378479/9229916
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/181175/9270480
class control.class
www.eeworm.com/read/181175/9270481
java control.java
package waitANDnotify;
public class Control {
int n;
boolean valueSet;
synchronized int get(){
if(valueSet){
try{
wait();
}catch (InterruptedException e){
System.out.p
www.eeworm.com/read/376212/9324909
m control.m
function theResult = control(self, theStyle, ...
theNormalizedPosition, thePixelOffset, ...
varargin)
% ps/control -- Create UIControl for "ps".
% control(self, 'theStyle', theNormalized
www.eeworm.com/read/179966/9326135
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/179705/9341907
c control.c
/* ode-initval/control.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G