代码搜索:DestFile
找到约 147 项符合「DestFile」的源代码
代码结果 147
www.eeworm.com/read/158865/5593384
tpl hackshell.tpl
[= autogen template include =]
[=
#
# This file contanes the shell template replacement for the
# fixincl program. It is the repetitive guts of the fixincludes logic.
#
=]
echo Checking header fi
www.eeworm.com/read/415674/11059057
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/266153/11238614
tcl flexcopy.tcl
# FLEXCOPY.TCL - Setup procedures for implementing LM file-copying
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 03f,13ja
www.eeworm.com/read/132891/14067187
tcl flexcopy.tcl
# FLEXCOPY.TCL - Setup procedures for implementing LM file-copying
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 03e,07ju
www.eeworm.com/read/281910/9127350
cls clsrc4.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/182719/9194277
cpp setting.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "setting.h"
#include "screen.h"
//---------------------------------------
www.eeworm.com/read/379416/9198346
h merge.h
#ifndef MERGE_H
#define MERGE_H
//以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放,格式为:
//文件名长度(int)、文件名、文件长度(int)、文件内容
//---------------------------------------------------------------------------
//将文件
www.eeworm.com/read/179859/9334374
java unzip.java
//这是一个用于进行ZIP文件解压的程序
import java.io.*;
import java.util.Enumeration;
import java.util.zip.*;
public class Unzip{
private ZipFile archive;
private String zipName;
private Enumeration
www.eeworm.com/read/170021/9822846
java main.java
package sourcecodegenproj;
import java.io.File;
import java.io.*;
/**
*
* Title:
*
* Description: 将指定目录中的多个java源代码合成一个文件
*
* Copyright: Copyright (c) 2006
*
www.eeworm.com/read/355147/10290809
cls clsrc4.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "clsRC4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute