代码搜索:overwrite
找到约 926 项符合「overwrite」的源代码
代码结果 926
www.eeworm.com/read/405722/11458789
txt 利用winrar自解压包进行网吧日常更新.txt
利用WINRAR自解压包进行网吧日常更新详解
这几天有不少朋友在讨论利用WINRAR自解压包进行网吧客户机更新的方法,现将我常用的方法写一下,希望各位能够找到一丝灵感.
工作环境:
文件服务器:P4+850I+512RAMBUS+INTEL PRO 100+ 1台
客户机:C41.7+256DDR+845D+8139 350
www.eeworm.com/read/158865/5592831
c s_cat.c
/* Unless compiled with -DNO_OVERWRITE, this variant of s_cat allows the
* target of a concatenation to appear on its right-hand side (contrary
* to the Fortran 77 Standard, but in accordance with F
www.eeworm.com/read/171600/9745420
cpp options.cpp
#include "rar.hpp"
RAROptions::RAROptions()
{
Init();
}
RAROptions::~RAROptions()
{
memset(this,0,sizeof(RAROptions));
}
void RAROptions::Init()
{
memset(this,0,sizeof(RAROptions));
WinSi
www.eeworm.com/read/112777/15477048
c minizip.c
#include
#include
#include
#include
#include
#include
#ifdef unix
# include
# include
# include
www.eeworm.com/read/387005/8713438
h setenv.h
#ifndef _SETENV_H_
#define _SETENV_H_
#define setenv my_setenv
#define unsetenv my_unsetenv
int setenv(const char *var, const char *val, int overwrite);
int unsetenv(const char *var);
#endif /* _SE
www.eeworm.com/read/285976/8796315
pm templateparser.pm
package TemplateParser;
use strict;
#-----------------------------------------------------------------------------
# This package parses a template file in the format explained below, and
# transl
www.eeworm.com/read/279344/10445859
ini hiew.ini
[HiewIni 5.03]
;
; Startup
;
StartMode = Code ; Text | Hex | Code
Beep = On ; On | Off
Bar = Left
www.eeworm.com/read/278873/10500994
ini hiew.ini
[HiewIni 5.03]
;
; Startup
;
StartMode = Text ; Text | Hex | Code
Beep = On ; On | Off
Bar = Left
www.eeworm.com/read/458000/7314480
mak luac.mak
SFX = 5.1
APPNAME = luac$(SFX)
SRC = luac.c print.c
include lua_conf.inc
ifneq ($(findstring Win, $(TEC_SYSNAME)), )
# In Windows, use the Static Libraries, overwrite the definitions in lua_conf