代码搜索:ReadFile

找到约 1,285 项符合「ReadFile」的源代码

代码结果 1,285
www.eeworm.com/read/318362/13480713

java exceptiontrowstoother.java

import java.io.*; public class ExceptionTrowsToOther{ public static void main(String[] args){ try{ System.out.println("====Before===="); readFile(); System.out.println("====After
www.eeworm.com/read/484490/6577679

cpp myfile.cpp

// MyFile.cpp: implementation of the CMyFile class. //文件类工程文件 ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyFile.h" #include
www.eeworm.com/read/406560/11439779

cpp cachereader.cpp

#include "stdafx.h" #include "cachereader.h" HANDLE OpenCacheFile(TCHAR* szCacheFilePath) { //open the file in shared mode so IE can use it at the same time return CreateFile(szCacheFilePath,
www.eeworm.com/read/347009/11705643

pas main.pas

unit main; interface uses Windows, Messages, SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls; type TfrmMain = class(TForm) btnOpen: TButton; edtFilePath: TEdit; btn
www.eeworm.com/read/151537/12202893

java samplemmscreation.java

/* * @(#)SampleMMSCreation.java 1.0 * * * This sample was derived from the OriginatingApp.java file which came with the * Nokia MMS Java Library 1.1 * * Instead of sending the MMS to an
www.eeworm.com/read/337378/12373515

java test.java

import java.io.*; public class Test{ public static void main(String[] args){ Test t = new Test(); try{ t.readFile(); }catch(IOException e){ System.out.println(e); System.
www.eeworm.com/read/124060/14597445

cpp librarybuilderinternals.cpp

// // LibraryBuilderInternals.cpp // // Copyright (c) Shareaza Development Team, 2002-2004. // This file is part of SHAREAZA (www.shareaza.com) // // Shareaza is free software; you can redistrib
www.eeworm.com/read/223355/14643823

txt 漫谈兼容内核之一:reactos怎样实现系统调用.txt

漫谈兼容内核之一:ReactOS怎样实现系统调用 [align=center][size=5][b]漫谈兼容内核之一:ReactOS怎样实现系统调用[/b][/size][/align] [align=center] 毛德操[/align] 有网友在论坛上发贴,要求我谈谈ReactOS是怎样实现系统调用的。另一方面,我上次已经谈到兼容内核应该如何实现Windows系统调用的问
www.eeworm.com/read/116836/14952142

cpp processing.cpp

#include "stdafx.h" #include "Processing.h" #include #include #include #include "../Enc_Blowfish/Blowfish.h" #include "Security/FileWipe.h" #include "Files/SelfExtrac
www.eeworm.com/read/165248/5485256

bas main.bas

Attribute VB_Name = "Module1" Option Explicit 'finename(12)用来保存当前考试的题类的文件所在 'kaoiq(8,50)用来保存考生的考试答案 '多选题中A用1,B用5,C用7,D用9来算 '单选题中A1B2C3D4 '判断题中对1错2 'kaonull用来说明是否为从考 Public kaonull As Integer