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

📄 version.txt

📁 数值算法库for Unix
💻 TXT
字号:
/**************************************************************************\MODULE: versionSUMMARY:Macros defining the NTL version number.\**************************************************************************/#define NTL_VERSION        ... // version number as a string, e.g., "5.2"#define NTL_MAJOR_VERSION  ... // e.g., 5 in the above example#define NTL_MINOR_VERSION  ... // e.g., 2        "#define NTL_REVISION       ... // e.g., 0        "// The choice as to whether a new version warrants a higher// Major version number or Minor version number is fairly subjective,// with no particular rule.// Revision numbers are only used for small bug fixes that generally// do not affect the programming interface at all.

⌨️ 快捷键说明

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