代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/409921/2221271
c progress.c
/*
* PROJECT: ReactOS Services
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/servman/progress.c
* PURPOSE: Progress dialog box message handler
www.eeworm.com/read/409921/2221829
h progress.h
/*
* ReactOS kernel
* Copyright (C) 2002 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p
www.eeworm.com/read/409921/2221836
c progress.c
/* INCLUDES *****************************************************************/
#include "usetup.h"
#define NDEBUG
#include
/* FUNCTIONS ******************************************
www.eeworm.com/read/409921/2223896
h progress.h
/* progress.h
*
* Copyright (c) 1992-2001 by Mike Gleason.
* All rights reserved.
*
*/
#define kKilobyte 1024
#define kMegabyte (kKilobyte * 1024)
#define kGigabyte ((long) kMegabyte *
www.eeworm.com/read/409921/2223902
c progress.c
/* progress.c
*
* Copyright (c) 1992-2001 by Mike Gleason.
* All rights reserved.
*
*/
#include "syshdrs.h"
#include "util.h"
#include "trace.h"
#include "progress.h"
#include "read
www.eeworm.com/read/409921/2226709
c progress.c
/*
* Progress control
*
* Copyright 1997, 2002 Dimitrie O. Paun
* Copyright 1998, 1999 Eric Kohl
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/407519/2261980
h progress.h
// Copyright (C) 2003-2008 Anders Logg and Jim Tilander.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2003-03-14
// Last changed: 2008-03-06
#ifndef __PROGRESS_H
#define __PROGRESS