亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? doxyfile

?? RNA二級結(jié)構(gòu)預(yù)測程序
??
?? 第 1 頁 / 共 3 頁
字號:
# Note: wordpad (write) and others do not support links.RTF_HYPERLINKS         = NO# Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value.RTF_STYLESHEET_FILE    = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file.RTF_EXTENSIONS_FILE    = #---------------------------------------------------------------------------# configuration options related to the man page output#---------------------------------------------------------------------------# If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pagesGENERATE_MAN           = NO# The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path.MAN_OUTPUT             = man# The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3)MAN_EXTENSION          = .3# If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO.MAN_LINKS              = NO#---------------------------------------------------------------------------# configuration options related to the XML output#---------------------------------------------------------------------------# If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation.GENERATE_XML           = NO# The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path.XML_OUTPUT             = xml# The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files.XML_SCHEMA             = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files.XML_DTD                = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output.XML_PROGRAMLISTING     = YES#---------------------------------------------------------------------------# configuration options for the AutoGen Definitions output#---------------------------------------------------------------------------# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment.GENERATE_AUTOGEN_DEF   = NO#---------------------------------------------------------------------------# configuration options related to the Perl module output#---------------------------------------------------------------------------# If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment.GENERATE_PERLMOD       = NO# If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output.PERLMOD_LATEX          = NO# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader.  This is useful # if you want to understand what is going on.  On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same.PERLMOD_PRETTY         = YES# The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables.PERLMOD_MAKEVAR_PREFIX = #---------------------------------------------------------------------------# Configuration options related to the preprocessor   #---------------------------------------------------------------------------# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files.ENABLE_PREPROCESSING   = YES# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES.MACRO_EXPANSION        = NO# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_PREDEFINED tags.EXPAND_ONLY_PREDEF     = NO# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found.SEARCH_INCLUDES        = YES# The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor.INCLUDE_PATH           = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used.INCLUDE_FILE_PATTERNS  = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed.PREDEFINED             = # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition.EXPAND_AS_DEFINED      = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line, have an all uppercase name, and do not end with a semicolon. Such # function macros are typically used for boiler-plate code, and will confuse the # parser if not removed.SKIP_FUNCTION_MACROS   = YES#---------------------------------------------------------------------------# Configuration::additions related to external references   #---------------------------------------------------------------------------# The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: #   TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: #   TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links.# Note that each tag file must have a unique name# (where the name does NOT include the path)# If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here.TAGFILES               = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads.GENERATE_TAGFILE       = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed.ALLEXTERNALS           = NO# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed.EXTERNAL_GROUPS        = YES# The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl').PERL_PATH              = /usr/bin/perl#---------------------------------------------------------------------------# Configuration options related to the dot tool   #---------------------------------------------------------------------------# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or # super classes. Setting the tag to NO turns the diagrams off. Note that this # option is superseded by the HAVE_DOT option below. This is only a fallback. It is # recommended to install and use dot, since it yields more powerful graphs.CLASS_DIAGRAMS         = YES# If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class.HIDE_UNDOC_RELATIONS   = YES# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default)HAVE_DOT               = NO# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO.CLASS_GRAPH            = YES# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes.COLLABORATION_GRAPH    = YES# If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language.UML_LOOK               = NO# If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances.TEMPLATE_RELATIONS     = NO# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files.INCLUDE_GRAPH          = YES# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file.INCLUDED_BY_GRAPH      = YES# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will # generate a call dependency graph for every global function or class method. # Note that enabling this option will significantly increase the time of a run. # So in most cases it will be better to enable call graphs for selected # functions only using the \callgraph command.CALL_GRAPH             = NO# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one.GRAPHICAL_HIERARCHY    = YES# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif# If left blank png will be used.DOT_IMAGE_FORMAT       = png# The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path.DOT_PATH               = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command).DOTFILE_DIRS           = # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images.MAX_DOT_GRAPH_WIDTH    = 1024# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images.MAX_DOT_GRAPH_HEIGHT   = 1024# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes that # lay further from the root node will be omitted. Note that setting this option to # 1 or 2 may greatly reduce the computation time needed for large code bases. Also # note that a graph may be further truncated if the graph's image dimensions are # not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). # If 0 is used for the depth value (the default), the graph is not depth-constrained.MAX_DOT_GRAPH_DEPTH    = 0# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs.GENERATE_LEGEND        = YES# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs.DOT_CLEANUP            = YES#---------------------------------------------------------------------------# Configuration::additions related to the search engine   #---------------------------------------------------------------------------# The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored.SEARCHENGINE           = NO

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区蜜桃| 精品成人私密视频| 日韩欧美亚洲国产精品字幕久久久| 久久精品人人做人人爽97| 亚洲自拍另类综合| 国产成都精品91一区二区三| 国产麻豆日韩欧美久久| 精品盗摄一区二区三区| 欧美中文字幕亚洲一区二区va在线 | 久久99精品国产| 亚洲国产欧美在线| 亚洲国产日韩在线一区模特| 精品国免费一区二区三区| 在线观看91视频| 91免费精品国自产拍在线不卡| 欧美精品一区二区三区高清aⅴ| 亚洲高清久久久| 色综合久久综合网欧美综合网| 中文字幕制服丝袜成人av| 精品一区二区免费| 欧美日韩一区在线观看| 亚洲女同女同女同女同女同69| 国内精品国产成人国产三级粉色| 日韩电影在线一区二区三区| 在线中文字幕一区| 亚洲色图欧美在线| 国产在线精品国自产拍免费| 精品日韩一区二区| 蜜桃视频在线观看一区| 92精品国产成人观看免费| 国产精品第四页| 国产成人精品免费视频网站| 国产欧美一二三区| 99免费精品在线观看| 亚洲色图视频网站| 欧美日韩中文字幕一区| 视频在线观看一区二区三区| 欧美天天综合网| 亚洲成人av电影| 91精品久久久久久久99蜜桃| 免费观看在线色综合| 亚洲一级二级三级| 日韩精品一区二区三区三区免费| 亚洲男人的天堂在线aⅴ视频 | 欧美亚洲动漫精品| 亚洲一区二区三区在线播放| 91精彩视频在线观看| 一区二区三区在线视频免费观看| 91九色02白丝porn| 亚洲成人免费在线| 日韩一区二区三区电影| 国产乱码精品一区二区三区忘忧草 | 在线观看视频91| 精品国产免费人成在线观看| 国产乱人伦偷精品视频免下载| 成人一级黄色片| 亚洲一级电影视频| 精品99一区二区三区| 亚洲日本在线天堂| 久久久综合激的五月天| 美女www一区二区| 亚洲欧洲成人自拍| 精品视频一区二区不卡| 国产99久久久国产精品潘金| 在线一区二区三区四区五区 | 久久精品一区二区三区不卡| 成人精品一区二区三区中文字幕| 国产清纯在线一区二区www| 欧美一区永久视频免费观看| 国产欧美日韩精品一区| 国产黄色成人av| 国产欧美日韩视频在线观看| 欧美一区二区久久久| 97久久超碰国产精品| 久久久精品tv| 欧美va天堂va视频va在线| 日韩欧美成人激情| 国产精品综合一区二区三区| 亚洲欧洲日产国产综合网| 678五月天丁香亚洲综合网| 国产成人免费视频网站高清观看视频| 亚洲午夜羞羞片| 国产婷婷一区二区| 欧美片在线播放| 99久久综合色| 另类综合日韩欧美亚洲| 一区二区不卡在线播放| 青青草97国产精品免费观看无弹窗版 | 亚洲国产一二三| 日韩午夜在线影院| 美女视频免费一区| 午夜精品久久一牛影视| 中文字幕一区二区三| 久久色视频免费观看| 日韩视频国产视频| 亚洲精品一区二区三区在线观看| 91成人看片片| 欧美色综合网站| 日韩精品一区二区三区视频播放| 日韩成人精品视频| 国产精品久久三区| 蜜臀久久99精品久久久画质超高清 | 波多野结衣视频一区| 国产成人精品一区二区三区四区| 国产综合色精品一区二区三区| 成人黄色大片在线观看| 在线欧美小视频| 欧美福利视频一区| 亚洲福利一区二区三区| 久久久美女毛片| 亚洲麻豆国产自偷在线| 欧美亚洲动漫制服丝袜| 一本色道久久综合狠狠躁的推荐 | 男人的天堂久久精品| 蜜臀av性久久久久蜜臀aⅴ | 国产精品久久久久久户外露出| 欧美成人精精品一区二区频| 亚洲精品国产一区二区精华液| 中文字幕巨乱亚洲| 国产毛片精品视频| 91无套直看片红桃| 久久一区二区视频| 自拍偷自拍亚洲精品播放| 五月天一区二区三区| 国产精品1区二区.| 欧美视频一区二区三区| 国产亚洲精品中文字幕| 亚洲一区中文在线| 北条麻妃国产九九精品视频| 国内外成人在线| 欧美日韩一区二区不卡| 日本一区二区三区dvd视频在线 | 在线亚洲人成电影网站色www| 制服丝袜亚洲精品中文字幕| 国产精品久久久久影院亚瑟 | 美女在线一区二区| 亚洲乱码一区二区三区在线观看| 蜜桃av噜噜一区| 一区二区三区在线播| 国产精品系列在线观看| 欧美日韩黄色一区二区| 欧美激情综合在线| 强制捆绑调教一区二区| 亚洲免费在线观看| 国产在线播精品第三| 欧美性色综合网| 综合在线观看色| 国产不卡视频一区二区三区| 日韩欧美一区二区三区在线| 亚洲一区二区在线观看视频| 97se亚洲国产综合在线| 国产午夜亚洲精品理论片色戒 | 美腿丝袜亚洲综合| 色偷偷久久人人79超碰人人澡| 精品成人一区二区| 三级精品在线观看| 欧美日韩国产精品成人| 亚洲女与黑人做爰| 91色视频在线| 亚洲婷婷在线视频| 中文字幕中文字幕一区| 国产精品免费免费| 亚洲国产精品成人综合| 日韩精品影音先锋| 欧美日本一道本| 国产精品欧美一级免费| 国产美女精品一区二区三区| 日韩精品自拍偷拍| 久久福利资源站| 久久网站最新地址| 国产女主播一区| 国产不卡在线播放| 国产欧美精品一区| 99精品视频在线免费观看| 国产精品福利影院| 岛国精品在线播放| 中文字幕不卡在线播放| 成年人国产精品| 一区二区三区在线免费视频| 成人精品国产一区二区4080| 一区二区三区加勒比av| 精品一区二区三区久久| 日韩一区二区三区电影| 久久av老司机精品网站导航| 欧美人xxxx| 久久99国产精品免费网站| 久久综合一区二区| 99精品国产视频| 亚洲一区二区三区四区中文字幕| 欧美视频在线一区二区三区| 日本不卡一区二区三区| 欧美高清视频在线高清观看mv色露露十八 | proumb性欧美在线观看| 日韩理论电影院| 欧洲一区二区三区在线| 奇米精品一区二区三区在线观看| 久久先锋资源网| 94-欧美-setu| 国产偷v国产偷v亚洲高清| 色综合天天做天天爱|