代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/366144/9828250
tcl qmg_batch_init.tcl
# QMG batch initialization
# procedure to read an object from a file
proc gm_readfile {filename fileformat} {
if {$fileformat == "xdr"} {
set obj [gmxdr_read $filename]
} else {
set obj [g
www.eeworm.com/read/331266/12836349
asm fileio.asm
.code
StreamInProc proc hFile:DWORD,pBuffer:DWORD,NumBytes:DWORD,pBytesRead:DWORD
invoke ReadFile,hFile,pBuffer,NumBytes,pBytesRead,0
xor eax,1
ret
StreamInProc endp
StreamOutProc pr
www.eeworm.com/read/217691/14953297
m dodfa.m
function res = dodfa( name )
% do the dfa analysis for a file from the disk
data = readfile(name);
times = runsum(data)/1000; % convert to seconds from millisecs
labels = ones(size(times));
startends
www.eeworm.com/read/343909/3213971
cpp readfileview.cpp
// ReadFileView.cpp : implementation of the CReadFileView class
//
#include "stdafx.h"
#include "ReadFile.h"
#include "ReadFileDoc.h"
#include "ReadFileView.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/310702/3693053
cpp readfileview.cpp
// ReadFileView.cpp : implementation of the CReadFileView class
//
#include "stdafx.h"
#include "ReadFile.h"
#include "ReadFileDoc.h"
#include "ReadFileView.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/415934/2130568
js pack.js
load("build/ParseMaster.js", "build/packer.js", "build/writeFile.js");
var out = readFile( arguments[0] );
writeFile( arguments[1], pack( out, 62, true, false ) );