代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/357276/10212794
java star.java
// star
// coded by Tota/tomato interactive
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
//Midp class
public class star extends MIDlet implements CommandListene
www.eeworm.com/read/352274/10567174
m makeshow.m
function makeshow(action);
% MAKESHOW Make slideshow demo.
%
% This tool allows you to create your own interactive
% slideshows without building your own graphic interface.
%
% To use,
www.eeworm.com/read/276451/10736933
c square.c
/* square.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* This program illustrates the use of
www.eeworm.com/read/349903/10785523
c identity.c
/*
* Program to find discrete logarithms of user identities
* using Pollard's rho method.
*
* Suitable trap-door primes are generated by "genprime" program
*
* See "Non-Interactive
www.eeworm.com/read/309840/6956580
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/286802/7107658
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/461264/7230378
pro astro.pro
pro astro, selection, EQUINOX = equinox, FK4 = FK4
;+
; NAME:
; ASTRO
; PURPOSE:
; Interactive utility for precession and coordinate conversion.
;
; CALLING SEQUENCE:
; ASTRO, [ selecti
www.eeworm.com/read/459966/7260096
txt read me.txt
Thank you for downloading this project.This is a very interactive Hotel Management Project developed using VB 6.0 and Oracle Tables(in SQL) as part of the project work for class XII(CBSE).This project
www.eeworm.com/read/451823/7455275
m ddsnc.m
function desc = ddsnc(file)
% DDSNC returns information about a netcdf file or DODS/OPEnDAP dataset
%
% function desc = ddsnc(file)
%
% DESCRIPTION:
% ddsnc is a non-interactive function that retu
www.eeworm.com/read/451547/7461984
m dd_ex8.m
% Show the interactive capabilities of the plotroc command.
%
% Generate some simple data, train a one-class classifier, make a
% scatterplot with the classifier and plot an ROC curve. Now it is
% pos