代码搜索:started

找到约 5,214 项符合「started」的源代码

代码结果 5,214
www.eeworm.com/read/258733/11846215

cpp string.cpp

// Borland C++ - (C) Copyright 1991 by Borland International //STRING.CPP--Example from Getting Started */ #include #include class String { char *char_ptr; // p
www.eeworm.com/read/258733/11846234

h stack2.h

// Borland C++ - (C) Copyright 1991 by Borland International // stack2.h: A Stack class derived from the List class // from Getting Started #include "list2.h" class Stack : public List
www.eeworm.com/read/258733/11846305

cpp dynpoint.cpp

// Borland C++ - (C) Copyright 1991 by Borland International // DPOINT.CPP -- exercise in Getting Started #include #include #include #include "figures.h"
www.eeworm.com/read/258733/11846493

c salestag.c

// Borland C++ - (C) Copyright 1991 by Borland International /* SALESTAG.C--Example from Getting Started. SALESTAG.C calculates a sales slip. */ #include #define RATE 0.065
www.eeworm.com/read/341022/12113263

patch boot-from-ram-reloc.patch

This patch allows us to boot from anywhere in RAM. It mainly sets the stage for later patches. The only real changes here is the better handling of already cached code (e.g., if we were started by a p
www.eeworm.com/read/339051/12265092

h sync.h

/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000 * state and augmented with an extra 0 at the front to make a 64-bit sequence * 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/252157/12296833

h compr_rubin.h

/* Rubin encoder/decoder header */ /* work started at : aug 3, 1994 */ /* last modification : aug 15, 1994 */ #define RUBIN_REG_SIZE 16 #define UPPER_BIT_RUBIN (((long) 1)
www.eeworm.com/read/149908/12334045

h sync.h

/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000 * state and augmented with an extra 0 at the front to make a 64-bit sequence * 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/233811/14134567

c mutil.c

/* * mutil.c * * This file contains various utility functions for the MOC portion of the * code * * Started 2/15/98 * George * * $Id: mutil.c,v 1.1 1998/11/27 17:59:27 karypis Exp $ * */
www.eeworm.com/read/233811/14134579

c stat.c

/* * Copyright 1997, Regents of the University of Minnesota * * stat.c * * This file computes various statistics * * Started 7/25/97 * George * * $Id: stat.c,v 1.1 1998/11/27 17:59:31 karypi