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

📄 syb_types.h

📁 这是一个Linux下的集成开发环境
💻 H
字号:
#ifndef ISTKtypes_h#define ISTKtypes_h/* $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/sds/include/Sds/syb_types.h,v 1.1.1.1 2002/04/18 23:35:36 mdejong Exp $ *//************************************************************************** *                 ****** ISTK Release 1.2 *****                          * *                                                                        * *                                                                        * * This code has been produced by numerous authors at the CERN centre for * * high energy physics, Geneve, Switzerland, at the SSC laboratory in     * * Dallas, Texas, USA and at the Lawrence Berekeley Laboratory in         * * California, USA.                                                       * * The latter two institutions perform work under US Government contract. * * The intent of the work is to provide useful code for people who need   * * it, with an emphasis on free and collaborative exchange of ideas,      * * techniques and implementations.                                        * * Please read the disclaimer and copyright notices contained in the ISTK * * distribution and in distributed applications.                          * *                                                                        * **************************************************************************//* Reference release  Aug 10 1991 - C G Saltmarsh *//* Has the basics used at CDG & SSC 1988-1991, plus vxworks   support*/char  syb_type[29][10] = {    "illegal",    "tinyint",    "char",    "tinyint",    "smallint",    "smallint",    "int",    "int",    "float",    "float",    "float",    "float",    "float",    "char",    "direc",    "float",    "float",    "float",    "float",    "float",    "tinyint",    "smallint",    "int",    "int",    "datetime",    "char(32)",		"char",		"int",		"int"    };#endif

⌨️ 快捷键说明

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