代码搜索:WriteFile
找到约 554 项符合「WriteFile」的源代码
代码结果 554
www.eeworm.com/read/111055/7141402
cpp gostdemo.cpp
// GostDemo.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*********************************************************************/
/*- */
/*-
www.eeworm.com/read/463400/7182449
txt bit.txt
把set.c文件中的SET_BIT()函数改成这样
extern void itob(int i,char *a);
//BIT结果查询回复
void SET_BIT(unsigned char *buf)
{
static char str[100]; //
static int file;
int m,check=0;//
char bstrin
www.eeworm.com/read/459385/7276257
asm _console.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 控制台程序的公用子程序
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.data?
hStdIn dd ? ;控制台输入句柄
hStdOut
www.eeworm.com/read/444200/7616616
cpp win32progman.cpp
// AtmelProgrammer.cpp//
#include
#include
#include
using namespace std;
void PrintLastError(void);
int HexToInt(char* string);
bool ReadBytes(HANDLE hCom, ch
www.eeworm.com/read/197619/7984296
asm file32.asm
; OPENFILE = 1
; READFILE = 1
; WRITEFILE = 1
; LSEEKFILE = 1
; CREATEFILE = 1
; FILESIZE = 1
; FILECOPY =
www.eeworm.com/read/197619/7984341
inc file32.inc
extrn _filebufloc:dword, _filebuflen:word
extrn _openfile:near, _closefile:near, _lseekfile:near, _readfile:near
extrn _writefile:near, _createfile:near, _filesize:near, _filecopy:near
extr
www.eeworm.com/read/144914/12763377
asm _console.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 控制台程序的公用子程序
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.data?
hStdIn dd ? ;控制台输入句柄
hStdOut
www.eeworm.com/read/244668/12850154
cpp simple.cpp
#include
#include
#include
#include "../../zip.h"
#include "../../unzip.h"
void CreateFiles();
// will create "\\simple.bmp" and "\\simple.txt" for subsequent z
www.eeworm.com/read/242302/13081006
txt 检测modem是否正在使用.txt
简 单 的 办 法 是 使 用 Visual Basic的 MSComm控 制 。 可 以 使 用 PortOpen来 打 开 Modem。 如 果 Modem被 其 他 软 件 占 用 , 可 能 产 生 错 误 , 错 误 号 是 8005(Port already open)或 8010(The hardware is not available (locked by another dev
www.eeworm.com/read/324161/13280762
java import.java
import java.util.*;
import java.io.*;
public class Import
{
public static void main(String args[])
{
try{
BufferedReader readfile = new BufferedReader(new FileReader("impo