代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/157653/11677484
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/260790/11701911
h progress.h
/*******************************************************************************
*
* progress.h
*
* Cheetah Web Browser
* Copyright (C) 2001 Garett Spencley
*
* This program is free software;
www.eeworm.com/read/260790/11701982
c progress.c
/*******************************************************************************
*
* progress.c
*
* Cheetah Web Browser
* Copyright (C) 2001 Garett Spencley
*
* This program is free software;
www.eeworm.com/read/259400/11795532
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/259035/11826223
cpp progress.cpp
#include
using namespace std;
#define ERROR 0
#define OK 1
#define NULL 0
enum process_state{W,R,F}; //进程状态枚举类型(等待,运行,就绪)
typedef struct PCBNode //PCB结构体
{
char name; //名字
i
www.eeworm.com/read/344250/11891392
png progress.png
www.eeworm.com/read/344250/11891663
png progress.png
www.eeworm.com/read/344240/11892890
class progress.class
www.eeworm.com/read/344240/11892903
java progress.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Progress extends JFrame {
JProgressBar current;
JTextArea out;
JButton find;
Thread runner;