代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/453925/7403726
c iregex.c
/* Main program for interactive testing. For maximum output, compile
this and regex.c with -DDEBUG. */
#include
#include
#include "regex.h"
/* Don't bother to guess abou
www.eeworm.com/read/449077/7518930
m show.m
function show(I,M)
%show - show content aware image resizing
%
% show(I,M) opens a figure window to allow interactive resizing of I
% in one direction based on the seam removal map M.
%
% See also rem
www.eeworm.com/read/143979/12825444
py pygtkconsole.py
#!/usr/bin/env python
# -*- Mode: python; c-basic-offset: 4 -*-
#
# Interactive PyGtk Console, Johan Dahlin 2002
#
import os
import signal
import sys
import string
import socket, select
from code imp
www.eeworm.com/read/143004/12905287
scs io.scs
(* IO Routines- File opening routines *)
type query_type = (interactive,batch);
txt = string[80];
var qflag:query_type;
fn:txt;
procedure page(var out:text);
begin write(out,ch
www.eeworm.com/read/310212/13654602
m sigdemo2.m
function sigdemo2(action,in1,in2);
%SIGDEMO2 Interactive signal demo - 2 : continuous FT of a signal
% Demonstrates MATLAB's graphic user interface using Handle Graphics
% while illustrating ba
www.eeworm.com/read/136812/5857848
c tool_bdry.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)tool_bdry.c 1.1 92/07/30 Copyr 1984 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Does tool interactive
www.eeworm.com/read/120487/6073819
c mbprint.c
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.12 2003/09/12 02:40:09 momj
www.eeworm.com/read/120487/6073821
h common.h
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.29 2003/09/03 22:05:09 peter
www.eeworm.com/read/120487/6073828
h settings.h
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/settings.h,v 1.15 2003/08/04 23:59:40 tgl
www.eeworm.com/read/120487/6073849
c variables.c
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.13 2003/08/04 23:59:40 tg