代码搜索结果

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

m4.m4

# Copyright 2000 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Fr

ch4_4.htm

范例问题:语音讯号分析

xt4-4.cpp

#include using namespace std; class Matrix //定义Matrix类 {public: Matrix(); //默认构造函数 friend Matri

formquery4.pas.~4~

unit formquery4; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, DBCtrls, Grids, DBGrids, DB, DBTables, ComCtrls, F

formquery4.dfm.~4~

object Formquery_4: TFormquery_4 Left = 164 Top = 104 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = #36710#36742#32903#20107#35760#24405#34920' '#26597#35810#31383#21475

4_1_4.c

/* ======================================== */ /* 程式实例: 4_1_4.c */ /* 再论环状链结串列的插入和删除 */ /* ============================

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]

xt4-4.cpp

#include using namespace std; int main() {int fac(int); int a,b,c,sum=0; couta>>b>>c; sum=sum+fac(a)+fac(b)+fac(c); cout

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