代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/276888/10698657
bas pro.bas
Attribute VB_Name = "PROBas"
'Attribute VB_Name = "OpenFile32"
'########################################
'# C O L D F U S I O N Z . N E T #
'#We are the programmers of your future.#
'#
www.eeworm.com/read/272869/10938758
bas module1.bas
Attribute VB_Name = "Module1"
Public filename As String
Public Sub openfile(ByVal f As String)
Open f For Input As #1
Do While Not EOF(1)
Line Input #1, textline
textout = textout + textline
www.eeworm.com/read/297417/8022605
h~ table.h~
#ifndef _TABLE_H_
#define _TABLE_H_
#include
#include
using namespace std;
class table
{
private:
void readAttrib()
{
checkFileExist(name);
int fd=openFile(name);
char*
www.eeworm.com/read/297417/8022731
h table.h
#ifndef _TABLE_H_
#define _TABLE_H_
#include
#include
using namespace std;
class table
{
private:
void readAttrib()
{
checkFileExist(name);
int fd=openFile(name);
char*
www.eeworm.com/read/395965/8141539
cpp scandes.cpp
#include"traffic.h"
char Scandes(ALGraph G)
{
int m = -1,i,k;
char term[16],c = 'n';
ArcNode *p;
openfile("head");
printf("please input the terminus you want to scan:\n");
while(
www.eeworm.com/read/395965/8141546
cpp lessmoney.cpp
#include"traffic.h"
step Lessmoney(ALGraph G,int tool,StrARR path,int n)
{
int minmoney = MAX,min,i,j,money;
ArcNode * p;
openfile("head");
for(i = 0 ; i < n; i++)
{
www.eeworm.com/read/395965/8141625
cpp scandes.cpp
#include"traffic.h"
char Scandes(ALGraph G)
{
int m = -1,i,k;
char term[16],c = 'n';
ArcNode *p;
openfile("head");
printf("please input the terminus you want to scan:\n");
while(
www.eeworm.com/read/395965/8141643
cpp lessmoney.cpp
#include"traffic.h"
step Lessmoney(ALGraph G,int tool,StrARR path,int n)
{
int minmoney = MAX,min,i,j,money;
ArcNode * p;
openfile("head");
for(i = 0 ; i < n; i++)
{
www.eeworm.com/read/231795/14220404
cpp function.cpp
#include
#include
#include
#include "Function.h"
extern xmlnode node[1000];
extern count;
CString openfile(CString file)
{
CString context;
char ch;
F
www.eeworm.com/read/240921/4565901
cpp openfiledlg.cpp
// OpenFileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "OpenFile.h"
#include "OpenFileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]