代码搜索:外差式
找到约 10,000 项符合「外差式」的源代码
代码结果 10,000
www.eeworm.com/read/305568/13766292
m convs.m
function a=convs(varargin)
%CONVS 函数可以用来作多个多项式的乘法.
%Designed by Prof D Xue (c) 2000
a=varargin{1};
for i=2:length(varargin)
a=conv(a,varargin{i});
end
www.eeworm.com/read/104135/6208345
dfm mrp_qry_newoblongmrp1.dfm
inherited Frm_Mrp_Qry_NewOblongMrp1: TFrm_Mrp_Qry_NewOblongMrp1
Left = 17
Top = 94
Caption = 'Mps/Mrp横式报表1'
ClientHeight = 423
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
www.eeworm.com/read/104135/6208558
dfm mrp_qry_oblongmrp1.dfm
inherited Frm_Mrp_Qry_OblongMrp1: TFrm_Mrp_Qry_OblongMrp1
Left = 201
Top = 135
Caption = 'Mps/Mrp横式报表1'
ClientHeight = 423
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
www.eeworm.com/read/104135/6208651
dfm mrp_qry_informaloblongmrp1.dfm
inherited Frm_Mrp_Qry_InformalOblongMrp1: TFrm_Mrp_Qry_InformalOblongMrp1
Left = 188
Top = 135
Caption = '模拟Mps/Mrp横式报表1'
ClientHeight = 393
ClientWidth = 559
OnShow = FormShow
Pi
www.eeworm.com/read/494076/6387755
m cstr_optdes.m
function CSTR_OptDes
% 连续搅拌槽式反应器的最优设计
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision: 1
www.eeworm.com/read/490775/6442356
m cyclic_redundancy_code.m
实现循环冗余编码
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 该函数通过输入信号序列和相应选择L阶CRC生成多项式 %
% 生成循环冗余检错码(CRC
www.eeworm.com/read/477455/6736060
m cstr_optdes.m
function CSTR_OptDes
% 连续搅拌槽式反应器的最优设计
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision: 1
www.eeworm.com/read/262776/11391591
cpp multinomial.cpp
// quantic.cpp : Defines the entry point for the console application.
//
#include
#include
typedef struct ElemType //多项式的元素
{
float coef; // 系数
int expn; // 指数
}Ele
www.eeworm.com/read/262765/11391702
cpp quantic.cpp
// quantic.cpp : Defines the entry point for the console application.
//
#include
#include
typedef struct ElemType //多项式的元素
{
float coef; // 系数
int expn; // 指数
}Ele