代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/441254/7672468
c readfile.c
#include
#include
#define LINE_LEN 16
void dispatcher_handler(u_char *, const struct pcap_pkthdr *, const u_char *);
int main(int argc, char **argv)
{
pcap_t *fp;
cha
www.eeworm.com/read/441254/7672534
dsp readfile.dsp
# Microsoft Developer Studio Project File - Name="readfile" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/441254/7672538
c readfile.c
#include
#include
#define LINE_LEN 16
void dispatcher_handler(u_char *, const struct pcap_pkthdr *, const u_char *);
int main(int argc, char **argv)
{
pcap_t *fp;
char
www.eeworm.com/read/441240/7673528
m readfile.m
function [v,D,num,c0,k,t,xmin,xmax,interval]=Readfile
[filename,pathname] = uigetfile('input.txt','Inputfile');
fid = fopen(strcat(pathname,filename),'rt');
F=load(strcat(pathname,filename));
fc
www.eeworm.com/read/440070/7694867
f readfile.f
www.eeworm.com/read/440070/7694970
f readfile.f
www.eeworm.com/read/436863/7761398
cpp readfile.cpp
#include "stdafx.h"
#include "ReadFile.h"
bool ReadLineFile::OpenFile(CString strFileName)
{
CString strext;
CString fileName;
bool bsucceed = false;
// 未指定文件,选择文件
if(strFileName
www.eeworm.com/read/436863/7761433
h readfile.h
#ifndef _READFILE_H
#define _READFILE_H
//
CString GetFileExt(const CString& path);
class ReadLineFile
{
public:
// 文件操作
bool OpenFile(CString FileName = "");
void CloseFile();
// 读操
www.eeworm.com/read/435368/7792810