代码搜索:WriteFile
找到约 554 项符合「WriteFile」的源代码
代码结果 554
www.eeworm.com/read/383153/2622247
cpp texturerectangle.cpp
#include "osg/TextureRectangle"
#include "osg/ImageSequence"
#include "osgDB/Registry"
#include "osgDB/Input"
#include "osgDB/Output"
#include "osgDB/WriteFile"
using namespace osg;
using namespace
www.eeworm.com/read/399909/2357055
bas mdumain.bas
Attribute VB_Name = "mduMain"
Option Explicit
Public Declare Function WriteFile Lib "kernel32" (ByVal hFile As Long, lpBuffer As Byte, ByVal nNumberOfBytesToWrite As Long, lpNumberOfBytesWritten A
www.eeworm.com/read/383153/2622245
cpp texturecubemap.cpp
#include "osg/TextureCubeMap"
#include "osg/ImageSequence"
#include "osgDB/Registry"
#include "osgDB/Input"
#include "osgDB/Output"
#include "osgDB/WriteFile"
using namespace osg;
using namespace os
www.eeworm.com/read/100140/15882952
asm edkeys.asm
include ed.inc
A macro Name
.data
global Name:far
.code
dd Name
endm
.code
CTable label dword
A FoolNop
A Glop
A InsertChar
A SetReturnCode
A ReadFile
A WriteFile
A
www.eeworm.com/read/316652/13519199
todo
TODO:
append only files can be achieved by making sure that offsets passed to writefile are not less than the total size of the file
disable all non-TCP/IP / netbios protocols by default (with a
www.eeworm.com/read/491470/1190221
java iofile.java
package barprint.print;
import java.io.*;
import java.util.*;
public class iofile {
private BufferedReader br;
private BufferedWriter bw;
private String readFile, writeFile;
www.eeworm.com/read/315151/3624027
java writetofile.java
package Test;
import java.io.*;
public class WritetoFile {
private String path;
//文件路径
private String something;
//写入的数据
/** Creates a new instance of WriteFile */
publi
www.eeworm.com/read/245143/12815874
java j3_33.java
import java.io.*;
class WriteFile {
public static void main (String[] args) {
File file = new File("tt.txt");
try {
InputStreamReader is = new InputStreamReader (System.in);
Buffered
www.eeworm.com/read/347424/11666356
bas file_api.bas
Attribute VB_Name = "API_file"
'Declare Function WriteFile Lib "kernel32" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToWrite As Long, lpNumberOfBytesWritten As Long, lpOverlapped As O
www.eeworm.com/read/347424/11666413
bas file_api.bas
Attribute VB_Name = "API_file"
'Declare Function WriteFile Lib "kernel32" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToWrite As Long, lpNumberOfBytesWritten As Long, lpOverlapped As O