代码搜索:difference
找到约 3,389 项符合「difference」的源代码
代码结果 3,389
www.eeworm.com/read/183756/9141738
c difftime.c
/* difftime.c - difftime file for time */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,04oct01,dcb Fix SPR 7191. Cast time1 and time2 before
www.eeworm.com/read/183326/9169925
c firstlast.c
/*
* This test was written by Alexander V. Lukyanov to demonstrate difference
* between ncurses 4.1 and SVR4 curses
*
* $Id: firstlast.c,v 1.4 2005/04/16 16:34:05 tom Exp $
*/
#include
www.eeworm.com/read/378452/9230540
txt 1.txt
/*****************************************************************************
*
* filename: BigInt.h
*
* descrpition: no-length-limited integer number and basic calculation
*
* written by:
www.eeworm.com/read/181851/9234395
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/373828/9433393
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/373828/9434150
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/373250/9467747
m mysetdiff.m
function C = mysetdiff(A,B)
% MYSETDIFF Set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = A \ B = { things in A that are not in B }
%
www.eeworm.com/read/169323/9865980
sh mon.sh
#!/bin/bash
# 是否是测试版
V_DEBUG=0
# 是否记录日志信息
F_DEBUG=0
# 监测的网络接口
interface=eth1
# 重启的时间间隔,秒计
START_INTERVAL=5
# 监测的时间间隔,秒计
INTERVAL=90
# 两次检测之间的所接收和传输的包数的最小差值
DIFFERENCE=10
# 监测和进程名
PRGNAME=/tcpwatch
wh
www.eeworm.com/read/168118/9938592
m contents.m
% CREWES finite difference seismic modelling
% Acoustic finite difference modelling toolbox
%
% Sample scripts
% HIGHV_WEDGE ... model an anticline beneath a high velocity wedge
% VZANTICLINE ...
www.eeworm.com/read/360387/10099177
m scanpath.m
function ScanPath(kxrng,kyrng,fname)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Electromagnetic Finite-Difference Time-Domain %
% Version 1.20, Release 1 %
%