代码搜索:4

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

代码结果 10,000
www.eeworm.com/read/234004/14126107

c 例4-4.c

/* 直到型循环结构示例 */ #include void main() { char ch; char buf[256]; char *p; printf("Input a string.\n"); // 读取字符串 scanf("%s", buf); p = buf; do { ch = *p; //
www.eeworm.com/read/131489/14143434

m exp4_4.m

clc clear close %开环传递函数描述 numo=20; deno=[1 8 36 40 0]; %求闭环传递函数 [numc,denc]=cloop(numo,deno,-1); %绘制闭环系统的脉冲激励响应曲线 t=1:0.1:10; [y,x]=impulse(numc,denc,t); plot(t,y) title('the impulse respo
www.eeworm.com/read/232951/14175865

m chap4_4.m

%Adaptive PID control based on RBF Identification clear all; close all; xite=0.25; alfa=0.05; belte=0.01; x=[0,0,0]'; ci=30*ones(3,6); bi=40*ones(6,1); w=10*ones(6,1); h=[0,0,0,0,0,0]
www.eeworm.com/read/130699/14177194

c lx4_4.c

www.eeworm.com/read/130647/14179784

gif ex4-4.gif

www.eeworm.com/read/130269/14199652

html day4_4.html

www.eeworm.com/read/232283/14199886

c 4x4.c

#include //可输出0~9的ASCII码 #define uchar unsigned char #define uint unsigned int #define Key_Port P1//P1口为键盘接口 void dlms(void) { uchar i; for(i=200;i>0;i--){} } uchar GetK
www.eeworm.com/read/130200/14203455

cpp algo4-4.cpp

// algo4-4.cpp 根据algo4-3.cpp产生的文件,索引查询图书 #include"c1.h" typedef int ElemType; #include"c2-5.h" #include"bo2-6.cpp" #include"c4-2.h" #include"bo4-2.cpp" #define MaxBookNum 10 // 假设只对10
www.eeworm.com/read/232055/14209787

m examp4_4.m

C=[1, 2, 3, 4, 5]; V=vander(C)
www.eeworm.com/read/129977/14215442

jpg uml4-4.jpg