代码搜索:openFile

找到约 2,657 项符合「openFile」的源代码

代码结果 2,657
www.eeworm.com/read/399275/7876852

cs frmbakup.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace EMS.SetSystem {
www.eeworm.com/read/433429/7930569

prj msql.prj

; Wedit project file. Syntax: Name = value [msql] PrjFiles=7 File1=util.h ProjectFlags=0 Frame=247 86 960 695 StatusBar=0,0,0,0 Name=msql CurrentFile=D:\WORK\MSQL\util.c OpenFiles=4 ProjectP
www.eeworm.com/read/298070/7976018

transcript

# Reading F:/modelsim/tcl/vsim/pref.tcl # OpenFile E:/verilog/i2c/1_061026140305/RD1006/Source/i2c.v
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/395965/8141538

cpp scan.cpp

#include"traffic.h" step Scan(ALGraph G) { char c = '0'; while(c == '0') { openfile("scan"); c = NEXTSTEP; switch(c) { case '1': c = Scanall(G);break;
www.eeworm.com/read/395965/8141575

cpp edit.cpp

#include"traffic.h" step Edit(ALGraph &G) { step c = '0'; while(c == '0') { openfile("edit"); c = NEXTSTEP; switch(c) { case '1': c = Addarc(G);break; ca
www.eeworm.com/read/395965/8141623

cpp scan.cpp

#include"traffic.h" step Scan(ALGraph G) { char c = '0'; while(c == '0') { openfile("scan"); c = NEXTSTEP; switch(c) { case '1': c = Scanall(G);break;
www.eeworm.com/read/395965/8141668

cpp scan.cpp

#include"traffic.h" void Scan(ALGraph G) { char c; openfile("scan"); scanf("%c",&c); switch(c) { case 'A',case 'a': Scanall(G);break; case 'd','D':
www.eeworm.com/read/395965/8141672

cpp welcome.cpp

#include"traffic.h" void Welcome() { char c; ALGraph G; Inite(G); openfile("welcome"); switch(c) { case 's':case 's': Scan(G);break; case 'e':case 'E': Edit(G);break; cas
www.eeworm.com/read/395965/8141715

cpp edit.cpp

#include"traffic.h" step Edit(ALGraph &G) { step c = '0'; while(c == '0') { openfile("edit"); c = NEXTSTEP; switch(c) { case '1': c = Addarc(G);break; ca