代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/105212/15675137
c serverloop.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Server main loop for handling the interactive s
www.eeworm.com/read/366144/9828391
tcl test11.tcl
# QMG test 11: miscellaneous tests.
set show 0
if {[llength [info globals interactive]]} {
set show 1
}
# test gm_addpropval & size control property
# make a square
gmset gradedsquare [gm_cpol
www.eeworm.com/read/168118/9937632
m visifit.m
function [p,coeff]= visifit(y,x,norder)
% [p,coeff]= visifit(y,x,norder)
%
% VISIFIT allows the interactive fitting of an n'th order
% polynomial to the data y(x). After plotting y(x) VISIFIT
% gra
www.eeworm.com/read/363449/9950815
cpp ex2.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// ex2.cpp: An interactive example
// from Hands-on C++
#include
main()
{
char name[16];
int age;
cou
www.eeworm.com/read/352274/10568152
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
www.eeworm.com/read/419980/10824908
c dev_vtty.c
/*
* Cisco 7200 (Predator) simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*
* Virtual console TTY.
*
* "Interactive" part idea by Mtve.
* TCP console added by Mtve
www.eeworm.com/read/417657/10981210
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.
%% determine wh
www.eeworm.com/read/467534/7005303
html knapsackweish01.html
The GA Playground: Weish01 - A Multiple 0/1 Knapsack Problem
www.eeworm.com/read/467534/7005307
html knapsackweing1.html
The GA Playground: Weing1 - A Multiple 0/1 Knapsack Problem
www.eeworm.com/read/462821/7195408
cpp ex2.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// ex2.cpp: An interactive example
// from Hands-on C++
#include
main()
{
char name[16];
int age;
cou