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

📄 parseroptions.cxx

📁 SP是一个基于GNU C++编译器
💻 CXX
字号:
// Copyright (c) 1994 James Clark// See the file COPYING for copying permission.#ifdef __GNUG__#pragma implementation#endif#include "splib.h"#include "ParserOptions.h"#include <string.h>#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifParserOptions::ParserOptions(): datatag(0),  omittag(1),  rank(1),  shorttag(1),  emptynrm(0),  linkSimple(1000),  linkImplicit(1),  linkExplicit(1),  concur(0),  subdoc(99999999),  formal(1),  typeValid(sgmlDeclTypeValid),  shortref(1),  errorIdref(1),  errorSignificant(1),  errorAfdr(1),  noUnclosedTag(0),  noNet(0){  for (int i = 0; i < nQuantity; i++)    quantity[i] = 99999999;  quantity[BSEQLEN] = 960;  quantity[NORMSEP] = 2;  quantity[LITLEN] = 24000;  quantity[PILEN] = 24000;  quantity[DTEMPLEN] = 24000;}Warnings::Warnings(){  memset(this, 0, sizeof(Warnings));}#ifdef SP_NAMESPACE}#endif

⌨️ 快捷键说明

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