代码搜索:Slideshow
找到约 377 项符合「Slideshow」的源代码
代码结果 377
www.eeworm.com/read/259739/11769556
cs slideshow.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using VirtualPhotoOrganizer.Photo;
using VirtualPhotoOrganizer.Util;
www.eeworm.com/read/149889/12338384
jad slideshow.jad
MIDlet-1: Slideshow, /icons/Slideshow_icon.png, SlideshowMIDlet
MIDlet-Name: Slideshow
MIDlet-Description: Slideshow Example MIDlet
MIDlet-Vendor: Stalefish Labs
MIDlet-Version: 1.0
MicroEdition-
www.eeworm.com/read/149889/12338389
jar slideshow.jar
www.eeworm.com/read/250065/12437053
jshl slideshow.jshl
//--------------------------------------------------------------------
//
// Laboratory 7, In-lab Exercise 3 SlideShow.jshl
//
// (Shell) Slide show program
//
// The studen
www.eeworm.com/read/250058/12437737
js slideshow.js
var timer = 5;
var photos = [
['cliffs', 'A view of the cliffs from the beach at Colwyn Bay'],
['moon', 'A full-moon shining over the sea'],
['landscape', 'A barren, desert landscape
www.eeworm.com/read/222081/14707988
class slideshow.class
www.eeworm.com/read/116056/14990958
res slideshow.res
www.eeworm.com/read/116056/14990961
dpr slideshow.dpr
program slideshow;
uses
Forms,
uslideshow in 'uslideshow.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.