• 大小: 14.93MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-06-17
  • 语言: 其他
  • 标签: notepad  绿色版  中文  

资源简介

一个装载了绝大部分差距的notepad++绿色中文版。方便实用

资源截图

代码片段和文件信息

#include 
#include 
#include 

using namespace a.b.c a;

PREPROCESSOR()

BEGIN_MESSAGE_MAP()
    ON_COMMAND()
END_MESSAGE_MAP()

extern struct x y;

static const class Example :
    Int1 Int2 Int3
{
public:
    Example::~Example() :
        S1()
        S2()
        S3() {
        // if statements with empty braces
        if( x ) { }
        else if( x ) { }
        else { }

        // if statements with exactly one braced statement
        if( x ) {
            statement;
        }
        else if( x ) {
            statement;
        }
        else {
            statement;
        }

        // special ‘if‘ cases
        if( x ) {
            statement;
        }
        else {
            statement;
        }

        if( x ) {
            statement;

            statement;
        }
        else {
            statement;

            statement;
        }

        // if statements with a single implicit substatement
        if( x )
            statement;

        else if( x )
            statement;

        else
            statement;

        // if statements with multiple statements
        if( x ) {
            statement;

            statement;
        }
        else if( x ) {
            statement;

            statement;
        }
        else {
            statement;

            statement;
        }

        // while statements with a single implicit substatement
        while( x )
            statement;

        // while statements with a single implicit ‘if‘ substatement
        while( x )
            if( x )
                statement;

        // while with multiple statements
        while( x ) {
            statement;

            statement;
        }

        // labeled statement
        label:
        statement;

        // for statements with a single braced statement
        for ( x; x; x ) {
            statement;
        }

        // do statements with a single braced substatement
        do {
            statement;
        } while ( false );

        // do statement with an empty block
        do { } while ( x );

        // local blocks
        {
        statement;
        }

        /* Switch blocks:
         *
         * You can have case substatements be aligned by giving an example like:
         *
         * case 1: statement;
         * 
         *         statement;
         * 
         *         statement;
         * 
         *         etc...
         */
        switch( c ) {
            case 1:
            case 2:
            case 3:
                statement;

                statement;

                statement;

            case 4:
                break; // case with exactly one substatement

            default:
                break;
        }
    }

    void method( const myClass &x int [][][] c ... ) {
        // try-catch-fin

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-10-12 10:20  Notepad++\
     文件        4780  2015-06-19 04:00  Notepad++\config.model.xml
     文件        3596  2016-09-27 00:37  Notepad++\contextMenu.xml
     文件       57882  2017-02-20 07:29  Notepad++\functionList.xml
     文件      281888  2017-06-19 00:50  Notepad++\langs.model.xml
     文件      367104  2016-10-09 09:36  Notepad++\libcurl.dll
     文件     1281639  2016-10-09 09:36  Notepad++\libiconv-2.dll
     文件       75496  2016-10-09 09:36  Notepad++\libwinpthread-1.dll
     文件     4535910  2016-10-09 09:36  Notepad++\libxml2-2.dll
     文件      941389  2016-10-09 09:36  Notepad++\libxslt-1.dll
     文件       16198  2016-01-12 06:24  Notepad++\LICENSE
     目录           0  2016-08-12 15:41  Notepad++\localization\
     文件       59293  2017-06-19 00:50  Notepad++\localization\chineseSimplified.xml
     文件       58752  2017-06-15 03:04  Notepad++\localization\english.xml
     文件     2452656  2017-06-19 05:44  Notepad++\notepad++.exe
     文件      230064  2017-03-08 10:42  Notepad++\NppShell_06.dll
     目录           0  2017-10-12 10:21  Notepad++\plugins\
     文件     1794782  2017-10-12 10:20  Notepad++\plugins.zip
     目录           0  2016-08-12 15:41  Notepad++\plugins\APIs\
     文件       29857  2015-05-16 05:36  Notepad++\plugins\APIs\actionscript.xml
     文件       44390  2015-05-16 05:36  Notepad++\plugins\APIs\c.xml
     文件        7327  2015-05-16 05:36  Notepad++\plugins\APIs\cmake.xml
     文件       61483  2015-05-16 05:36  Notepad++\plugins\APIs\cpp.xml
     文件        8918  2016-03-28 19:41  Notepad++\plugins\APIs\cs.xml
     文件       11522  2015-05-16 05:36  Notepad++\plugins\APIs\css.xml
     文件       19560  2015-07-19 07:26  Notepad++\plugins\APIs\html.xml
     文件      142302  2015-05-16 05:36  Notepad++\plugins\APIs\java.xml
     文件       21387  2015-06-19 04:00  Notepad++\plugins\APIs\javascript.xml
     文件       16208  2015-05-16 05:36  Notepad++\plugins\APIs\lisp.xml
     文件        8183  2015-05-16 05:36  Notepad++\plugins\APIs\nsis.xml
     文件       14299  2015-05-16 05:36  Notepad++\plugins\APIs\perl.xml
............此处省略280个文件信息

评论

共有 条评论