代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/404805/11477965
c vfb_small.c
/*
* linux/drivers/video/vfb_small.c -- Virtual frame buffer device
* The only difference to vfb.c is that it only uses 1 kByte
* RAM for the screen
*
* Copyright (C) 1997 Geert Uytterhoeven
www.eeworm.com/read/346994/11706792
c list0502.c
/* Illustrates the difference between arguments and parameters. */
#include
float x = 3.5, y = 65.11, z;
float half_of(float k);
int main( void )
{
/* In this call, x is th
www.eeworm.com/read/155600/11861288
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/342497/12015998
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/117779/14905413
m example1c.m
%Temperature distribution in a rod
%See example 9
%Finite difference methof
%TDMA
clear all;
T = [];P=[];Q=[];analytical=[];
nn = input('Number of increment = ')
n = nn+1;% number of grid poin
www.eeworm.com/read/207880/15259933
h example_core.h
// Example class and other abstractions needed by the example functions
#ifndef _EXAMPLE_CORE_H
#define _EXAMPLE_CORE_H
#include "dtl.h"
using namespace dtl;
// Table difference functio
www.eeworm.com/read/206215/15298619
txt speechvoicescore.txt
/* Program to measure and score the difference between */
/* a student utterance against a teacher's reference */
#include "fixdpt_fp.h"
#include "paras_fp.h"
#if RUN4PC
#include
www.eeworm.com/read/11276/218519
tex types.tex
Standard C data types have the annoying tendency to have different sizes on difference compilers
and platforms. Therefore we have created 9 new types that are used everywhere throughout the library.
W
www.eeworm.com/read/13871/284440
m mysymsetdiff.m
function C = mysymsetdiff(A,B)
% MYSYMSETDIFF Symmetric set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = (A\B) union (B\A) = { things t
www.eeworm.com/read/16589/680519
h sys.h
/*
* System-dependent functions.
*/
#ifndef _STDDEF
typedef int ptrdiff_t; /* result type of pointer difference */
typedef unsigned size_t; /* type yielded by sizeof */
typedef unsigned sh