• 大小: 5.03MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-14
  • 语言: 其他
  • 标签:

资源简介

ce5.4中文版。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

资源截图

代码片段和文件信息

#include 
#include 
#include 
using namespace std;

int main(int argc char **argv)
{
  string name = argv[1];
  string file = name;
  string lib = ““;
  if (argc == 2) file += “.h“;
  else if (argv[2] == string(“lib“)) {
     lib = argv[3];
  }
  ofstream out(file.c_str());
  string guard_macro = “__“ + name + “_H“;
  out << “// UnderC Development Project 2001\n“ << endl;
  out << “#ifndef “ << guard_macro << endl;
  out << “#define “ << guard_macro << endl;
  if (lib != ““) 
    out << “#lib “ << lib << endl;
  out << endl;
  if (lib != ““)
    out << “#lib“ << endl;
  out << “#endif“ << endl;
  return 0;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          0  2008-06-27 18:17  CE5.4中文版\ce\1024-1232.ptr

     文件          0  2008-06-27 18:14  CE5.4中文版\ce\1024-1484.ptr

     文件          0  2008-06-27 18:14  CE5.4中文版\ce\1024-1880.ptr

     文件          0  2008-06-27 18:14  CE5.4中文版\ce\1024-1920.ptr

     文件          0  2008-06-27 18:17  CE5.4中文版\ce\1024-2888.ptr

     文件          0  2008-06-27 18:17  CE5.4中文版\ce\1024-3860.ptr

     文件          0  2010-10-02 11:13  CE5.4中文版\ce\Addresses-144.TMP

     文件         11  2011-02-20 17:19  CE5.4中文版\ce\Addresses.TMP

     文件    8235815  2011-02-20 17:19  CE5.4中文版\ce\ADDRESSESFIRST.TMP

     文件         66  2007-12-26 17:30  CE5.4中文版\ce\Black.bmp

     文件     515584  2007-12-27 05:23  CE5.4中文版\ce\CEHook.dll

     文件    1445984  2011-02-19 03:56  CE5.4中文版\ce\CEProtect.dat

     文件      88576  2007-12-29 18:09  CE5.4中文版\ce\ceregreset.exe

     文件    1177088  2008-02-15 10:00  CE5.4中文版\ce\CE中文版.exe

     文件    2587136  2008-01-13 13:14  CE5.4中文版\ce\CE英文版.exe

     文件       1856  2007-12-22 20:47  CE5.4中文版\ce\Cheat Engine.cnt

    ..A..H.     12896  2010-12-20 18:09  CE5.4中文版\ce\Cheat Engine.GID

     文件      51153  2007-12-22 20:47  CE5.4中文版\ce\Cheat Engine.hlp

     文件     120320  2007-12-27 05:47  CE5.4中文版\ce\dbk32.dll

     文件         82  2007-12-23 04:01  CE5.4中文版\ce\driver.dat

     文件     431616  2007-12-27 05:36  CE5.4中文版\ce\dxhook.dll

     文件        213  2010-12-31 18:04  CE5.4中文版\ce\elementclient目的地坐标.CT

     文件        149  2010-12-31 16:12  CE5.4中文版\ce\elementclient背包.CT

     文件      13824  2007-12-27 05:45  CE5.4中文版\ce\EmptyDLL.exe

     文件      39424  2007-12-27 05:46  CE5.4中文版\ce\EmptyProcess.exe

     文件       1696  2007-12-17 02:59  CE5.4中文版\ce\example scripts\changeregtest.CEC

     文件        313  2007-12-19 06:49  CE5.4中文版\ce\example scripts\gettime.CEC

     文件        174  2007-12-19 23:37  CE5.4中文版\ce\example scripts\sleepcall.CEC

     文件        254  2007-12-19 07:02  CE5.4中文版\ce\example scripts\step10.CEC

     文件        133  2007-09-19 07:47  CE5.4中文版\ce\example scripts\testscript.CEC

............此处省略104个文件信息

评论

共有 条评论

相关资源