代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/407373/11420163
c jdapistd.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Forward declarations */
LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
/*
* Decompression initializ
www.eeworm.com/read/255183/12096460
cpp dialogprogress.cpp
// DialogProgress.cpp : implementation file
//
#include "stdafx.h"
#include "Dialog.h"
#include "DialogProgress.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/255182/12096549
cpp dialogprogress.cpp
// DialogProgress.cpp : implementation file
//
#include "stdafx.h"
#include "Dialog.h"
#include "DialogProgress.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/255181/12096628
cpp dialogprogress.cpp
// DialogProgress.cpp : implementation file
//
#include "stdafx.h"
#include "Dialog.h"
#include "DialogProgress.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/230173/14303084
c widget_simpleprogbar.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applicati
www.eeworm.com/read/230173/14303132
c widget_simpleprogbar(1).c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applicati
www.eeworm.com/read/126866/14396876
c part_gen.c
#include "part.h"
/*
bbt - Bad Blocks Table - will have numbers of bad sectors found
bbt_size - size of the table, if 0 halt on first bad sector,
if -1 retur
www.eeworm.com/read/227044/14443460
cpp downloaddlg.cpp
// downloadDlg.cpp : implementation file
//
#include "stdafx.h"
#include "download.h"
#include "downloadDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/226941/14446094
c jindu.c
#include
typedef struct _ProgressData {
GtkWidget *window;
GtkWidget *pbar;
int timer;
gboolean activity_mode;
} ProgressData;
/* 更新进度条,这样就能够看到进度条的移动 */
gint progress_timeout( gp
www.eeworm.com/read/226067/14499752
java jitem.java
import javax.swing.*;
public class JItem{
public static final int NoSound=100;
public static final int NoProgress = 1000;
public JLabel label;
public int pic;
public int sleep_num_before;