代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/101082/6242274
ti ibm.ti
# # --------------------------------
# @(#)ibm.ti 4.1 (ULTRIX) 7/2/90
#
# ibm: IBM, INTERACTIVE SYSTEMS, and INTECOLOR
#
# Some of these should go in the misc category, IBM, ISC, and intecolor can't
#
www.eeworm.com/read/100925/6264900
h isql_proto.h
/*
* PROGRAM: Interactive SQL utility
* MODULE: isql_proto.h
* DESCRIPTION: Prototype header file for isql.e
*
* The contents of this file are subject to the Interbase Public
* License Version
www.eeworm.com/read/100285/6271852
c example1.c
/* -*- C -*- */
/* The first example illustrates creating a table, adding some data
* to it, and selecting the inserted data. The second example shows
* interactive ad hoc query processing.
*
* Ac
www.eeworm.com/read/100285/6271853
c example2.c
/* -*- C -*- */
/* The first example illustrates creating a table, adding some data
* to it, and selecting the inserted data. The second example shows
* interactive ad hoc query processing.
*
* Ac
www.eeworm.com/read/476367/6758266
pas rijndael-tool.pas
program RijndaelTool;
{ Copyright (c) 2001, Tom Verhoeff (TUE) }
{ Version 1.0 (July 2001) }
{ Interactive example program using FreePascal library RijndaelECB }
uses RijndaelECB;
procedure Pa
www.eeworm.com/read/404962/11475081
m growcut.m
% [labels strengths] = growcut(img, labels)
%
% GrowCut algorithm
% from "GrowCut" - Interactive Multi-Label N-D Image Segmentation
% By Cellular Autonoma
% by Vladimir Vezhnevets and Vadim
www.eeworm.com/read/343020/11983328
m editgui.m
function [Obj, Modified] = EditGUI(Obj, ForcePekeris)
%Allows interactive editing of an acoustic environment object
if nargin < 2
ForcePekeris = 0;
end
Done = 0;
Modified = 0;
while ~Done
www.eeworm.com/read/256508/11993524
tex~ camera1.tex~
% CHI 96 Publications Format
%% To be used for Papers, Design Briefings, Short Papers, and Interactive
%% Posters
%% With ACM Copyright Notice
% This file serves as an example for using the chi96 c
www.eeworm.com/read/256508/11993576
tex camera1.tex
% CHI 96 Publications Format
%% To be used for Papers, Design Briefings, Short Papers, and Interactive
%% Posters
%% With ACM Copyright Notice
% This file serves as an example for using the chi96 c
www.eeworm.com/read/152732/12089984
f90 subset.f90
PROGRAM subset
! Interactive program for finding best-fitting subsets of variables.
! Author: Alan Miller
! Retired from CSIRO Mathematical & Information Sciences, Melbourne, Australia
! am