⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sofnode.h

📁 这是一个从音频信号里提取特征参量的程序
💻 H
字号:
// file: $isip/class/io/SofList/SofNode.h// version: $Id: SofNode.h,v 1.4 2000/10/03 12:59:37 picone Exp $//// this file is for internal use only//#ifdef ISIP_INTERNAL_USE_ONLY// make sure definitions are only made once//#ifndef ISIP_SOF_NODE#define ISIP_SOF_NODE// SofNode: a structure containing an entry for an object//typedef struct sof_index_node SofNode;struct sof_index_node {  long name_d;				// object name   long tag_d;				// object tag  long pos_d;				// position of data in the file  long size_d;				// size in bytes of data  // for the tree  //  SofNode* parent_d;  SofNode* left_d;  SofNode* right_d;};// end of include file//#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -