代码搜索:ctrl

找到约 10,000 项符合「ctrl」的源代码

代码结果 10,000
www.eeworm.com/read/159869/10606104

v fre_ctrl.v

module fre_ctrl(clk,rst,count_en,count_clr,load); output count_en,count_clr,load; input clk,rst; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en=0; load=1; end
www.eeworm.com/read/351740/10614183

f90 ctrl.f90

MODULE CONTROL_FUNCTIONS ! Routines for evaluating control functions USE PRECISION_PARAMETERS USE CONTROL_VARIABLES USE GLOBAL_CONSTANTS, ONLY : NMESHES IMPLICIT NONE CHARACTER(255), PARAMETER :: ct
www.eeworm.com/read/159552/10640473

v fre_ctrl.v

module fre_ctrl(clk,rst,count_en,count_clr,load); output count_en,count_clr,load; input clk,rst; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en=0; load=1; end
www.eeworm.com/read/159422/10650814

h vfd_ctrl.h

www.eeworm.com/read/421977/10671755

m han_ctrl.m

function [sys,x0,str,ts]=han_ctrl(t,x,u,flag,aa,bet1,b,d) switch flag, case 0 [sys,x0,str,ts] = mdlInitializeSizes(t,u,x); % 初始化 case 3 sys = mdlOutputs(t,x,u,aa,bet1,b,d); % 输出量的计算 case {
www.eeworm.com/read/421895/10682047

opa ctrl0.opa

www.eeworm.com/read/421895/10682120

opa ctrl3.opa

www.eeworm.com/read/421895/10682165

opa ctrl4.opa

www.eeworm.com/read/421895/10682415

opa ctrl1.opa

www.eeworm.com/read/350959/10692574

c uvc_ctrl.c

/* * uvcvideo.c -- USB Video Class driver * * Copyright (C) 2005-2006 * Laurent Pinchart (laurent.pinchart@skynet.be) * * This program is free software; you can redistr