代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/280149/10352198
txt 并口编程简要说明.txt
对于标准的并口设备,写并口通讯程序可以直接使用WINDOWS API CreateFile <mark>ReadFile</mark> WriteFile配合多线程设计方法即可实现,但是我们要做的这个编程卡却不能这样做,我们需要用并口来提供编程信号,这样就需要软件能灵活的控制某的引脚的电平,这样就需要对并口的寄存器进行读写,LPT1的寄存器基地址在0x378,在WINDOWS保护模式下读写端口是比较麻烦的,需要 ...
www.eeworm.com/read/277652/10614243
cpp fileencrydlg.cpp
// FileEncryDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileEncry.h"
#include "FileEncryDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/158803/10728626
vbp modifyfi.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WIN98\SYSTEM\stdole2.tlb#OLE Automation
Module=ReadFile; ReadFile.bas
IconForm="Form1"
Startup="Form1"
HelpFi
www.eeworm.com/read/158803/10728631
vbw modifyfi.vbw
Form1 = 86, 50, 593, 430, , 68, 42, 544, 325, C
ReadFile = 108, 37, 619, 422, I
www.eeworm.com/read/418205/10958996
txt 12.4 win32 api对文件操作的支持.txt
12.4 Win32 API对文件操作的支持
Win32 API提供了一些与文件操作相关的函数,这些函数的功能都很强大,这里先利用 CreateFile、
ReadFile和 WriteFile函数来完成文件的创建、打开、写入和读取,后面的内容还会用到它们。
www.eeworm.com/read/416408/11030938
cpp 8fskmodem.cpp
// 8FSKModem.cpp : 在本系统中实现了8FSK的调制解调,在解调时使用的是包络检测法
//////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "stdio.h"
#include
#inc
www.eeworm.com/read/450111/7490700
asm mainfat.asm
;
; Extended Operating System Loader (XOSL)
; Copyright (c) 1999 by Geurt Vos
;
; This code is distributed under GNU General Public License (GPL)
;
; The full text of the license can be found in
www.eeworm.com/read/399963/7818954
tk hello4.tk
#!/usr/bin/wish -f
option readfile hello.def
pack [button .b -text "Hello\nWorld!!!" \
-justify center \
-width 20 \
-command {puts "Hi"}]
bind .b
www.eeworm.com/read/298418/7962238
makefile
#
# Makefile for the myudisk device drivers.
#
EXTRA_CFLAGS := -c -I /usr/src/linux-2.4.22/include -Wall
myudisk.o: myudisk.c
gcc $(EXTRA_CFLAGS) myudisk.c
.PHONY: test oops
test: readfile
insmod