代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/341021/3258677
txt archive.txt
int MPIDI_CH3I_Progress(int blocking, MPID_Progress_state *state);
#define MPIDI_CH3_Progress_test() MPIDI_CH3I_Progress(FALSE, NULL)
#define MPIDI_CH3_Progress_wait(state) MPIDI_CH3I_Progress(TRUE, s
www.eeworm.com/read/213767/4912276
rb init.rb
require 'multipart_progress'
require 'progress'
require 'upload_progress'
require 'upload_progress_helper'
ActionController::Base.send(:include, UploadProgress)
ActionView::Base.send(:include, Upload
www.eeworm.com/read/313049/3646772
java logocanvas.java
import javax.microedition.lcdui.*;
import Move2008.UI.Progress;
class LogoCanvas extends Canvas implements Runnable,CommandListener{
Thread thread; //主线程
Progress progress = new Progress(2
www.eeworm.com/read/390970/8431123
cpp jdapistd.cpp
/*
* jdapistd.c
*
* Copyright (C) 1994-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/390970/8431172
cpp jdtrans.cpp
/*
* jdtrans.c
*
* Copyright (C) 1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/390920/8433566
c jdtrans.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Forward declarations */
LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
/*
* Read the coeffi
www.eeworm.com/read/389275/8536574
c eeprom.c
/******************************************************************************
EEPROM子程序(以下子程序参考或采用ST公司MCD Application Team提供的相关子程序)
****************************************************************
www.eeworm.com/read/432730/8579699
c jdapistd.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/432213/8619466
c jdapistd.c
/*
* jdapistd.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/288361/8640413
cpp dresume.cpp
// DResume.cpp : implementation file
//
#include "stdafx.h"
#include "qpglxt.h"
#include "DResume.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__