代码搜索:型号参数
找到约 10,000 项符合「型号参数」的源代码
代码结果 10,000
www.eeworm.com/read/197963/7959863
c touch.c
#include
#include
//#define rbadd1 XBYTE[0xF000] /* 读忙状态地址 */
//#define wdadd1 XBYTE[0xF000] /* 写参数及显示数据地址 */
//#define rdadd1 XBYTE[0xF001] /* 读参数及显示数据地址 */
//#define
www.eeworm.com/read/398190/8000133
m levy.m
%有理分式多项式模态参数识别
clear
clc
close all hidden
format long
%%%%%%%%%%%%%%%%%%
fni=input('有理分式多项式法模态参数识别-输入数据文件名:','s');
fid=fopen(fni,'r');
mn=fscanf(fid,'%d',1); %模态阶数
df=fscanf(fid,'%f',1);%频率间隔
www.eeworm.com/read/195641/8136939
m normalize_a.m
function [sig_output,mean_sig,w] = normalize_a(sig_input,a)
% 信号归一化到均值为 0,振幅为 a
% [sig_output] = normalize_sig(sig_input)
% 输入参数:sig_input 输入信号(可以批处理)
% 输出参数:sig_output 标准化的信号
[rows,cols] = s
www.eeworm.com/read/195641/8136973
m normalize_a.m
function [sig_output,mean_sig,w] = normalize_a(sig_input,a)
% 信号归一化到均值为 0,振幅为 a
% [sig_output] = normalize_sig(sig_input)
% 输入参数:sig_input 输入信号(可以批处理)
% 输出参数:sig_output 标准化的信号
[rows,cols] = s
www.eeworm.com/read/332264/12766384
java 5.10constructor.java
class Constructor{
int x,y;
Constructor (int x){ //定义一个int型参数的构造函数
this.x = x;
}
Constructor(int x,int y){ //定义两个int型参数的构造函数
this(x); //显示调用父类相应的构造函数
//E5_15(1); 错误的
this.y = y;
}
www.eeworm.com/read/242302/13065366
html 17086.html
Re: 请问如何使用 Recordsets.Find 条件参数是二个或以上的栏位及值
Re: 请问如何使用 Recordsets.Find 条件参数是二个或以上的栏位及值
www.eeworm.com/read/242302/13069475
html 17630.html
Re: 可以传递参数吗?两个VB开发出来的执行档
Re: 可以传递参数吗?两个VB开发出来的执行档
www.eeworm.com/read/242302/13071708
html 17611.html
Re: 可以传递参数吗?两个VB开发出来的执行档
Re: 可以传递参数吗?两个VB开发出来的执行档