代码搜索:saveFile
找到约 1,013 项符合「saveFile」的源代码
代码结果 1,013
www.eeworm.com/read/209362/15222906
vbw spo2.vbw
Form1 = 7, 3, 882, 657, Z, 22, 30, 899, 557, C
savefile = 66, 66, 599, 514, , 22, 30, 896, 404, C
www.eeworm.com/read/166594/5474119
hpp savepos.hpp
#ifndef _RAR_SAVEPOS_
#define _RAR_SAVEPOS_
class SaveFilePos
{
private:
File *SaveFile;
Int64 SavePos;
uint CloseCount;
public:
SaveFilePos(File &SaveFile);
~SaveFilePos();
}
www.eeworm.com/read/395460/8172186
java taskdialog.java
package gui;
/**
*功能:添加下载任务对话框
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.net.*;
import java.io.File;
/**
* 功能:对话框主窗口
*/
public class TaskDial
www.eeworm.com/read/171600/9745410
hpp savepos.hpp
#ifndef _RAR_SAVEPOS_
#define _RAR_SAVEPOS_
class SaveFilePos
{
private:
File *SaveFile;
Int64 SavePos;
uint CloseCount;
public:
SaveFilePos(File &SaveFile);
~SaveFilePos();
}
www.eeworm.com/read/171600/9745514
cpp savepos.cpp
#include "rar.hpp"
SaveFilePos::SaveFilePos(File &SaveFile)
{
SaveFilePos::SaveFile=&SaveFile;
SavePos=SaveFile.Tell();
CloseCount=SaveFile.CloseCount;
}
SaveFilePos::~SaveFilePos()
{
if (C
www.eeworm.com/read/249848/12465724
m genmatchedfilterberdata.m
function [] = GenMatchedFilterBerData(gammaRangeAwgn,gammaRangeRayleigh,timingRange,saveFile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This function evaluates t
www.eeworm.com/read/235820/14050967
c dsniff.c
/*
dsniff.c
Password sniffer, because DrHoney wanted one.
This is intended for demonstration purposes and educational use only.
Copyright (c) 2000 Dug Song
$Id: dsni