代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/284343/8942437
txt 用api函数实现串行通讯.txt
用API函数实现串行通讯
以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。
为了保证资源共享,Windows系统完全接管了各种硬件资源,使用中断来控制端口将破坏系统 ...
www.eeworm.com/read/185920/8973159
asv run.asv
B= 4; % # of bits
C= 16; % # of points in constellation
S= 256; % # samples of handel
L=16; % length of channel
%noise=.00001; % noise amplitude
%sN=0; % # TD spikes
N=16; % length of cyclic pad
F=128
www.eeworm.com/read/185920/8973174
m run.m
B= 4; % # of bits
C= 16; % # of points in constellation
S= 256; % # samples of handel
L=16; % length of channel
%noise=.00001; % noise amplitude
%sN=0; % # TD spikes
N=16; % length of cyclic pad
F=128
www.eeworm.com/read/283196/9036267
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/178679/9388794
txt win9xapi.txt
基 于Win95 TAPI 的 调 制 解 调 器 编 程
谭 安 平----中 国 科 学 院 近 代 物 理 研 究 所
一、 简 介:
---- 随 着Win95 操 作 系 统 的 普 及, 计 算 机 之 间 的 通 信 已 经
成 为 大 多 数 应 用 程 序 开 发 的 要 求, 这 其 中 的 主 要 原 因
是Win95 不 仅 仅 能 够 支 持 大 多
www.eeworm.com/read/176730/9486034
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/372449/9510173
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/372285/9514389
makefile
CC = gcc
CCFLAGS = -g
SOURCE = modbus_tcp.c unp.c readfile.c
INC = ../include
LIBDIR=../liba
.c.o:
$(CC) $(CCFLAGS) -I$(INC) -c $<
all: modbus_tcp
modbus_tcp : $(SOURCE)
$(CC) $(CCF
www.eeworm.com/read/372285/9514396
svn-base makefile.svn-base
CC = gcc
CCFLAGS = -g
SOURCE = modbus_tcp.c unp.c readfile.c
INC = ../include
LIBDIR=../liba
.c.o:
$(CC) $(CCFLAGS) -I$(INC) -c $<
all: modbus_tcp
modbus_tcp : $(SOURCE)
$(CC) $(CCF
www.eeworm.com/read/365783/9847516
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