代码搜索:Efficiently

找到约 116 项符合「Efficiently」的源代码

代码结果 116
www.eeworm.com/read/449790/7496347

carefully readme.carefully

Please note: The IS code in this directory known as is.c is the most compact serial version of the NPB2.3 parallel IS that it is possible to devise. As such, it is completely unnecessary to have any
www.eeworm.com/read/278773/10510307

cpp ftp_c.cpp

// ================================================================= // class: CUT_FTPClient // File: ftp_c.cpp // // Purpose: // The primary function of FTP is to transfer files efficientl
www.eeworm.com/read/278773/10510452

h ftp_c.h

// ================================================================= // class: CUT_FTPClient // File: ftp_c.h // // Purpose: // // FTP client class declaration. // // The primary functio
www.eeworm.com/read/192259/8390898

makefile

include ../Make.defines CFLAGS = $(CFLAGSO) # need -O in this directory, since we're timing the # programs and we need the getc() and putf() macros # expanded efficiently in-line. PROGS = cop
www.eeworm.com/read/189219/8483970

makefile

include ../Make.defines CFLAGS = $(CFLAGSO) # need -O in this directory, since we're timing the # programs and we need the getc() and putf() macros # expanded efficiently in-line. PROGS = copy fgetc
www.eeworm.com/read/185783/8985161

makefile

include ../Make.defines CFLAGS = $(CFLAGSO) # need -O in this directory, since we're timing the # programs and we need the getc() and putf() macros # expanded efficiently in-line. PROGS = copy fgetc
www.eeworm.com/read/371500/9551355

makefile

include ../Make.defines CFLAGS = $(CFLAGSO) -lm # need -O in this directory, since we're timing the # programs and we need the getc() and putf() macros # expanded efficiently in-line. PROG
www.eeworm.com/read/278773/10510568

h ftp_s.h

// ================================================================= // class: CUT_FTPServer // class: CUT_FTPThread // File: ftp_s.h // // Purpose: // // FTP server and thread class