代码搜索:4

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

代码结果 10,000
www.eeworm.com/read/224216/7100458

htm ch4_1_4.htm

多项式函数
www.eeworm.com/read/400482/7103414

v mult4x4.v

module mult4x4(out,a,b,clk); output[7:0] out; input[3:0] a,b; input clk; reg[7:0] out; reg[1:0] firsta,firstb; reg[1:0] seconda,secondb; wire[3:0] outa,outb,outc,outd; always @(posedge clk)
www.eeworm.com/read/460712/7105513

m chap4_4plant.m

function [sys,x0,str,ts]=MIMO_Tong_plant(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDerivatives(t,x,u); case 3, sys=mdlOutputs(t,x,u); case
www.eeworm.com/read/460712/7105514

mdl chap4_4sim.mdl

Model { Name "chap4_4sim" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDat
www.eeworm.com/read/460712/7105519

m chap4_4plot.m

close all; figure(1); subplot(211); plot(t,yd1(:,1),'r',t,y(:,1),'b'); xlabel('time(s)');ylabel('Position tracking for Link 1'); subplot(212); plot(t,yd1(:,2),'r',t,y(:,2),'b'); xlabel('time(
www.eeworm.com/read/460712/7105537

m chap4_4ctrl.m

function [sys,x0,str,ts] = MIMO_Tong_s(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 3, sys=mdlOutputs(t,x,u); case {2,4,9} sys=[]; otherwise error
www.eeworm.com/read/296774/7113587

h svr4-4-gdb.h

/* Definitions of target machine for GNU compiler. Mips System V.4 version using encapsulated stabs. Copyright (C) 1992 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is f
www.eeworm.com/read/313598/7117642

m lt4_1_4.m

%例4.1.4,拟合优度检验 x=0:100:1000; N=[39,58,47,33,25,22,12,6,6,2]; y=xnzh(x,N); theta=mle('exp',y); p0=expcdf(x(2:end),theta)-expcdf(x(1:end-1),theta); %%%调用拟合优度检验函数 youdu(p0,N)
www.eeworm.com/read/313598/7117651

m lt4_2_4.m

%例题4.2.4,符号检验 x=30;y=40-x; fhjy(x,y)
www.eeworm.com/read/464779/7155290

h matrix4x4.h

////////////////////////////////////////////////////////////////////////////////////////// // MATRIX4X4.h // Class declaration for a 4x4 matrix // Downloaded from: www.paulsprojects.net // Created