代码搜索:DestFile
找到约 147 项符合「DestFile」的源代码
代码结果 147
www.eeworm.com/read/359858/10119987
c fmerge.c
/*ZXR10: Append a newfile to the ZAR file, delete and extract files
existed from the ZAR file, and display the information about
the files(filename, file size, and last modify date
www.eeworm.com/read/115385/6116978
c view_dialog.c
/*****************************************************************************/
/* view_dialog.c - view dialog box and ftp routines */
/* Copyright (C) 1998-2003 Brian Masney
www.eeworm.com/read/313278/13591085
txt txtcut.txt
long CFileSpltDlg::GetSplitFileSize()
//获取用户选择文件分割后的大小
{
char buf[100];
m_FileSize.GetWindowText(buf,100);
for(int i=0; i
www.eeworm.com/read/302795/13827323
cs split.cs
using System;
using System.IO;
using iTextSharp.text;
using iTextSharp.text.pdf;
namespace iTextSharp.tutorial.Chap01
{
///
/// Split srcfile destfile1 destfile2 pagenumber
www.eeworm.com/read/335806/12497438
cs split.cs
using System;
using System.IO;
using iTextSharp.text;
using iTextSharp.text.pdf;
namespace iTextSharp.tutorial.Chap01
{
///
/// Split srcfile destfile1 destfile2 pagenumber
www.eeworm.com/read/104761/6202750
cpp encryptdecryptdlg.cpp
// encryptdecryptDlg.cpp : implementation file
//
#include "stdafx.h"
#include "encryptdecrypt.h"
#include "encryptdecryptDlg.h"
//添加
#include "cryptography.h"
#ifdef _DEBUG
#define new DE
www.eeworm.com/read/109309/15559604
h arj_user.h
/*
* $Id: arj_user.h,v 1.1.1.1 2002/03/28 00:02:01 andrew_belov Exp $
* ---------------------------------------------------------------------------
* Prototypes of the functions located in ARJ_USER
www.eeworm.com/read/109296/15559856
h arj_user.h
/*
* $Id: arj_user.h,v 1.1.1.1 2002/03/28 00:02:01 andrew_belov Exp $
* ---------------------------------------------------------------------------
* Prototypes of the functions located in ARJ_USER
www.eeworm.com/read/225076/14556100
pas umdmmain.pas
unit umdmMain;
interface
uses
SysUtils, Classes, DB, ADODB, IniFiles, Forms, Printers, Graphics,
Windows, ComCtrls,Comobj,Variants;
function CompressMDB(SouceFile, DestFile: string): B