代码搜索:L

找到约 10,000 项符合「L」的源代码

代码结果 10,000
www.eeworm.com/read/101082/6240541

c a64l.c

/* @(#)a64l.c 1.5 */ /* 3.0 SID # 1.3 */ /*LINTLIBRARY*/ /* * convert base 64 ascii to long int * char set is [./0-9A-Za-z] * */ #define BITSPERCHAR 6 /* to hold entire character set */ long a64
www.eeworm.com/read/101082/6240546

c l64a.c

/* @(#)l64a.c 1.5 */ /* 3.0 SID # 1.2 */ /*LINTLIBRARY*/ /* * convert long int to base 64 ascii * char set is [./0-9A-Za-z] * two's complement negatives are assumed, * but no assumptions are made
www.eeworm.com/read/101082/6241422

c log__l.c

#ifndef lint static char *sccsid ="@(#)log__L.c 4.1 (ULTRIX) 7/17/90"; #endif lint /************************************************************************ * * * Copyright (c) 1986 by
www.eeworm.com/read/101082/6241621

c l_gt.c

/* * "@(#)l_gt.c 1.1" */ long int l_gt(a,b,la,lb) char *a, *b; long int la, lb; { return(s_cmp(a,b,la,lb) > 0); }
www.eeworm.com/read/101082/6241634

c l_lt.c

/* * "@(#)l_lt.c 1.1" */ long int l_lt(a,b,la,lb) char *a, *b; long int la, lb; { return(s_cmp(a,b,la,lb) < 0); }
www.eeworm.com/read/101082/6241649

c l_ge.c

/* * "@(#)l_ge.c 1.1" */ long int l_ge(a,b,la,lb) char *a, *b; long int la, lb; { return(s_cmp(a,b,la,lb) >= 0); }
www.eeworm.com/read/101082/6241677

c l_le.c

/* * "@(#)l_le.c 1.1" */ long int l_le(a,b,la,lb) char *a, *b; long int la, lb; { return(s_cmp(a,b,la,lb)
www.eeworm.com/read/101082/6243018

1d l6.1d

#print How many of the lines in the files "bio*" and "chem*" contain the letters "the"? Type "answer N", where N is the number of lines. #create bio1 Roughly speaking, your eye is made of three ba
www.eeworm.com/read/101082/6243019

1c l5.1c

#print Another use for pipes is to replace a command sequence that we did earlier with "cat", "pr" and a temporary file. If you have a bunch of small files, using "pr" on them directly wastes paper,
www.eeworm.com/read/101082/6243020

1f l3.1f

#print In this directory there are two files whose names begin with "r". Copy them onto a new file called "combine". Type "ready" when you're done. #create ref Now is the tuime #create ref1 for al