代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/205089/15326740
m example1a.m
%Temperature distribution in a rod
%See example 9
%Discretization method: Finite difference
% Solution method: SOR
clear all;
a=[];b=[];c=[];d=[];x=[];T=[];analytical=[];
nn = input('Number of i
www.eeworm.com/read/203062/15366312
inp fieldemit.inp
field_emitter
{
This input file is used to demonstrate the FieldEmitter2 field
emission model implemented in OOPIC.
A DC potential difference is generated across a gap in Cartesian
geometry.
www.eeworm.com/read/202785/15373375
m deltax.m
function y=deltax(x);
%
% DELTAX(X)
%
% Function to return the difference between
% successive row elements of an array. First
% element of result array is zero.
%
% Differs from MATLAB sup
www.eeworm.com/read/200886/15420808
m showms.new.m
% function H = showMS(qmzD,merged,myWindow,lineMarkerPos,...
% timeRatio,keepScans,plotLog,numDig,LOW,SHOW_DIFF,colorScheme)
%
% SHOW_DIFF will also show the difference between the two spectra
% if
www.eeworm.com/read/200886/15420838
m showms.m
% function H = showMS(qmzD,merged,myWindow,lineMarkerPos,...
% timeRatio,keepScans,plotLog,numDig,LOW,SHOW_DIFF,colorScheme)
%
% SHOW_DIFF will also show the difference between the two spectra
% if
www.eeworm.com/read/108818/15575019
c cfdiff.c
/* ---------------- M E G A W A V E 2 h e a d e r ------------------------- */
/* mwcommand
name = {cfdiff};
author = {"Jacques Froment"};
function = {"Computes the difference between pixel's colo
www.eeworm.com/read/103037/15748728
doc biosmac.doc
FILENAME: BIOSMAC.DOC
DESCRIPTION: This file documents the BIOS interface macros implemented in
the files IBIOS.MAC and MBIOS.MAC. Note that the only difference between the
two files is that IB
www.eeworm.com/read/312802/13604216
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 计数器.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#defin
www.eeworm.com/read/408235/11401299
exports srfi-14.exports
->char-set
char-set
char-set->list
char-set->string
char-set-adjoin
char-set-adjoin!
char-set-any
char-set-complement
char-set-complement!
char-set-contains?
char-set-copy
char-set-count
char-set-curs
www.eeworm.com/read/391151/8419527
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