代码搜索:Assistant
找到约 1,384 项符合「Assistant」的源代码
代码结果 1,384
www.eeworm.com/read/117259/14933259
h assistant.h
#ifndef _ASSISTANT_H_
#define _ASSISTANT_H_
#include
/*struct Node
{
int NeighborNode; //临接结点号
char ConvertChar; //所接收的字符 注:e用'@'标记
int NodeState; //-1为开始结点,0为中间结点
www.eeworm.com/read/212986/4933594
c assistant.c
/* Assistant
*
* Demonstrates a sample multistep assistant. Assistants are used to divide
* an operation into several simpler sequential steps, and to guide the user
* through these steps.
*/
#i
www.eeworm.com/read/197654/5093718
java assistant.java
/**
* JacobGen generated file --- do not edit
*
* (http://www.bigatti.it/projects/jacobgen)
*/
package org.nethawker.office11;
import com.jacob.com.*;
public class Assistant extends Dispatch {
www.eeworm.com/read/339446/3301117
pro assistant.pro
TEMPLATE = subdirs
SUBDIRS = simpletextviewer
# install
target.path = $$[QT_INSTALL_EXAMPLES]/assistant
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS assistant.pro README
sources
www.eeworm.com/read/339446/3301799
pro assistant.pro
include($$QT_SOURCE_TREE/tools/shared/fontpanel/fontpanel.pri)
TEMPLATE = app
LANGUAGE = C++
TARGET = assistant
CONFIG += qt warn_on
unix:contains(QT_CONFIG, qdbus):CONFIG += qdbus
build_all:!buil