que_set_1.cc
来自「这是处理语音信号的程序」· CC 代码 · 共 25 行
CC
25 行
// file: que_set_1.cc//// isip include files//#include "question.h"#include "question_constants.h"// method: set_num_cc//// arguments:// int_4 num: (input) specify the position of context to ask//// return : a logical value showing status//// this is the method to set position of phone in Question//logical_1 Question::set_num_cc(int_4 num_a) { num_d = num_a; return ISIP_TRUE; }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?