src/zh_CN/cnd/cnd-makeproject/cnd-makeproject/org/netbeans/modules/cnd/makeproject/ui/resources/samples/fractal_zh_CN.html
author Jaroslav Tulach <jtulach@netbeans.org>
Tue, 17 Apr 2018 14:05:44 +0200
changeset 2009 541f7ac8d0bd
parent 1740 86b5a19dd665
permissions -rw-r--r--
NetBeans files shall have NetBeans headers
jtulach@2009
     1
<!--
jtulach@2009
     2
   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jtulach@2009
     3
   -
jtulach@2009
     4
   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
jtulach@2009
     5
   -
jtulach@2009
     6
   - The contents of this file are subject to the terms of either the GNU
jtulach@2009
     7
   - General Public License Version 2 only ("GPL") or the Common
jtulach@2009
     8
   - Development and Distribution License("CDDL") (collectively, the
jtulach@2009
     9
   - "License"). You may not use this file except in compliance with the
jtulach@2009
    10
   - License. You can obtain a copy of the License at
jtulach@2009
    11
   - http://www.netbeans.org/cddl-gplv2.html
jtulach@2009
    12
   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jtulach@2009
    13
   - specific language governing permissions and limitations under the
jtulach@2009
    14
   - License.  When distributing the software, include this License Header
jtulach@2009
    15
   - Notice in each file and include the License file at
jtulach@2009
    16
   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
jtulach@2009
    17
   - particular file as subject to the "Classpath" exception as provided
jtulach@2009
    18
   - by Sun in the GPL Version 2 section of the License file that
jtulach@2009
    19
   - accompanied this code. If applicable, add the following below the
jtulach@2009
    20
   - License Header, with the fields enclosed by brackets [] replaced by
jtulach@2009
    21
   - your own identifying information:
jtulach@2009
    22
   - "Portions Copyrighted [year] [name of copyright owner]"
jtulach@2009
    23
   -
jtulach@2009
    24
   - Contributor(s):
jtulach@2009
    25
   -
jtulach@2009
    26
   - The Original Software is NetBeans. The Initial Developer of the Original
jtulach@2009
    27
   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
jtulach@2009
    28
   - Microsystems, Inc. All Rights Reserved.
jtulach@2009
    29
   -
jtulach@2009
    30
   - If you wish your version of this file to be governed by only the CDDL
jtulach@2009
    31
   - or only the GPL Version 2, indicate your decision by adding
jtulach@2009
    32
   - "[Contributor] elects to include this software in this distribution
jtulach@2009
    33
   - under the [CDDL or GPL Version 2] license." If you do not indicate a
jtulach@2009
    34
   - single choice of license, a recipient has the option to distribute
jtulach@2009
    35
   - your version of this file under either the CDDL, the GPL Version 2 or
jtulach@2009
    36
   - to extend the choice of license to its licensees as provided above.
jtulach@2009
    37
   - However, if you add GPL Version 2 code and therefore, elected the GPL
jtulach@2009
    38
   - Version 2 license, then the option applies only if the new code is
jtulach@2009
    39
   - made subject to such option by the copyright holder.
jtulach@2009
    40
  -->
jtulach@2009
    41
  
masaki@913
    42
<HTML>
masaki@913
    43
<head>
masaki@1740
    44
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
masaki@913
    45
</head>
masaki@913
    46
  <BODY>
masaki@1739
    47
    包含 7 种不同配置 (从快速构建到 64 位高性能发行版本) 的样例 C++ 项目。该项目可以实现 Mandelbrot 分形集算法。
masaki@913
    48
  </BODY>
masaki@913
    49
</HTML>