代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/209510/4977740
java threetuple.java
//: net/mindview/util/ThreeTuple.java
package net.mindview.util;
public class ThreeTuple extends TwoTuple {
public final C third;
public ThreeTuple(A a, B b, C c) {
super(a,
www.eeworm.com/read/198657/5083323
s sub_n.s
! SH __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and store
! difference in a third limb vector.
! Copyright 1995, 1997, 2000 Free Software Foundation, Inc.
! This file is part o
www.eeworm.com/read/198657/5083425
s add_n.s
; Clipper __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright 1995, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP
www.eeworm.com/read/198657/5083490
s add_n.s
# Pyramid __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
# sum in a third limb vector.
# Copyright 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP
www.eeworm.com/read/198657/5083531
s sub_n.s
; 29000 mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
; store difference in a third limb vector.
; Copyright 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part o
www.eeworm.com/read/198657/5083557
c sub_n.c
/* Cray PVP mpn_sub_n -- subtract two limb vectors and store their difference
in a third limb vector.
Copyright 1996, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Lib
www.eeworm.com/read/195013/5117162
c joystick.c
/*
* Atari Joystick Driver for Linux
* by Robert de Vries (robert@and.nl) 19Jul93
*
* 16 Nov 1994 Andreas Schwab
* Support for three button mouse (shamelessly stolen from MiNT)
* third button wi
www.eeworm.com/read/193797/5142580
txt mytest.txt
DEAR USER, THANKS FOR USING HERO VCD 2000.
ORIGINAL NETWORK VIDEO NEW TECHNIQUE(THE THIRD GENERATION ACTIVE IMAGE COMPRESS ARITHMETIC). IT CAN REALIZE LOW DATA RATE.
USING NETWORK VIDEO NEW TECHNIQU
www.eeworm.com/read/183001/5260262
out strings.out
--
-- STRINGS
-- Test various data entry syntaxes.
--
-- SQL92 string continuation syntax
-- E021-03 character string literals
SELECT 'first line'
' - next line'
' - third line'
AS "Three lines to o
www.eeworm.com/read/180459/5283776
java threetuple.java
//: net/mindview/util/ThreeTuple.java
package net.mindview.util;
public class ThreeTuple extends TwoTuple {
public final C third;
public ThreeTuple(A a, B b, C c) {
super(a,