📄 sig_set_2.cc
字号:
// file: sig_set_2.cc// // isip include files//#include "Signal.h" #include "signal_constants.h" // method: set_num_bytes_cc//// arguments:// int_4 num_bytes: (input) number of bytes per sample per channel//// return: none//// this method assigns the number of bytes per sample per channel in the file//logical_1 Signal::set_num_bytes_cc(int_4 num_bytes_a) { // assign the number of bytes per sample per channel // num_bytes_d = num_bytes_a; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -