代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/375652/9354254
cpp readfiledoc.cpp
// ReadFileDoc.cpp : implementation of the CReadFileDoc class
//
#include "stdafx.h"
#include "ReadFile.h"
#include "ReadFileDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/199712/7833159
cpp set.cpp
#include
#include
#include
int ReadFile(char *filename)
{
int data;
ifstream input(filename, ios::nocreate);
if(input.fail())
{
cerr
www.eeworm.com/read/298906/7924736
tld it315taglib.tld
……
HtmlFilter
org.it315.HtmlFilterTag
JSP
readFile
www.eeworm.com/read/310588/13648817
java ex5.java
import java.io.*;
public class Ex5
{
public static void main(String args[ ])
{
File readFile=new File("Student.txt"),
writeFile=new File("Hello.txt");
try{
www.eeworm.com/read/343909/3213984
cpp readfiledoc.cpp
// ReadFileDoc.cpp : implementation of the CReadFileDoc class
//
#include "stdafx.h"
#include "ReadFile.h"
#include "ReadFileDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/310702/3693066
cpp readfiledoc.cpp
// ReadFileDoc.cpp : implementation of the CReadFileDoc class
//
#include "stdafx.h"
#include "ReadFile.h"
#include "ReadFileDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/423483/2026968
java iotest_yingjj.java
package com.jk.io;
import java.io.*;
import java.util.*;
public class Iotest_yingjj {
/**
* @param args
*/
public static void main(String[] args) {
readFile();
}
public static
www.eeworm.com/read/411228/2190701
py pmw_aboutdialog.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
Pmw.aboutversion('1.5')
Pmw.aboutcopyright('Copyright Company Name 1999\nAll rights reserved')
Pmw.aboutcontact(
www.eeworm.com/read/411228/2190936
py pmw_aboutdialog.py
from Tkinter import *
import Pmw
root = Tk()
root.option_readfile('optionDB')
Pmw.aboutversion('1.5')
Pmw.aboutcopyright('Copyright Company Name 1999\nAll rights reserved')
Pmw.aboutcontact(
www.eeworm.com/read/396039/2424503
cpp readblocking.cpp
#include "stdafx.h"
#include "ReadBlocking.h"
bool ReadBlocking(HANDLE hObject, LPVOID pBuffer, DWORD length)
{
DWORD num_read;
while (length)
{
if (!ReadFile(hObject, pBuffer, length, &num_rea