代码搜索:openFile

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

代码结果 2,657
www.eeworm.com/read/385326/8809481

pas unit_weiyhmd.pas

unit Unit_weiyhmd; interface uses unit_parentform,Dialogs,forms,SysUtils,DB, ADODB; type TFrm_weiyhmd= class(TFrm_ParentForm) procedure FormCreate(Sender: TObject); procedure
www.eeworm.com/read/361539/10047532

h myudp.h

#ifndef ns_myudp_h #define ns_myudp_h #include "udp.h" class myUdpAgent : public UdpAgent { public: myUdpAgent(); virtual void sendmsg(int nbytes, AppData* data, const char *flags = 0); virtual i
www.eeworm.com/read/279765/10394823

pb files1.pb

;////////////////////////////////// ; Amlinger ; by 2008 02 06 ;描述:打开一个文件并写入消息 ;目标:如何用PureBasic对文件操作 ;////////////////////////////////// ;定义一个文件号 #FileNum=1 ;打开一个文件 If O
www.eeworm.com/read/461399/7228075

prk pro_bs_ke2.prk

[ProjectManager] FrameMax=1 FrameX=200 FrameY=123 FrameCX=960 FrameCY=557 OpenFile1=ProjectWindow PrjPos=0,0,649,0,294 OpenFile2=OutputWindow OutputPos=0,3,652,313,1164 ActivePRJ=PRO_BS_KE2.
www.eeworm.com/read/396964/8081947

prk 0513mini2.prk

[ProjectManager] FrameMax=1 FrameX=62 FrameY=19 FrameCX=1080 FrameCY=629 OpenFile1=selfLibrary_normal.asm,0,392,7,1518,514,0,1,0,0 OpenFile2=ext_var.h,0,330,6,1434,538,0,48,0,0 OpenFile3=Eepro
www.eeworm.com/read/195976/8119383

transcript

# Reading F:/modelsim6.1b/tcl/vsim/pref.tcl # OpenFile "D:/winrar/Help/chp122/rgmill/Verilog/src/gmac_rgmii_v3_0.v"
www.eeworm.com/read/395965/8141574

cpp main.cpp

#include"traffic.h" status visited[MAX_VERTEX_NUM]; void main() { char c = '0'; ALGraph G; textbackground(1); textcolor(7); openfile("name"); getch(); Inite(G); while(c != 'y') {
www.eeworm.com/read/395965/8141708

cpp main.cpp

#include"traffic.h" status visited[MAX_VERTEX_NUM]; void main() { char c = '0'; ALGraph G; textbackground(1); textcolor(7); openfile("name"); getch(); Inite(G); while(c != 'y') {
www.eeworm.com/read/320897/13416766

transcript

# Reading C:/altera/72/modelsim_ae/tcl/vsim/pref.tcl # OpenFile "D:/kevinquartusII/111/AP600.v"
www.eeworm.com/read/493479/6393976

h my_file.h

# ifndef _MY_FILE_H_ # define _MY_FILE_H_ # include "stdio.h" # include "stdlib.h" FILE *OpenFile(char *); void CloseFile(FILE *); # endif