代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/138271/13243347
h l_save.h
//记录结构在没有压缩前的字节数;
#include
typedef struct
{
DWORD uncompress_byte; //记录结构在没有压缩前的字节数;
}UNCOMPRESS_BYTE;
//游戏进度压缩结构;
typedef struct
{
char compress_string; //压缩字符;
DWORD co
www.eeworm.com/read/138271/13243403
cpp l_text.cpp
/*
程序:VC 4.2
功能:
调用TEXT打包后所生成的程序;
*/
#include
#include
#include
#include
#include "L_TEXT.H"
#include "TOOLS.H"
void CText_apply::Text
www.eeworm.com/read/138271/13243430
cpp l_save.cpp
#include
#include
#include
#include
#include
//#include "stdafx.h"
#include "l_save.h"
/* ********************************************
www.eeworm.com/read/138050/13268761
l config_scan.l
/*
* Copyright (c) 1997, 1998, 1999
* Inferno Nettverk A/S, Norway. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/138050/13269024
l config_scan.l
/*
* Copyright (c) 1997, 1998, 1999
* Inferno Nettverk A/S, Norway. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/138050/13269141
l config_scan.l
/*
* Copyright (c) 1997, 1998, 1999
* Inferno Nettverk A/S, Norway. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/324194/13279369
l ch1.l
%{
#undef input
#undef unput
unsigned verbose;
unsigned fname;
char *progName;
%}
%s FNAME
%%
[ ]+ /* ignore blanks */ ;
[ ]+ /* ignore blanks */ ;
-h |
"-?" |
-help { printf("usage
www.eeworm.com/read/137875/13283613