代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/101082/6242998
c addstr.c
# include "curses.ext"
/*
* This routine adds a string starting at (_cury,_curx)
*
* 1/26/81 (Berkeley) @(#)addstr.c 1.1
*/
waddstr(win,str)
reg WINDOW *win;
reg char *str;
{
# ifdef DEBUG
fpri
www.eeworm.com/read/101082/6244036
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.c 4.1 (ULTRIX) 7/2/90";
#endif not(lint)
/*
* Modification History
*
* April-11-1989, Pradeep Chetal
* Added changes from 4.3Tahoe BSD for lots o
www.eeworm.com/read/101082/6248840
c zero.c
#ifndef lint
static char *sccsid = "@(#)zero.c 4.1 (ULTRIX) 7/17/90";
#endif lint
/*
Zero `cnt' bytes starting at the address `ptr'.
Return `ptr'.
*/
char *zero(p,n)
register char *p;
register i
www.eeworm.com/read/101082/6251890
h bootblk.h
/*
* @(#)bootblk.h 4.1 (ULTRIX) 7/2/90
*
* Define a bootblock. The boot block always resides on block zero of the
* partition if a disk, or the first block of a tape.
*/
struct bootblock{
int
www.eeworm.com/read/100925/6264884
plist startupparameters.plist
{
Description = "Firebird Database server";
Provides = ("FB_DB");
Requires = ("Resolver");
Uses = "";
Preference = "None";
Messages =
{
start = "Starting Fire
www.eeworm.com/read/100633/6265474
makefile
v ax,_display_buf ;from monitor_type()
mov es,ax
mov di,6[bp] ;starting position
mov cx,8[bp] ;number of characters
www.eeworm.com/read/486925/6521004
java themonk.java
package com.javapatterns.immutable.pig;
public class TheMonk
{
private static Pig bajie;
public static void main(String[] args)
{
System.out.println("==============starting
www.eeworm.com/read/485111/6564514
m mainroutine.m
function [ExportData, FittedDecays] = MainRoutine(file,StartTime,EndTime,Amp,Life,InstCurveNum,DataCurveNum,components,lb,ub,TimePerChan)
fid2 = fopen([file(1:end-4) '_Decay' int2str(DataCurveNum)
www.eeworm.com/read/481239/6645659
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/481045/6656848
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