代码搜索:WriteFile
找到约 554 项符合「WriteFile」的源代码
代码结果 554
www.eeworm.com/read/342287/3235561
java filewritertest.java
import java.io.*;
import javax.swing.*;
class FileWriterTest
{
public static void main(String argv[])
{
File file = null;
FileWriter writeFile = null;
BufferedWriter out = null;
St
www.eeworm.com/read/356991/3035882
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/304284/13796895
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by 2007_11_13_S12_COM2_Test.rc
//
#define IDD_MY2007_11_13_S12_COM2_TEST_DIALOG 102
#define IDR_MAINFRAME
www.eeworm.com/read/329846/12929771
txt 例5.txt
import java.io.*;
public class Example
{
public static void main(String args[ ])
{
File readFile=new File("Student.txt"),
writeFile=new File("Hello.txt");
try{
www.eeworm.com/read/402796/11527291
pas directexcel.pas
(*var XL : TDataSetToExcel;
begin
XL := TDataSetToExcel.Create(MyQuery,'c:\temp\test.xls');
XL.WriteFile;
XL.Free;
end;
The columns are neatly sized, Numerics are formatted in "Co
www.eeworm.com/read/258608/11850599
txt 例五.txt
import java.io.*;
public class Example
{
public static void main(String args[ ])
{
File readFile=new File("Student.txt"),
writeFile=new File("Hello.txt");
try{
www.eeworm.com/read/121690/14741883
cpp makemgr.cpp
#include "makemgr.h"
#include "langdef.h"
#include "portdef.h"
#include
#include
///////////////////
// MakeType class
bool MakeType::writeFile(QString path, QString data)
{
www.eeworm.com/read/27451/865323
txt d049.bmp.txt
fState=WriteFile(m_hCom,buf,length,&length,&m_osWrite); '
if( !fState)
{
if(GetLastError()==ERROR_IO_PENDING)
{
GetOverlappedResult(m_hCom,&m_osWrite,&length,TRUE);//等待
www.eeworm.com/read/37216/900604
txt d049.bmp.txt
fState=WriteFile(m_hCom,buf,length,&length,&m_osWrite); '
if( !fState)
{
if(GetLastError()==ERROR_IO_PENDING)
{
GetOverlappedResult(m_hCom,&m_osWrite,&length,TRUE);//等待
www.eeworm.com/read/220713/4839478
+
import java.io.*;
public class Example
{
public static void main(String args[ ])
{
File readFile=new File("Student.txt"),
writeFile=new File("Hello.txt");
try{