代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/438906/7724748
m jd2dow.m
function dow=jd2dow(jd);
% JD2DOW Converts Julian date to day of week (Sun=1,...,Sat=7)
% Adapted from the algorithm from "Practical Astronomy with
% Your Calculator" (Third Edition) by Peter Duf
www.eeworm.com/read/436490/7769285
txt fft64_readme.txt
The following files were generated for 'fft64' in directory
E:\FPGA\FPGA_Prog\study_FFTcore:
fft64.asy:
Graphical symbol information file. Used by the ISE tools and some
third party tools
www.eeworm.com/read/433947/7902649
m availability.m
MTBF1= input('Enter the First Mean time Between Failure in hours ');
MTBF2= input('Enter the Second Mean time Between Failure in hours ');
MTBF3= input('Enter the Third Mean time Between Failure in
www.eeworm.com/read/333254/12692914
cpp usetime2.cpp
// usetime2.cpp -- using the third draft of the Time class
// compile usetime2.cpp and mytime2.cpp together
#include
#include "mytime2.h"
int main()
{
using std::cout;
usin
www.eeworm.com/read/326691/13123074
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/238541/13876641
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/144587/5749677
java class1.java
public class Class1
{ public static void main( String[ ] args )
{ Thread t1 = new SubThread( "First" );
Thread t2 = new SubThread( "Second" );
Thread t3 = new SubThread( "Third" )
www.eeworm.com/read/124910/6035562
s add_n.s
/* MIPS3 __mpn_add_n -- Add two limb vectors of the same length > 0 and
* store sum in a third limb vector.
*
* Copyright (C) 1995, 2000 Free Software Foundation, Inc.
*
* This file is part of th
www.eeworm.com/read/124910/6038623
s add_n.s
; mc88110 __mpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright (C) 1995, 1996 Free Software Foundation, Inc.
; This file is part of the GNU
www.eeworm.com/read/124910/6038624
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