代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/373828/9434603

c two_tones.c

//two_tones.c Generates/adds two tones using difference equations short sinegen(void); //for generating tone short output; //for output short sinegen_buffer[256]; //buffer for out
www.eeworm.com/read/424063/10502160

m symerr.m

function [num, rat] = symerr(x, y, tot) %SYMERR Symbol error analysis. % [NUMBER, RATIO] = SYMERR(X, Y) compares the elements in the two % matrices X and Y. The number of the difference
www.eeworm.com/read/352501/10546567

c two_tones.c

//two_tones.c Generates/adds two tones using difference equations short sinegen(void); //for generating tone short output; //for output short sinegen_buffer[256]; //buffer for out
www.eeworm.com/read/419697/10842990

c alg114.c

/* * NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4 * * To approximate the solution to the nonlinear boundary-value problem * Y'' = F(X,Y,Y'), A
www.eeworm.com/read/271760/10981465

m fadj.m

function [upper,lower]=fadj(w,f) %FADJ Estimates the order of a pseudo-decoupling pre-compensator % [UPPER,LOWER]=FADJ(W,F) estimates the difference in the % orders of the pre-compens
www.eeworm.com/read/462328/7202775

c nand_bbt.c

/* Description: NAND driver for Samsung K9F1G08U0A chip with this NAND controller. The main difference between this controller and OneNAND is that this NAND controller has only
www.eeworm.com/read/436995/7757454

m xypc2rss.m

% xypc2rss.m % Scope: This MATLAB program plots a x-y graph for root sum square (RSS) of % three specified columns from the difference of two ASCII data file
www.eeworm.com/read/435150/7796262

cpp main.cpp

// Exercise 15.3 By addng a few lines to the test program, we can see the difference // between the calls to the base class and derived class who() functions. #include "Animal.h" #include
www.eeworm.com/read/243168/12958268

c two_tones.c

//two_tones.c Generates/adds two tones using difference equations short sinegen(void); //for generating tone short output; //for output short sinegen_buffer[256]; //buffer for out
www.eeworm.com/read/140700/13065908

txt alg114.txt

> restart; > # NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4 > # > # To approximate the solution to the nonlinear boundary-value problem > # > # Y'' = F(X,Y,Y'), A