代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/103517/15729994
h de403.h
/* Constants for the JPL DE403 Chebyshev Ephemeris
*/
#define DE102F 0
#define DE200F 0
#define DE245F 0
#define DE400F 1
/* double JDb = 2305200.5; */ /* starting JED 1599 Apr 29, for de403.unx */
www.eeworm.com/read/102720/15761282
1 traverse.1
.TH TRAVERSE 1
.SH NAME
traverse \- print directory tree under the named directory
.SH SYNOPSIS
\fBtraverse \fIdir\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMP
www.eeworm.com/read/102720/15761337
1 od.1
.TH OD 1
.SH NAME
od \- octal dump
.SH SYNOPSIS
\fBod\fR [\fB\-bcdhox\fR]\fR [\fIfile\fR] [ [\fB+\fR] \fIoffset\fR [\fB.\fR][\fBb\fR]\fR ]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1
www.eeworm.com/read/102720/15761776
1 od.1
OD(1) Minix Programmer's Manual OD(1)
NAME
od - octal dump
SYNOPSIS
od [-bcdhox] [file] [ [+] offset [.][b] ]
OPTIONS
-b D
www.eeworm.com/read/100483/15873203
diz file_id.diz
Small utility which calculates the
difference in hours and seconds between
a starting time and finish time.
Useful for calculating payroll hours,
overtime, etc.
With C source code. Freeware.
www.eeworm.com/read/100395/15874803
html sources.html
Newmat09 - references
References
next -
skip -
up -
www.eeworm.com/read/192136/8402490
c table.c
#include
#include
#include
#include
#include
#include
#include
#include
#define startX 95
#define startY 155
#def
www.eeworm.com/read/192357/8384857
stresstest
#! /bin/bash
BR=${1:-"br549"}
ETH0=${2:-"eth0"}
ETH1=${3:-"eth1"}
ETH2=${4:-"eth1"}
echo "Ethernet Bridge stress test"
IP=`/sbin/ifconfig $ETH0 | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p
www.eeworm.com/read/290380/8486521
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/388174/8629638
java setpoints.java
import java.awt.Point;
class SetPoints {
public static void main(String[] arguments) {
Point location = new Point(4, 13);
System.out.println("Starting location:");
System.out.pr