代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/419480/10865817
pro progress.pro
######################################################################
# Automatically generated by qmake (2.01a) ??? ?? 12 16:27:22 2008
############################################################
www.eeworm.com/read/419480/10865822
cpp progress.cpp
#include "progress.h"
#include
Progress::Progress( QWidget *parent, Qt::WindowFlags f )
: QDialog( parent, f )
{
QFont font("ZYSong18030",12);
setFont(font);
setWindo
www.eeworm.com/read/418797/10895777
h progress.h
#if !defined(__PROGRESS_H__)
#define __PROGRESS_H__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// progress.h : header file
//
/////////////////////////////////////////////
www.eeworm.com/read/418797/10895813
cpp progress.cpp
/*
Progress.cpp : implementation of the CProgress class
Implements the statistics (progress) window that SiteSnagger displays
at the bottom of its main window.
Author: Steven E. Sipe
*/
www.eeworm.com/read/273323/10920691
bmp progress.bmp
www.eeworm.com/read/418028/10967784
test progress.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/417108/11003614
c progress.c
/*
* Routines to output progress information during a file transfer.
*
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2001, 2002 Martin Pool
www.eeworm.com/read/146545/6956193
m progress.m
function bar_string = progress(percent,varargin);
%PROGRESS Create a progress bar.
% BS = PROGRESS(PERCENT) returns a string showing the ratio of
% done/remaining jobs.
%
% BS = PROGRESS(
www.eeworm.com/read/469652/6972918
bas progress.bas
Attribute VB_Name = "progress"
Public Function FloppyDrive(sDrive As String) As Boolean
On Error Resume Next
FloppyDrive = Dir(sDrive) ""
End Function
www.eeworm.com/read/468347/6989050