代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/209093/4987382
h uif.h
/*
* File: uif.h
* Purpose: Provide an interactive user interface
*
* Notes: The commands, set/show parameters, and prompt are configured
* at the project level
www.eeworm.com/read/209093/4987390
c uif.c
/*
* File: uif.c
* Purpose: Provide an interactive user interface
*
* Notes: The commands, set/show parameters, and prompt are configured
* at the project level
www.eeworm.com/read/345837/3196779
cs condition.cs
namespace Org.InteliIM.Applications.Messenger.Interactive
{
///
/// Represents a condiction. currently not used.
///
public interface Condition
{
}
}