代码搜索:openFile

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

代码结果 2,657
www.eeworm.com/read/257829/6286067

cgi format_half_fit.cgi

# 读写文件的简单函数 # 关键词:函数,引用,读写文件,前缀 ,双下划线,双目,匹配, use CGI qw(:all); #use strict; $mat_var = '(?:[a-zA-Z_]+[\w]*)'; sub OpenFile{ ($sorc_dir) = @_; open(SORC,$so
www.eeworm.com/read/255510/12078028

transcript

# Reading C:/Program Files/VModeltech_5.5e/win32/../tcl/vsim/pref.tcl # OpenFile E:/PROGRA~1/工程/veriog/source/chap10/block2.v vlog -reportprogress 300 -work work {E:/Program Files/工程/veriog/sourc
www.eeworm.com/read/224996/14557800

cpp mfcpl0view.cpp

// MFCpl0View.cpp : implementation of the CMFCpl0View class // #include "stdafx.h" #include "MFCpl0.h" #include "openfile.h" #include "MFCpl0Doc.h" #include "MFCpl0View.h" #include "execute.h
www.eeworm.com/read/206475/15294400

vbp dbpicedi.vbp

Type=Exe Form=Main.Frm Module=OpenFileDlg; OpenFile.Bas Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\system32\stdole2.tlb#Standard OLE Types Reference=*\G{00025E01
www.eeworm.com/read/172624/9699784

transcript

# Reading C:/Modeltech_xe/tcl/vsim/pref.tcl # OpenFile "C:/Modeltech_xe/examples/qiangdaqi1/lpm_mul/lpm_multtest.v" # bp_status # bp_status # bp_status# Loading project lpm # Compile of lp
www.eeworm.com/read/248699/12545647

cpp openzipfile.cpp

// OpenZipFile.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include "unzip.h" #define MAX_ZPATH 256 unzFile OpenZipFile(char *zipfile,char* openfile) { unz_global_info
www.eeworm.com/read/204837/15332967

h hpi32.h

/////////////////hpi32.h//////////////////////////////// #ifndef __HPI32_H__ #define __HPI32_H__ extern UINT8 OpenFile(UINT8 *pBuffer); extern UINT8 SetFilePointer(UINT32 pointer); /*在当前目录下创建一个
www.eeworm.com/read/183714/9143504

txt readme.txt

函数说明 返回值定义 #define NOERROR 1 没有错误 #define ERR_ALLOCMEM -1 没有足够内存 #define ERR_OPENFILE -2 打开文件失败 #define ERR_CREATEFILE -3 创建文件失败 #define ERR_WAVFILE -4
www.eeworm.com/read/352505/10545169

txt 模拟结果.txt

# Reading C:/Modeltech_6.1f/tcl/vsim/pref.tcl # OpenFile "D:/16bitcpu/test.v" vlog -reportprogress 300 -work work D:/16bitcpu/test.v # Model Technology ModelSim SE vlog 6.1f Compiler 2006.05 May
www.eeworm.com/read/295766/8141826

cpp 2~n.cpp

//计算2的N次方 #include #include #include int n; int a[100]; int b1=0; int temp=0; void openfile(){ FILE *fp; if ((fp = fopen("D:\\C语言\\2~n.txt", "r"))