代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/209038/15228774
php 4-1-4.php
4-1-4.php
一个简单的接口.
接口中的方法默认是public 型的.
其它类型的修饰符,不能修饰接口中的抽象方法.
www.eeworm.com/read/208641/15240382
gif sz4-4.gif
www.eeworm.com/read/208264/15249480
cpp l4_4.cpp
#include
void main()
{
int a=1;
int c=10;
int &b = a;
cout
www.eeworm.com/read/207228/15279095
m f4_4.m
%产生非平稳信号
sig=real(amgauss(128).*fmlin(128));
%%时域波形
figure(1)
plot(sig,'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%设置窗函数
h=ones(127,1);
%计算短时傅立叶变换
sig=hilbert(sig);
[tfr,t,f]=tfrstft(s
www.eeworm.com/read/206495/15294199
gif t4_4.gif
www.eeworm.com/read/206276/15297197
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/206115/15299805
c algo4-4.c
/* algo4-4.c 生成书名关键词索引文件bookidx.txt,算法4.9~4.14 */
/* 为运行algo4-5.c做准备 */
#include"c1.h"
typedef int ElemType;
#include"c2-5.h"
#include"bo2-6.c"
#include"c4-2.h"
#include"bo4-2.c"
#d