代码搜索:Files
找到约 10,000 项符合「Files」的源代码
代码结果 10,000
www.eeworm.com/read/127808/14332710
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
www.eeworm.com/read/229396/14340920
html files.html
Symbian XML Libarary
SYXML - XML Parser and Generator Library for Symbian
www.eeworm.com/read/228773/14363699
tk files.tk
#!/usr/bin/wish
# tk_getOpenFile demo
# tk_getSaveFile demo
label .o -text "File to open:"
entry .oe -textvariable open
set types {
{{Text Files} {.txt} }
{{TCL Scripts} {.tcl}
www.eeworm.com/read/127067/14380441
mdb files.mdb
www.eeworm.com/read/227998/14403726
h files.h
/* files.h */
#ifndef _FILES_H
#define _FILES_H
struct config_keyword {
char keyword[14];
int (*handler)(char *line, void *var);
void *var;
char def[30];
};
int read_config(char *fi
www.eeworm.com/read/227998/14403773
c files.c
/*
* files.c -- DHCP server file manipulation *
* Rewrite by Russ Dill July 2001
*/
#include
#include
#include
#include
www.eeworm.com/read/227409/14427065
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/227409/14427436
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