代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/254398/12139559
m josaafig8.m
%Metal heterostructure-based nanophotonic devices: finite-difference time-domain numerical simulations
%fig8
format long
Ni=350;Nj=150; thick=25; w=5; d1=18;d2=18;pb=15;Lb=100;La=288;%pb是pml的层数,La
www.eeworm.com/read/129839/14223034
cpp main.cpp
//Main.cpp
#include
#include"OSet.h"
void main()
{
cout
www.eeworm.com/read/220413/14801609
m difds3.m
% matlab programm to compute partitial derivative equation with the difference method
% date: 2003-3-25,time:8.00pm
% equation:du/dt-integal[(t-s)^2*d^2u/dx^2,{0,t}]=x(1-x)-(1-t)4sqrt(t)
% bound: u
www.eeworm.com/read/38039/1092859
mnu chng_view.mnu
CHANGE#IMAGE 改变图像
#
Flip#View 视图反向
Flip View.
反向切换视图。
Set#Center 设置中心
Choose the center of the image.
选取图像的中心。
Resize 重设尺寸
Zoom in or out.
放大或缩小。
Show#Diff 显示差别
Display difference between the workpie
www.eeworm.com/read/303435/3813025
wkbj
#! /bin/sh
# shell for finite-difference solutions
set -v
xs=1500 zs=0
nz=51 fz=0.0 dz=50
nx=121 dx=50 fx=-1500
wkbj tfile xs=$xs zs=$zs \
nz=$nz dz=$dz fz=$fz nx=$nx dx=$dx fx=$fx
exi
www.eeworm.com/read/367675/2832860
txt 39.txt
发信人: mining (key), 信区: DataMining
标 题: Re: 数据流?流数据??
发信站: 南京大学小百合站 (Sat Oct 19 14:44:07 2002), 站内信件
I think they have not natural difference.
The concept of data stream point out the dynamics
www.eeworm.com/read/367675/2837980
txt 388.txt
发信人: mining (key), 信区: DataMining
标 题: Re: 数据流?流数据??
发信站: 南京大学小百合站 (Sat Oct 19 14:44:07 2002), 站内信件
I think they have not natural difference.
The concept of data stream point out the dynamics
www.eeworm.com/read/38039/1090243
mnu compfile.mnu
COMPARE#FILE 比较文件
Crash 崩溃
Crash if difference found.
如有差别发现则崩溃
Check#Blanks 检查空格
Check if blank spaces differ.
检查空格是否不同。
Extract 抽取
Extract a block of lines for comparison.
抽取列中的一块来比较。
Search#On 搜寻
www.eeworm.com/read/183495/5256071
m quaterr.m
function Q = quaterr(q, p)
% This will compute the difference between two quaternion
% vectors, q and p.
%
% Q = quaterr(q1, q2)
%
% Q = 3x1 error matrix
% q and p = 4x1
q1 = q(1);
q2 = q(2);
q3 =
www.eeworm.com/read/169697/5413248
sm makefile.sm
mpi_sources = group_compare.c group_difference.c group_excl.c \
group_free.c group_incl.c group_intersection.c group_range_excl.c \
group_range_incl.c group_rank.c group_size.c group_translate_ranks