代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/400494/2351566
s add_n.s
; mc88100 __mpn_add -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
; This file is part of the GNU MP
www.eeworm.com/read/367182/2853850
s sub_n.s
/* SPARC v9 __mpn_sub_n -- Subtract two limb vectors of the same length > 0
and store difference in a third limb vector.
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
www.eeworm.com/read/356807/3036510
s add_n.s
; mc88110 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
; This file is part of the G
www.eeworm.com/read/266363/4272481
s add_n.s
; mc88110 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
; This file is part of the G
www.eeworm.com/read/160705/5566630
vb ccurve.vb
Imports System.Math
Public Class CCurve
Inherits CGElement
Private m_Begin, m_second, m_third, m_End As PointF
'曲线的起点属性
Public Property LBegin() As PointF
www.eeworm.com/read/172540/9702826
cs typejavascripthandler.cs
/*
* MS 06-04-05 fixed sessionID on ASP.NET 2.0
* fixed Object.prototype.extend problem when running with third-party libs
* MS 06-04-12 added useAssemblyQualifiedName
*
*/
using Syste
www.eeworm.com/read/410973/11262287
txt 5-1372msg2.txt
Subject: call for paper - acl-95 corpus workshop
acl 's sigdat present the third workshop on very large corpora preliminary call for paper when : june 30 , 1995 - immediately follow acl-95 ( june 27-
www.eeworm.com/read/134656/13978252
txt players.txt
Ron Berg First Base .337 30
John Theytaz Second Base .294 22
Anna Alman Catcher .290 30
Debby Oldman Shortstop .287 29
Eugene Goldbrick Left Field .281 31
Charles Carmody Third Base
www.eeworm.com/read/235848/14049403
c image.c
#define AVE_DEL_YUV // turn U&V to (U+V) , (U-V)
/** works dandy; it visually works at compactifying magnitudes : U & V are very similar
* also compactifies noise into the third band
* needs m
www.eeworm.com/read/112092/15493636
java searchsolve.java
/* PuzzleSolve.java */
/**
* first, read the text.
* second, find all the words.
* third, output all the words.
*/
import java.io.*;
import java.util.*;
import java.lang.Math;
import java