代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/118524/14865328
java deiteldrawing.java
// DeitelDrawing.java
// DeitelDrawing is a drawing program that uses, MVC, a
// multiple-document interface and Java2D.
package com.deitel.advjhtp1.drawing;
// Java core packages
import java.i
www.eeworm.com/read/118155/14885268
py paperscissorsrock2.py
#: c11:PaperScissorsRock2.py
# Multiple dispatching using a table
from __future__ import generators
import random
class Outcome:
def __init__(self, value, name):
self.value = value
www.eeworm.com/read/219019/14897814
runoff
#!/bin/sh
echo This script takes a minute to run. Be patient. 1>&2
# pad stdin to multiple of 120 lines
pad()
{
awk '{print} END{for(; NR%120!=0; NR++) print ""}'
}
# create formatted (numbered)
www.eeworm.com/read/115861/14999083
man alistat.man
.TH "alistat" 1 "@RELEASEDATE@" "@PACKAGE@ @RELEASE@" "@PACKAGE@ Manual"
.SH NAME
.TP
alistat - show statistics for a multiple alignment file
.SH SYNOPSIS
.B alistat
.I [options]
.I alignfile
.SH
www.eeworm.com/read/216328/15019235
lnd rs485nt.lnd
-OUT:RS485NT.SYS
-OPT:REF
-INCREMENTAL:NO
-FORCE:MULTIPLE
-RELEASE
-FULLBUILD
-IGNORE:4001,4037,4039,4065,4070,4078,4087,4089,4096
-NODEFAULTLIB
-DEBUG:notmapped,FULL
-DEBUGTYPE:both
www.eeworm.com/read/210671/15193934
h time2.h
// Fig. 6.8: time2.h
// Declaration of the Time class.
// Member functions are defined in time2.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME2_H
www.eeworm.com/read/210671/15193941
h time1.h
// Fig. 6.6: time1.h
// Declaration of the Time class.
// Member functions are defined in time1.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME1_H
www.eeworm.com/read/210671/15193946
h time4.h
// Fig. 6.11: time4.h
// Declaration of the Time class.
// Member functions defined in time4.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME4_H
www.eeworm.com/read/210671/15193952
h time3.h
// Fig. 6.10: time3.h
// Declaration of the Time class.
// Member functions defined in time3.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME3_H
www.eeworm.com/read/14325/327706
h version.h
#define opensourcebdm_DLL_VERSION 0x12 /* version of the DLL in BCD */
/* Changes:
1.0 05/01/2005 initial coding
1.1 10/03/2005 recompiled to work with LibUSB ver 0.1.10.1 (multiple instances