代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101066/6256362
s l_support.s
/* l_support.s - Motorola 68040 FP support routines (LIB) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification hist
www.eeworm.com/read/101066/6256363
s l_stwotox.s
/* l_stowtox.s - Motorola 68040 FP power-of-two routines (LIB) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification
www.eeworm.com/read/101066/6256364
s l_ssin.s
/* l_ssin.s - Motorola 68040 FP sine/cosine routines (LIB) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification his
www.eeworm.com/read/101066/6256569
c log__l.c
/* log__L.c - math routine */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,08jul92,smb documentation.
*/
/*
DESCRIPTION
* Copyright (c) 1985 Regen
www.eeworm.com/read/121869/6297068
cpp gettop_l.cpp
//GetTop_L.cpp
//This program is to get the top element of LinkStack
# include
# include
# include
# define Stack_Length 6
# define OK 1
# define ERROR 0
type
www.eeworm.com/read/121869/6297072
cpp pop_l.cpp
//Pop_L.cpp
//This program is to pop LinkStack
# include
# include
# include
# define Stack_Length 6
# define OK 1
# define ERROR 0
typedef int SElemType;
ty
www.eeworm.com/read/121869/6297075
cpp push_l.cpp
//Push_L.cpp
//This program is to push LinkStack
# include
# include
# include
# define Stack_Length 6
# define OK 1
# define ERROR 0
typedef int SElemType;
www.eeworm.com/read/121869/6297081
cpp listinsert_l.cpp
//ListInsert_L.cpp
//This program is to insert a element into the LNode
# include
# include
# include
# include
# define INIT_LENGTH 10
# define
www.eeworm.com/read/121869/6297082
cpp mergelist_l.cpp
//MergeList_L.cpp
//This program is to merge two sorted LNode into one
# include
# include
# include
# define INIT_LENGTH 10
typedef struct LNode //define
www.eeworm.com/read/121869/6297086
cpp getelem_l.cpp
//GetElem_L.cpp
//Get the NO.i Element of LinkList
#include
#include
#include
#define ElemType int
#define LIST_MAX_LENGTH 100 //LIST_MAX_LENGTH is the Max