代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/441254/7672536
dsw makeaall.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/150965/5687520
dsw makeaall.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/135686/5882939
dsw makeaall.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/135686/5883282
dsw makeaall.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/165248/5485240
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Public ik As Integer
Public kaodsk As Integer
Public kaodskt As Integer
Public bytemp As Integer
Sub Main()
ik = 0
Load form3
form3.Visible = Tru
www.eeworm.com/read/103858/15718002
html wpw_w32_tape_95.html
Return to Table of Contents for this chapter
Subject: Writing to a tape
Hi all,
Does any net-fol
www.eeworm.com/read/362752/9982179
h load.h
#include "readfile.c"
#include "printHuffmantree.c"
#include "SelectMin.c"
#include "HuffmanCoding.c"
#include "HuffmanUncoding.c"
#include "HuffmanFile.c"
#include "Input.c"
www.eeworm.com/read/165248/5485233
bas main.bas
Attribute VB_Name = "Module1"
'config.dat的文件号为21 是系统的全局设定的保存
'jiao.dat as 22 是教师名及教师密码的保存文件
'userid.dat as 23 是本次或说是当前可以参加考试的考生姓名及考号的保存文件
'考生的文件号为30+sock号
'filename 是用保存当前考试的科目及文件名
'sockip(30,3)
www.eeworm.com/read/165248/5485274
frm setup.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "安装绝龙考试系统"
ClientHeight = 4230
ClientLeft = 60
ClientTop = 345
ClientWidth = 7215
LinkTopic
www.eeworm.com/read/165248/5485277
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Sub Main()
Load Form1
Form1.Visible = True
End Sub
Function mkmydir(bypath As String) As String
mkmydir = Dir(Left(bypath, 3), 16)
If mkmydir