代码搜索:five

找到约 3,092 项符合「five」的源代码

代码结果 3,092
www.eeworm.com/read/106331/15639015

java multicastserverthread.java

//MulticasServerThread.java import java.io.*; import java.net.*; import java.util.*; public class MulticastServerThread extends QuoteServerThread{ private long FIVE_SECONDS=5000; public
www.eeworm.com/read/106331/15639018

ctxt multicastserverthread.ctxt

#BlueJ class context comment0.target=class\ MulticastServerThread comment1.params= comment1.target=MulticastServerThread() comment2.target=moreQuotes comment3.target=FIVE_SECONDS comment4.params
www.eeworm.com/read/442142/7658469

h parse_nde.h

#ifndef _PARSE_NDE_H #define _PARSE_NDE_H struct header_version_five { char version[3]; int count; char sysUpTime[5]; char unix_secs[5]; char unix_nsecs[5]; char flow_sequence[5];
www.eeworm.com/read/292026/8382122

c sha1.c

/* Deprecated/legacy */ /* --------------------------------------------------------------------------- Copyright (c) 2002, Dr Brian Gladman, Worcester, UK. All rights reserved. LICENSE TE
www.eeworm.com/read/390205/8476381

txt 五子棋.txt

#include "stdafx.h" #include #include #include using namespace std; struct chessman{ chessman(); chessman(int x,int y,bool z){row=x;column=y;who=z;}
www.eeworm.com/read/287068/8728230

c sha1.c

/* Deprecated/legacy */ /* --------------------------------------------------------------------------- Copyright (c) 2002, Dr Brian Gladman, Worcester, UK. All rights reserved. LICENSE TE
www.eeworm.com/read/168938/9887478

h devirate.h

/////////////利用三次样条插值求取离散点的导数 struct point { double x,y,k,M;}; void Devirate(struct point pts[],int dt) { int i,j; int icounter=0; double a=0.00; double b; double h0; double h1;
www.eeworm.com/read/361895/10029835

vcl test6.vcl

Build Log --------------------Configuration: test6 - Win32 (WCE ARMV4I) Release-------------------- Command Lines Creating command line "rc.exe
www.eeworm.com/read/358450/10188968

txt changes.txt

---------------------------------------------------------------------------- Version 3.0b3 28-Oct-95 1) Added a check in coplanar_extrinsic_parameter_estimation () to choose the correct rotation
www.eeworm.com/read/275831/10794532

rb 13 - adding a timeout to a long-running operation.rb

# This code will sleep forever... OR WILL IT? require 'timeout' before = Time.now begin status = Timeout.timeout(5) { sleep } rescue Timeout::Error puts "I only slept for #{Time.now-before} second