代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/338523/12300838
tlc cgirblk_s0_b135_blockoutputcomment.tlc
%implements cgirblk_s0_b135_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
www.eeworm.com/read/338523/12300857
tlc cgirblk_s0_b131_blockoutputcomment.tlc
%implements cgirblk_s0_b131_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
www.eeworm.com/read/338523/12301466
tlc cgirblk_s0_b132_blockoutputcomment.tlc
%implements cgirblk_s0_b132_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
www.eeworm.com/read/338523/12301798
tlc cgirblk_s0_b136_blockoutputcomment.tlc
%implements cgirblk_s0_b136_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
www.eeworm.com/read/338523/12302048
tlc cgirblk_s0_b135_blockoutputcomment.tlc
%implements cgirblk_s0_b135_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
www.eeworm.com/read/338523/12302099
tlc cgirblk_s0_b131_blockoutputcomment.tlc
%implements cgirblk_s0_b131_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
www.eeworm.com/read/251330/12352717
java mytexteditor.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.*;
import java.lang.*;
public class MyTextEditor extends Frame implements ActionListener
{
TextArea text;
www.eeworm.com/read/129891/14218983
makefile
include ../Make.defines
PROGS = daytimetcpcli daytimetcpsrv2 mycat openfile \
tfcred01 unixbind unixstrcli01 unixstrserv01 unixstrserv02
all: ${PROGS}
daytimetcpcli: daytimetcpcli.o
${CC} ${CFLA
www.eeworm.com/read/229717/14324392
cpp 测试数据库.cpp
//**************************************//
//这个程序可以测试数据库中的内容是否正常//
//**************************************//
int NUM;
#include "BookFunc.h"
int main()
{
FileWork::OpenFile();
cout