代码搜索结果

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

test4_4.plg

Build Log --------------------Configuration: test4_4 - Win32 Debug-------------------- Command Lines Results test4_4.exe - 0 er

4-4-1.asm

data segment num dw 12h,9ah,68h data ends code segment assume cs:code,ds:data start: mov ax,data mov ds,ax mov ax,num mov bx,num+2 mov cx,num+4

4-4-2.asm

data segment num dw 16, 12,-1 data ends code segment assume cs:code,ds:data start: mov ax,data mov ds,ax mov ax,num mov bx,num+2 mov cx,num+4 c

program_4_4.cpp

// Program 4.4: Compute a simple arithmetic expression #include using namespace std; int main() { // prompt and extract desired operation cout

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]

list_4_4.html

湖州阳光女子医院 >> 文章中心 >> 妇科炎症 >> 盆腔炎

chapter4_4.m

num=([1.3 2 2.5]); den=([1 0.5 1.2 1]); sys2=tf(num,den,'inputdelay',2,'inputName','flow','OutputName','Temp')