代码搜索:Files
找到约 10,000 项符合「Files」的源代码
代码结果 10,000
www.eeworm.com/read/450111/7490726
cpp files.cpp
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450097/7490895
txt _files.txt
===== ajax.js
AJAX Wrapper Class v1.0 (Dev Build: 0128)
===== ajax_convert.php
AJAX Wrapper Class Conversion Include for PHP
===== ajax_test.php
Sample AJAX polling service script
===== po
www.eeworm.com/read/449996/7491879
h files.h
#ifndef _FILES_H
#define _FILES_H
/* Permission bits in FTPUSERS file */
#define FTP_READ 1 /* Read files */
#define FTP_CREATE 2 /* Create new files */
#define FTP_WRITE 4 /* Overwrite or dele
www.eeworm.com/read/449996/7491977
c files.c
/* System-dependent definitions of various files, spool directories, etc */
#include
#include
#include "global.h"
#include "netuser.h"
#include "files.h"
#include "md5.h"
www.eeworm.com/read/446236/7583295
h files.h
#ifndef CRYPTOPP_FILES_H
#define CRYPTOPP_FILES_H
#include "cryptlib.h"
#include "filters.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
class FileSource : public S
www.eeworm.com/read/446236/7583409
cpp files.cpp
// files.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "files.h"
NAMESPACE_BEGIN(CryptoPP)
static const unsigned int BUFFER_SIZE = 1024;
FileSource::F