Oracle Solaris Studio 12.4 Information Library (简体中文)
 
 
退出打印视图

Collapse details buttonGetting Started With Oracle Solaris Studio

Oracle Solaris Studio 12.4:发行说明  《Oracle Solaris Studio 12.4 发行说明》包含了系统要求、功能终止通知以及软件的已知问题。Download PDF
Release Notes (English)  Information about system requirements, feature end notices, and known problems with the software.Download PDF
Oracle Solaris Studio 12.4 发行版的新增功能  介绍了此 Oracle Solaris Studio 发行版的编译器和工具中的新增功能和更改的功能。还包括有关已知问题和其他问题的信息。Download PDF
What's New (English)  Description of the new and changed features for each Oracle Solaris Studio component in this release.Download PDF
Oracle Solaris Studio 12.4:安装指南  《Oracle Solaris Studio 12.4 安装指南》提供了使用软件包安装程序和 tar 文件在所有受支持的平台上安装和卸载 Oracle Solaris Studio 12.4 软件的说明。它还提供了有关安装必需的 Oracle Solaris 10 修补程序的说明。附录中列出了产品软件包、必需的修补程序和组件的版本号。Download PDF
Installation Guide (English)  Explains how to install Oracle Solaris Studio software on Oracle Solaris 11, Oracle Solaris 10, and Linux platforms with the package installer, and install required Oracle Solaris 10 patches.Download PDF
Oracle Solaris Studio 12.4:概述  本《Oracle Solaris Studio 12.4 概述》手册介绍 Oracle Solaris Studio 产品的各个组成部分,并说明如何在开发工作流中搭配使用这些组成部分。Download PDF
Overview (English)  Describes the components of Oracle Solaris Studio and shows how they can be used together in an Oracle Solaris development work flow.Download PDF
Oracle Solaris Studio 12.4:IDE 快速入门教程  本教程指导您完成使用 Oracle Solaris Studio 12.4 IDE 开发 C、C++ 或 Fortran 应用程序的一些基本步骤。Download PDF
IDE Quick Start (English)  Guides you through some basic steps of developing a C, C++, or Fortran application using Oracle Solaris Studio IDE. Download PDF

Collapse details buttonBuilding Applications

Oracle Solaris Studio 12.4:C 用户指南  本手册是专门为具有 C 和 UNIX 实际知识的应用程序开发者编写的。C 用户指南提供了按功能分组的编译器选项的完整列表、所有编译器选项的按字母顺序列出的详细参考、支持的 ISO/IEC 9899:1999(在本手册中称为 C99)功能的说明以及标准实现、特定于这一 C 标准实现的信息(例如 pragma 和声明说明符)及使用 lint 代码检查程序的完整信息。Download PDF
C User's Guide (English)  Explains how to use the Oracle Solaris Studio C compiler (cc) and provides detailed information about compiler options.Download PDF
Oracle Solaris Studio 12.4:C++ 用户指南  本书介绍了如何使用 Oracle Solaris Studio C++ 编译器,并提供了有关命令行编译器选项的详细信息,包括选项缺省值、宏扩展、示例、与其他选项的交互,以及警告。本书还提供了有关程序组织、pragma、模板、异常处理、使用强制类型转换运算符、使用并生成库的详细信息。Download PDF
C++ User's Guide (English)  Explains how to use the Oracle Solaris Studio C++ compiler (CC) and provides detailed information about compiler options.Download PDF
Oracle Solaris Studio 12.4:Fortran 用户指南  Fortran 用户指南介绍了 Oracle Solaris Studio Fortran 库中的内部函数和例程。本参考手册的目标读者是具有 Fortran 语言及 Oracle Solaris 操作环境或 UNIX 工作经验并且希望了解如何有效使用 Oracle Solaris Studio Fortran 编译器的科学工作者、工程师和程序员。Download PDF
Fortran User's Guide (English)  Explains how to use the Oracle Solaris Studio Fortran compiler (f95) and provides detailed information about compiler options and directives.Download PDF
Oracle Solaris Studio 12.4:分布式创建 (dmake)  本《Oracle Solaris Studio 12.4:分布式创建 (dmake)》手册介绍了 dmake 命令行工具,该工具能够以分布式、并行或串行模式生成目标。dmake 工具解析 makefile,确定哪些目标可以并发生成,并将这些目标的生成作业分发到您设置的一定数目的主机中。dmake 工具是 make 实用程序的超集,可与 make(1) 兼容。Download PDF
Distributed Make (dmake) (English)  Describes how to use the Oracle Solaris Studio dmake utility to build programs on multiple build servers.Download PDF
Oracle Solaris Studio 12.4:数值计算指南  本手册介绍了运行 Oracle Solaris 操作系统 (Oracle Solaris OS) 且基于 SPARC 和 x86 的系统上的软件和硬件所支持的浮点环境。尽管本手册介绍了 SPARC 和 Intel 体系结构的一些基本内容,但它主要是随 Oracle 语言产品提供的参考手册。本手册还介绍了一些用于二进制浮点算法的 IEEE 标准的内容。要了解 IEEE 算法,请参见 18 页的“标准”。Download PDF
Numerical Computation Guide (English)  Describes the floating-point environment supported by software and hardware on SPARC based and x86 based systems running the Oracle Solaris operating system. Download PDF

Collapse details buttonDebugging Applications

Oracle Solaris Studio 12.4:使用 dbx 调试程序  《Oracle Solaris Studio 12.4 :使用 dbx 调试程序》的目标读者是要使用 dbx 命令行调试工具调试应用程序的程序员。读者需要具备 Fortran、C、C++ 或 Java 的应用知识,并对 Oracle Solaris 操作系统或 Linux 操作系统及 UNIX 命令有一定的了解。Download PDF
Debugging a Program with dbx (English)  Describes how to use the Oracle Solaris Studio dbx debugger, an interactive source-level debugging tool.Download PDF
Oracle Solaris Studio 12.4:dbxtool 教程  本教程使用一个有错误的示例程序来演示如何有效地使用 dbxtool。dbxtool 是 dbx 调试器的独立图形用户界面 (graphical user interface, GUI)。首先从基础功能开始,然后是较为高级的功能。 Download PDF
dbxtool Tutorial (English)  Demonstrates how to use the dbxtool graphical user interface for the dbx debugger.Download PDF

Collapse details buttonChecking and Verifying Applications

Oracle Solaris Studio 12.4:Discover 和 Uncover 用户指南  《Oracle Solaris Studio 12.4 Discover 和 Uncover 用户指南》提供了有关如何使用内存错误搜索工具 (discover) 以二进制形式查找内存有关的错误以及使用代码覆盖工具 (uncover) 测量应用程序代码覆盖的说明。Download PDF
Discover and Uncover User's Guide (English)  Describes how to use the Discover tool to find memory access errors and the Uncover tool to measure code coverage.Download PDF
Oracle Solaris Studio 12.4:代码分析器用户指南  《Oracle Solaris Studio 12.4 代码分析器用户指南》介绍了如何使用代码分析器工具,其中包括如何使用编译器、Discover 和 Uncover 收集静态数据、动态内存数据和代码覆盖数据,以及如何运行代码分析器 GUI 分析和显示数据。Download PDF
Code Analyzer User's Guide (English)  Describes how to collect static, dynamic memory, and code coverage data with the compilers, Discover, and Uncover, and analyze the data with the Code Analyzer.Download PDF
Oracle Solaris Studio 12.4:代码分析器教程  本教程使用样例程序说明如何使用 Oracle Solaris Studio 编译器、discover 内存错误搜索工具、uncover 代码覆盖工具以及代码分析器 GUI 来查找和更正常见的编程错误、动态内存访问错误以及代码覆盖问题。Download PDF
Code Analyzer Tutorial (English)  Demonstrates how to use the compilers, Discover, Uncover, and the Code Analyzer to find and correct programming errors, dynamic memory access errors, and code coverage issues.Download PDF

Collapse details buttonObserving and Tuning Applications

Oracle Solaris Studio 12.4:性能分析器  本手册介绍 Oracle Solaris Studio 12.4 软件中的性能分析工具。收集器和性能分析器这一对工具用于执行各种性能数据的统计分析以及跟踪各种系统调用,并在函数、源代码行和指令级将这些数据与程序结构相关联。Download PDF
Performance Analyzer (English)  Describes the performance analysis tools (collect, Performance Analyzer, er_print) used to profile a program to collect and analyze a range of performance data as it is mapped to the program source.Download PDF
Oracle Solaris Studio 12.4:性能分析器教程  本手册提供了有关对样例程序使用 Oracle Solaris Studio 12.4 性能分析器的逐步说明。Download PDF
Performance Analyzer Tutorials (English)  Several tutorials show you how to use Performance Analyzer on sample programs. Download PDF
Oracle Solaris Studio 12.4:线程分析器用户指南  本《线程分析器用户指南》介绍线程分析器工具并提供了两套详尽的教程。其中一套重点介绍数据争用检测,另一套介绍死锁检测。本手册还有两个附录,分别介绍有用的提示和受支持的 API。Download PDF
Thread Analyzer User's Guide (English)  Two separate tutorials show you how to use the Thread Analyzer to detect data races and deadlocks in multithreaded programs.Download PDF

Collapse details buttonApplication Programming Interfaces (API)

Oracle Solaris Studio 12.4:OpenMP API 用户指南  OpenMP API 用户指南概述了用于生成多线程 应用程序的 OpenMP Fortran 95、C 和 C++ 应用程序接口 (application program interface, API)。Oracle Solaris Studio 编译器支持 OpenMP API。本指南专供具有 Fortran、C 或 C++ 语言及 OpenMP 并行编程模型工作经验的科学工作者、工程技术人员和程序员使用。通常,还假定他们熟悉 Solaris 操作环境或 UNIX。 Download PDF
OpenMP API User's Guide (English)  Describes the OpenMP application program interface (API) supported by Oracle Solaris Studio compilers and tools for building multithreaded applications.Download PDF
Performance Library User's Guide (English)  Describes how to use the Oracle Solaris Studio Performance Library, a set of enhanced Netlib subroutines that are supported by the Oracle Solaris Studio compilers. User guide is PDF only.
Download PDF

Collapse details buttonReference Documentation

Oracle Solaris Studio 12.4:手册页  HTML man pages for Oracle Solaris Studio commands and APIs.
Man Pages (English)  HTML man pages for Oracle Solaris Studio commands and APIs.

Collapse details buttonSecurity Information

Oracle Solaris Studio 12.4:安全指南  介绍了用户需要了解的此 Oracle Solaris Studio 12.4 发行版的安全问题。Download PDF
Security Guide (English)  Describes security precautions for developers using Oracle Solaris Studio and system administrators or users installing Oracle Solaris Studio.Download PDF

Collapse details buttonRelated Information

Oracle Development Tools Support Contract (English)  Information about purchasing an Oracle Development Tools Support contract for Oracle Solaris Studio.
Oracle Solaris Studio Developer Portal (English)  Oracle Technical Network web site for complete information regarding Oracle Solaris Studio.
Oracle Solaris Studio Sample Code (English)  Download sample application code that you can use with some documents in this library to learn about dbxtool, Code Analyzer, Performance Analyzer, and Thread Analyzer.
Developer Community Forums (English)  Community forums for application development in C, C++, and Fortran using Oracle Solaris Studio compilers and tools.
Oracle Solaris 11.2 Information Library (English)  Complete set of documentation for the Oracle Solaris 11.2 operating system.
Oracle Solaris 10 1/13 Information Library (English)  Complete set of documentation for the Oracle Solaris 10 1/13 operating system.
Oracle Solaris 10 8/11 Information Library (English)  Complete set of documentation for the Oracle Solaris 10 8/11 operating system.
Oracle Linux 6 Information Library (English)  Complete set of documentation for the Oracle Linux 6 operating system.

Collapse details buttonLegal Information for this Release

Third Party Notices and Licenses (English)  Important legal information and right-to-use statements.Download PDF
Oracle Solaris Studio 12.4:分发自述文件  本文档列出了 Oracle Solaris Studio 12.4 中包含的可再分发文件。Download PDF
Distribution Readme (English)  List of files that are redistributable and may be distributed with any program you develop.Download PDF

Collapse details buttonImportant Information From Previous Releases

Oracle Solaris Studio 12.3 Documentation Library (English)  Link to the library for Oracle Solaris Studio 12.3
Documentation Libraries for Recent Releases (English)  Link to the libraries for recent previous releases: Oracle Solaris Studio 12.3, Oracle Solaris Studio 12.2, Sun Studio 12.1, and Sun Studio 12.
Documentation Library for Sun Studio 11 (English)  Link to the library for Sun Studio 11.
Documentation Library for Legacy Sun Studio (English)  Link to the libraries for older Sun Studio releases, including Sun Studio 10, Sun Studio 9, Sun Studio 8, Sun ONE Studio 8 Compiler Collection, Forte Developer 6 update 2, Sun Workshop 5.0, and Sun Visual Workshop C++.




Copyright © 2015, Oracle and/or its affiliates. All rights reserved.
Legal Notices.