代码搜索:WriteFile
找到约 554 项符合「WriteFile」的源代码
代码结果 554
www.eeworm.com/read/405759/11458165
cpp main.cpp
#include
#include
/********found*********/
using std;
void WriteFile(char* str)
{
ofstream out1;
/********found*********/
out1.open("out.txt", binary|app);
for(in
www.eeworm.com/read/404196/11490536
pas congigserverunit.pas
unit CongigServerUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,ShellApi,
Dialogs, DynamicSkinForm, SkinCtrls, ComCtrls,LangFrm, SkinBoxCtrl
www.eeworm.com/read/403956/11495326
cc terrdatarpg.cc
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//------------------------------------------------------
www.eeworm.com/read/403956/11495329
cc terrdatatge.cc
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//------------------------------------------------------
www.eeworm.com/read/153428/12034555
h aid.h
#include "iostream.h"
#include "string.h"
#include "stdio.h"
#include "stdlib.h"
#include "fstream.h"
#include "iomanip.h"
struct HASH{
int index;
char word;
};
/////////////////////
www.eeworm.com/read/254108/12161035
asm _console.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 控制台程序的公用子程序
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.data?
hStdIn dd ? ;控制台输入句柄
hStdOut
www.eeworm.com/read/340292/12166978
ice clientclerk.ice
module ClientClerk {
sequence BinaryData;
interface FileIOManager {
bool writeFile(string blockIndex,BinaryData data);
bool readFile(string blockIndex,out BinaryData data);
};
}
www.eeworm.com/read/151840/12171182
c bs.c
#include "string.h"
#include "stdio.h"
#include "conio.h"
#define MOVEIN 1
#define GUIYUE 2
#define ACC 3
#define OK 1
#define ERROR 0
#define MAXS