代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/351636/3101282
py watershedsegmentation1.py
import itk
import sys
itk.auto_progress(2)
reader = itk.ImageFileReader.IF2.New()
reader.SetFileName( sys.argv[1] )
diffusion = itk.GradientAnisotropicDiffusionImageFilter.IF2IF2.New()
dif
www.eeworm.com/read/351636/3101290
py fftimagefilter.py
#
# Example on the use of the MeanImageFilter
#
import itk
from sys import argv
itk.auto_progress(2)
dim = 2
PixelType = itk.F
ImageType = itk.Image[PixelType, dim]
reader = itk.ImageF
www.eeworm.com/read/351636/3101296
py gradientmagnituderecursivegaussianimagefilter.py
import itk
from sys import argv
itk.auto_progress(2)
InputPixelType = itk.F
OutputPixelType = itk.F
InputImageType = itk.Image[InputPixelType, 2]
OutputImageType = itk.Image[OutputPixelTyp
www.eeworm.com/read/258669/4352184
java jsplashwindowex.java
//JSplashWindowEx.java
//Demos how to show a splash window, a progress bar also shown on it
import javax.swing.*;
import java.awt.*;
import java.net.*;
public class JSplashWindowEx extends JWindow i
www.eeworm.com/read/265527/11262119
asm wdt842.asm
;File: Wdt842.asm
;Author: Eckart Hartmann Date:17/10/2003
;Description of Software: Demonstrates Watchdog timer functions.
;Development progress: Wdt834.df
;
extrn CODE (_WdtCfg) ; _WdtCfg in AD
www.eeworm.com/read/265527/11262154
asm putchar.asm
;File: putchar.a51
;Author: Eckart Hartmann Date:17/10/2003
;Development progress: Urt834.df
;
;_putchar=========Output a character to UART.
;C Function prototype: char _putchar(char cTx);
;Desc
www.eeworm.com/read/265527/11262186
c pwm842.c
//pwm842.c
/*
Author: Eckart Hartmann Date:09/10/2003
Description of Software:
This program demonstrates the PWM functions
PwmCfg() , PwmW16() , PwmW8() .
Development progress: pwm834.df .
*
www.eeworm.com/read/147311/12568855
html progmon.html
Creating a Progress Monitor Dialog
(Java Developers Almanac Example)