代码搜索:difference

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

代码结果 3,389
www.eeworm.com/read/478118/6720058

java ex5.java

// holding/Ex5.java // TIJ4 Chapter Holding, Exercise 5, page 406 /* Modify ListFeatures.java so that it uses Integers (remember * autoboxing!) instead of Pets, and explain any difference in * re
www.eeworm.com/read/344238/11897889

java ex5.java

// holding/Ex5.java // TIJ4 Chapter Holding, Exercise 5, page 406 /* Modify ListFeatures.java so that it uses Integers (remember * autoboxing!) instead of Pets, and explain any difference in * res
www.eeworm.com/read/255465/12080161

h preprocess.h

//------------------------------------------------------------------------------------------------- //文件名称: Preprocess.H //文件版本: V 1.2 //摘要: 提供使用高次差(Higher Difference)方法和 TurboEdit方法实现对双频载波相位和
www.eeworm.com/read/340730/12137878

m waveguidemeshfull.m

function [x,y,xc,yc,nx,ny,eps] = waveguidemeshfull(n,h,rh,rw,side,dx,dy); % This function creates an index mesh for the finite-difference % mode solver. The function will accommodate a generalize
www.eeworm.com/read/250805/12383835

m contents.m

% CREWES migration toolbox % % Migration routines % FD15MIG: 15 degree finite-difference time migration % FKMIG: Stolt's fk migration % KIRK: simplified Kirchhoff time migration % KIRK_MIG:
www.eeworm.com/read/250225/12423290

m measuremobilesinr2.m

function [st_mobileStations,st_channelGrid] = measureMobileSinr2(st_initConfig,st_baseStation,st_channelGrid,st_mobileStations) % the difference between this one and the one before is the SINR calc %
www.eeworm.com/read/127726/14338892

h string.h

/* String functions */ #ifndef _STDDEF typedef int ptrdiff_t; /* result type of pointer difference */ typedef unsigned size_t; /* type yielded by sizeof */ typedef unsigned short wchar_t; /* wide c
www.eeworm.com/read/127726/14339004

h conio.h

/* * Low-level console I/O functions */ #ifndef _STDDEF typedef int ptrdiff_t; /* result type of pointer difference */ typedef unsigned size_t; /* type yielded by sizeof */ typedef unsigned short
www.eeworm.com/read/222275/14698877

m interference2.m

function Interference2(n,h) % Function called by Interference. % Re-draws the graph for Interference when pld is changed global N global pld pld=n; % Path Length Difference between reflec
www.eeworm.com/read/120207/14809841

c dpbtest.c

/* DPBTEST.C -- uses undocumented INT 21h Function 32h (Get DPB) to display bytes per drive; but first walks the DPB chain, showing the difference between the two access methods */ #in