代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/137483/5824240
h define.h
#ifndef _CHRSEL_DEFINE_H
#define _CHRSEL_DEFINE_H
// Selection Define
#define SELECT_NONE -1
#define SELECT_FIRST 0
#define SELECT_SECOND 1
#define SELECT_THIRD 2
#defi
www.eeworm.com/read/124910/6035408
s sub_n.s
/* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store
sum in a third limb vector. 64 bit S/390 version.
Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Mar
www.eeworm.com/read/124910/6038648
s add_n.s
/* Pentium __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third limb vector.
Copyright (C) 1992, 94, 95, 96, 97, 98, 2000 Free Software Foundation, Inc.
This fi
www.eeworm.com/read/124910/6038965
s add_n.s
/* SPARC v9 __mpn_add_n -- Add two limb vectors of the same length > 0 and
store sum in a third limb vector.
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
This file
www.eeworm.com/read/122965/6064313
h define.h
#ifndef _CHRSEL_DEFINE_H
#define _CHRSEL_DEFINE_H
// Selection Define
#define SELECT_NONE -1
#define SELECT_FIRST 0
#define SELECT_SECOND 1
#define SELECT_THIRD 2
#defi
www.eeworm.com/read/112380/6145301
h define.h
#ifndef _CHRSEL_DEFINE_H
#define _CHRSEL_DEFINE_H
// Selection Define
#define SELECT_NONE -1
#define SELECT_FIRST 0
#define SELECT_SECOND 1
#define SELECT_THIRD 2
#defi
www.eeworm.com/read/118524/14864932
java traversedom.java
// Fig. C.13 : TraverseDOM.java
// Traverses DOM and prints various nodes.
// Java core packages
import java.io.*;
// Java extension packages
import javax.xml.parsers.*;
// third-party lib
www.eeworm.com/read/115545/15010980
h define.h
#ifndef _CHRSEL_DEFINE_H
#define _CHRSEL_DEFINE_H
// Selection Define
#define SELECT_NONE -1
#define SELECT_FIRST 0
#define SELECT_SECOND 1
#define SELECT_THIRD 2
#defi
www.eeworm.com/read/37302/900956
m der_eno3_plus.m
function [data_x] = der_ENO3_plus(data, dx)
%
% Calculates the derivative (plus) using
% third order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: before
www.eeworm.com/read/37302/900963
m der_eno3_minus.m
function [data_x] = der_ENO3_minus(data, dx)
%
% Calculates the derivative (minus) using
% third order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: befo