实例介绍
辛辛苦苦找的资源。。。你们永远不知道没装Windows系统的mac的痛
【实例截图】
【核心代码】
code-blocks-13-12-en-mac
└── CodeBlocks.app
└── Contents
├── Info.plist
├── MacOS
│ ├── cb_console_runner
│ ├── cb_share_config
│ ├── CodeBlocks
│ ├── codesnippets
│ ├── libcodeblocks.dylib
│ ├── libwxchartctrl.dylib
│ ├── libwxcustombutton.dylib
│ ├── libwxflatnotebook.dylib
│ ├── libwximagepanel.dylib
│ ├── libwxkwic.dylib
│ ├── libwxled.dylib
│ ├── libwx_macu-2.8.dylib
│ ├── libwxpropgrid.dylib
│ ├── libwxsmithlib.dylib
│ └── libwxspeedbutton.dylib
└── Resources
├── app.icns
├── cbp.icns
├── cg.icns
├── c.icns
├── cpp.icns
├── csd.icns
├── d.icns
├── f.icns
├── h.icns
├── rc.icns
└── share
└── codeblocks
├── abbreviations.zip
├── astyle.zip
├── autosave.zip
├── AutoVersioning.zip
├── BrowseTracker.zip
├── byogames.zip
├── cb_koders.zip
├── Cccc.zip
├── classwizard.zip
├── codecompletion.zip
├── codesnippets.zip
├── codestat.zip
├── compilers
│ ├── compiler_avr-gcc.xml
│ ├── compiler_bcc.xml
│ ├── compiler_clang.xml
│ ├── compiler_dmc.xml
│ ├── compiler_dmd.xml
│ ├── compiler_ldc.xml
│ ├── compiler_msp430-gcc.xml
│ ├── compiler_null.xml
│ ├── compiler_pgifortran.xml
│ ├── compiler_ppc-gcc.xml
│ ├── compiler_sdcc.xml
│ ├── compiler_tcc.xml
│ ├── compiler_tricore-gcc.xml
│ ├── options_arm-elf-gcc.xml
│ ├── options_avr-gcc.xml
│ ├── options_bcc.xml
│ ├── options_clang.xml
│ ├── options_common_architecture.xml
│ ├── options_common_cmds.xml
│ ├── options_common_codegen.xml
│ ├── options_common_optimization.xml
│ ├── options_common_optimize-msvc.xml
│ ├── options_common_re-gf.xml
│ ├── options_common_re-iar.xml
│ ├── options_common_re-msvc.xml
│ ├── options_common_re.xml
│ ├── options_common_runtime.xml
│ ├── options_common_sort.xml
│ ├── options_common_warnings-msvc.xml
│ ├── options_common_warnings.xml
│ ├── options_cygwin.xml
│ ├── options_dmc.xml
│ ├── options_dmd.xml
│ ├── options_g95.xml
│ ├── options_gcc.xml
│ ├── options_gdc.xml
│ ├── options_gfortran.xml
│ ├── options_iar8051.xml
│ ├── options_iararm.xml
│ ├── options_icc.xml
│ ├── options_keilc51.xml
│ ├── options_keilcx51.xml
│ ├── options_lcc.xml
│ ├── options_ldc.xml
│ ├── options_msp430-gcc.xml
│ ├── options_msvc10.xml
│ ├── options_msvc8.xml
│ ├── options_msvctk.xml
│ ├── options_null.xml
│ ├── options_ow.xml
│ ├── options_pgifortran.xml
│ ├── options_ppc-gcc.xml
│ ├── options_sdcc.xml
│ ├── options_tcc.xml
│ └── options_tricore-gcc.xml
├── compiler.zip
├── copystrings.zip
├── CppCheck.zip
├── Cscope.zip
├── debugger.zip
├── defaultmimehandler.zip
├── DoxyBlocks.zip
├── dragscroll.zip
├── EditorConfig.zip
├── EditorTweaks.zip
├── envvars.zip
├── headerfixup.zip
├── help_plugin.zip
├── HexEditor.zip
├── images
│ ├── 16x16
│ │ ├── bookmark_add.png
│ │ ├── dbginfo.png
│ │ ├── dbgnexti.png
│ │ ├── dbgnext.png
│ │ ├── dbgpause.png
│ │ ├── dbgrun.png
│ │ ├── dbgrunto.png
│ │ ├── dbgstepi.png
│ │ ├── dbgstepout.png
│ │ ├── dbgstep.png
│ │ ├── dbgstop.png
│ │ ├── dbgwindow.png
│ │ ├── editcopy.png
│ │ ├── editcut.png
│ │ ├── editpaste.png
│ │ ├── exit.png
│ │ ├── fileclose.png
│ │ ├── filefindnext.png
│ │ ├── filefind.png
│ │ ├── filefindprev.png
│ │ ├── filenew.png
│ │ ├── fileopen.png
│ │ ├── fileprint.png
│ │ ├── filequickprint.png
│ │ ├── filesaveall.png
│ │ ├── filesaveas.png
│ │ ├── filesave.png
│ │ ├── findf.png
│ │ ├── folder_new.png
│ │ ├── folder_open.png
│ │ ├── folder.png
│ │ ├── folder_yel_open.png
│ │ ├── folder_yel.png
│ │ ├── goto.png
│ │ ├── history_clear.png
│ │ ├── idea.png
│ │ ├── info.png
│ │ ├── mark_clear.png
│ │ ├── mark_next.png
│ │ ├── mark.png
│ │ ├── mark_prev.png
│ │ ├── newproject.png
│ │ ├── next.png
│ │ ├── plug.png
│ │ ├── prev.png
│ │ ├── projectnew.png
│ │ ├── project.png
│ │ ├── project-readonly.png
│ │ ├── redo.png
│ │ ├── run.png
│ │ ├── searchreplacef.png
│ │ ├── searchreplace.png
│ │ ├── undo.png
│ │ ├── view_sidetree.png
│ │ ├── view_tree.png
│ │ ├── window_fullscreen.png
│ │ ├── workspace.png
│ │ └── workspace-readonly.png
│ ├── ascii.png
│ ├── closebutton.png
│ ├── codeblocks.png
│ ├── codecompletion
│ │ ├── class_folder.png
│ │ ├── class.png
│ │ ├── class_private.png
│ │ ├── class_protected.png
│ │ ├── class_public.png
│ │ ├── ctor_private.png
│ │ ├── ctor_protected.png
│ │ ├── ctor_public.png
│ │ ├── dtor_private.png
│ │ ├── dtor_protected.png
│ │ ├── dtor_public.png
│ │ ├── enumerator.png
│ │ ├── enum.png
│ │ ├── enum_private.png
│ │ ├── enum_protected.png
│ │ ├── enum_public.png
│ │ ├── enums_folder.png
│ │ ├── folder_blue_open.png
│ │ ├── folder_blue.png
│ │ ├── folder_green_open.png
│ │ ├── folder_green.png
│ │ ├── folder_open.png
│ │ ├── folder.png
│ │ ├── funcs_folder.png
│ │ ├── macro_folder.png
│ │ ├── macro.png
│ │ ├── macro_private.png
│ │ ├── macro_protected.png
│ │ ├── macro_public.png
│ │ ├── method_private.png
│ │ ├── method_protected.png
│ │ ├── method_public.png
│ │ ├── namespace.png
│ │ ├── others_folder.png
│ │ ├── preproc_folder.png
│ │ ├── preproc.png
│ │ ├── symbols_folder.png
│ │ ├── typedef.png
│ │ ├── typedef_private.png
│ │ ├── typedef_protected.png
│ │ ├── typedef_public.png
│ │ ├── typedefs_folder.png
│ │ ├── var_private.png
│ │ ├── var_protected.png
│ │ ├── var_public.png
│ │ └── vars_folder.png
│ ├── codesnippets
│ │ ├── allsnippets.png
│ │ ├── category.png
│ │ ├── findfdisabled.png
│ │ ├── findf.png
│ │ ├── optionsdisabled.png
│ │ ├── options.png
│ │ ├── snippet.png
│ │ ├── stopdisabled.png
│ │ └── stop.png
│ ├── compile.png
│ ├── compilerun.png
│ ├── contents_16x16.png
│ ├── dbginfo.png
│ ├── dbgnexti.png
│ ├── dbgnext.png
│ ├── dbgpause.png
│ ├── dbgrun.png
│ ├── dbgrunto.png
│ ├── dbgstepi.png
│ ├── dbgstepout.png
│ ├── dbgstep.png
│ ├── dbgstop.png
│ ├── dbgwindow.png
│ ├── DoxyBlocks
│ │ ├── 16x16
│ │ │ ├── chm.png
│ │ │ ├── comment_block.png
│ │ │ ├── comment_line.png
│ │ │ ├── configure.png
│ │ │ ├── doxywizard.png
│ │ │ ├── extract.png
│ │ │ └── html.png
│ │ ├── chm.png
│ │ ├── comment_block.png
│ │ ├── comment_line.png
│ │ ├── configure.png
│ │ ├── doxywizard.png
│ │ ├── extract.png
│ │ └── html.png
│ ├── edit_16x16.png
│ ├── editcopy.png
│ ├── editcut.png
│ ├── editpaste.png
│ ├── filefind.png
│ ├── file-missing.png
│ ├── file-modified.png
│ ├── filenew.png
│ ├── fileopen.png
│ ├── file.png
│ ├── fileprint.png
│ ├── file-readonly.png
│ ├── filesaveall.png
│ ├── filesaveas.png
│ ├── filesave.png
│ ├── flag_16x16.png
│ ├── folder_new.png
│ ├── folder_open.png
│ ├── folder.png
│ ├── misc_16x16.png
│ ├── modified_file.png
│ ├── newproject.png
│ ├── project.png
│ ├── project-readonly.png
│ ├── rc-file-added.png
│ ├── rc-file-conflict.png
│ ├── rc-file-external.png
│ ├── rc-file-gotlock.png
│ ├── rc-file-lockstolen.png
│ ├── rc-file-mismatch.png
│ ├── rc-file-missing.png
│ ├── rc-file-modified.png
│ ├── rc-file-noncontrolled.png
│ ├── rc-file-outofdate.png
│ ├── rc-file-requireslock.png
│ ├── rc-file-uptodate.png
│ ├── rebuild.png
│ ├── redo.png
│ ├── run.png
│ ├── searchreplace.png
│ ├── settings
│ │ ├── abbrev-off.png
│ │ ├── abbrev.png
│ │ ├── astyle-plugin-off.png
│ │ ├── astyle-plugin.png
│ │ ├── autosave-off.png
│ │ ├── autosave.png
│ │ ├── batch-off.png
│ │ ├── batch.png
│ │ ├── codecompletion-off.png
│ │ ├── codecompletion.png
│ │ ├── codestats-off.png
│ │ ├── codestats.png
│ │ ├── colours-off.png
│ │ ├── colours.png
│ │ ├── compiler-off.png
│ │ ├── compiler.png
│ │ ├── debugger-off.png
│ │ ├── debugger.png
│ │ ├── default-code-off.png
│ │ ├── default-code.png
│ │ ├── dialogs-off.png
│ │ ├── dialogs.png
│ │ ├── DoxyBlocks-off.png
│ │ ├── DoxyBlocks.png
│ │ ├── dragscroll-off.png
│ │ ├── dragscroll.png
│ │ ├── editor-off.png
│ │ ├── editor.png
│ │ ├── envvars-off.png
│ │ ├── envvars.png
│ │ ├── extensions-off.png
│ │ ├── extensions.png
│ │ ├── folding-off.png
│ │ ├── folding.png
│ │ ├── general-prefs-off.png
│ │ ├── general-prefs.png
│ │ ├── generic-plugin-off.png
│ │ ├── generic-plugin.png
│ │ ├── gutter-margin-off.png
│ │ ├── gutter-margin.png
│ │ ├── help-plugin-off.png
│ │ ├── help-plugin.png
│ │ ├── incsearch-off.png
│ │ ├── incsearch.png
│ │ ├── net-off.png
│ │ ├── net.png
│ │ ├── notebook-appearance-off.png
│ │ ├── notebook-appearance.png
│ │ ├── onekeytobindthem-off.png
│ │ ├── onekeytobindthem.png
│ │ ├── profiler-off.png
│ │ ├── profiler.png
│ │ ├── syntax-highlight-off.png
│ │ ├── syntax-highlight.png
│ │ ├── todo-off.png
│ │ ├── todo.png
│ │ ├── ToolsPlus-off.png
│ │ ├── ToolsPlus.png
│ │ ├── valgrind-off.png
│ │ ├── valgrind.png
│ │ ├── view-off.png
│ │ ├── view.png
│ │ ├── wxsmith-off.png
│ │ └── wxsmith.png
│ ├── source.png
│ ├── splash_0802.png
│ ├── splash_1005.png
│ ├── splash_1211.png
│ ├── splash_1312.png
│ ├── splash.png
│ ├── stop.png
│ ├── undo.png
│ ├── vfolder_open.png
│ ├── workspace.png
│ ├── workspace-readonly.png
│ └── wxsmith
│ ├── Custom16.png
│ ├── Custom32.png
│ ├── deletewidget16.png
│ ├── deletewidget32.png
│ ├── insertafter16.png
│ ├── insertafter32.png
│ ├── insertbefore16.png
│ ├── insertbefore32.png
│ ├── insertinto16.png
│ ├── insertinto32.png
│ ├── insertpoint16.png
│ ├── insertpoint32.png
│ ├── quickpropsclose16.png
│ ├── quickpropsclose32.png
│ ├── quickpropsopen16.png
│ ├── quickpropsopen32.png
│ ├── selected16.png
│ ├── selected32.png
│ ├── showpreview16.png
│ ├── showpreview32.png
│ ├── Spacer16.png
│ ├── Spacer32.png
│ ├── wxAnimationCtrl16.png
│ ├── wxAnimationCtrl32.png
│ ├── wxBitmapButton16.png
│ ├── wxBitmapButton32.png
│ ├── wxBitmapComboBox16.png
│ ├── wxBitmapComboBox32.png
│ ├── wxBoxSizer16.png
│ ├── wxBoxSizer32.png
│ ├── wxButton16.png
│ ├── wxButton32.png
│ ├── wxCalendarCtrl16.png
│ ├── wxCalendarCtrl32.png
│ ├── wxCheckBox16.png
│ ├── wxCheckBox32.png
│ ├── wxCheckListBox16.png
│ ├── wxCheckListBox32.png
│ ├── wxChoice16.png
│ ├── wxChoice32.png
│ ├── wxChoicebook16.png
│ ├── wxChoicebook32.png
│ ├── wxColourDialog16.png
│ ├── wxColourDialog32.png
│ ├── wxColourPickerCtrl16.png
│ ├── wxColourPickerCtrl32.png
│ ├── wxComboBox16.png
│ ├── wxComboBox32.png
│ ├── wxContextHelpButton16.png
│ ├── wxContextHelpButton32.png
│ ├── wxDatePickerCtrl16.png
│ ├── wxDatePickerCtrl32.png
│ ├── wxDialog16.png
│ ├── wxDialog32.png
│ ├── wxDialUpManager16.png
│ ├── wxDialUpManager32.png
│ ├── wxDirDialog16.png
│ ├── wxDirDialog32.png
│ ├── wxDirPickerCtrl16.png
│ ├── wxDirPickerCtrl32.png
│ ├── wxFileDialog16.png
│ ├── wxFileDialog32.png
│ ├── wxFilePickerCtrl16.png
│ ├── wxFilePickerCtrl32.png
│ ├── wxFindReplaceDialog16.png
│ ├── wxFindReplaceDialog32.png
│ ├── wxFlexGridSizer16.png
│ ├── wxFlexGridSizer32.png
│ ├── wxFontDialog16.png
│ ├── wxFontDialog32.png
│ ├── wxFontPickerCtrl16.png
│ ├── wxFontPickerCtrl32.png
│ ├── wxFrame16.png
│ ├── wxFrame32.png
│ ├── wxGauge16.png
│ ├── wxGauge32.png
│ ├── wxGenericDirCtrl16.png
│ ├── wxGenericDirCtrl32.png
│ ├── wxGLCanvas16.png
│ ├── wxGLCanvas32.png
│ ├── wxGrid16.png
│ ├── wxGrid32.png
│ ├── wxGridSizer16.png
│ ├── wxGridSizer32.png
│ ├── wxHtmlEasyPrinting16.png
│ ├── wxHtmlEasyPrinting32.png
│ ├── wxHtmlWindow16.png
│ ├── wxHtmlWindow32.png
│ ├── wxHyperlinkCtrl16.png
│ ├── wxHyperlinkCtrl32.png
│ ├── wxImage16.png
│ ├── wxImage32.png
│ ├── wxImageList16.png
│ ├── wxImageList32.png
│ ├── wxListbook16.png
│ ├── wxListbook32.png
│ ├── wxListBox16.png
│ ├── wxListBox32.png
│ ├── wxListCtrl16.png
│ ├── wxListCtrl32.png
│ ├── wxListView16.png
│ ├── wxListView32.png
│ ├── wxMediaCtrl16.png
│ ├── wxMediaCtrl32.png
│ ├── wxMenu16.png
│ ├── wxMenu32.png
│ ├── wxMenuBar16.png
│ ├── wxMenuBar32.png
│ ├── wxMenuItem16.png
│ ├── wxMenuItem32.png
│ ├── wxMessageDialog16.png
│ ├── wxMessageDialog32.png
│ ├── wxMultiChoiceDialog16.png
│ ├── wxMultiChoiceDialog32.png
│ ├── wxNotebook16.png
│ ├── wxNotebook32.png
│ ├── wxPageSetupDialog16.png
│ ├── wxPageSetupDialog32.png
│ ├── wxPanel16.png
│ ├── wxPanel32.png
│ ├── wxPasswordEntryDialog16.png
│ ├── wxPasswordEntryDialog32.png
│ ├── wxPrintDialog16.png
│ ├── wxPrintDialog32.png
│ ├── wxProgressDialog16.png
│ ├── wxProgressDialog32.png
│ ├── wxRadioBox16.png
│ ├── wxRadioBox32.png
│ ├── wxRadioButton16.png
│ ├── wxRadioButton32.png
│ ├── wxRichTextCtrl16.png
│ ├── wxRichTextCtrl32.png
│ ├── wxRichTextFormattingDialog16.png
│ ├── wxRichTextFormattingDialog32.png
│ ├── wxRichTextStyleComboCtrl16.png
│ ├── wxRichTextStyleComboCtrl32.png
│ ├── wxRichTextStyleListBox16.png
│ ├── wxRichTextStyleListBox32.png
│ ├── wxRichTextStyleListCtrl16.png
│ ├── wxRichTextStyleListCtrl32.png
│ ├── wxRichTextStyleOrganiserDialog16.png
│ ├── wxRichTextStyleOrganiserDialog32.png
│ ├── wxSashLayoutWindow16.png
│ ├── wxSashLayoutWindow32.png
│ ├── wxSashWindow16.png
│ ├── wxSashWindow32.png
│ ├── wxScrollBar16.png
│ ├── wxScrollBar32.png
│ ├── wxScrolledWindow16.png
│ ├── wxScrolledWindow32.png
│ ├── wxScrollingDialog16.png
│ ├── wxScrollingDialog32.png
│ ├── wxSearchCtrl16.png
│ ├── wxSearchCtrl32.png
│ ├── wxSimpleHtmlListBox16.png
│ ├── wxSimpleHtmlListBox32.png
│ ├── wxSingleChoiceDialog16.png
│ ├── wxSingleChoiceDialog32.png
│ ├── wxSingleInstanceChecker16.png
│ ├── wxSingleInstanceChecker32.png
│ ├── wxSlider16.png
│ ├── wxSlider32.png
│ ├── wxSmith16.png
│ ├── wxSmith32.png
│ ├── wxSpinButton16.png
│ ├── wxSpinButton32.png
│ ├── wxSpinCtrl16.png
│ ├── wxSpinCtrl32.png
│ ├── wxSplitterWindow16.png
│ ├── wxSplitterWindow32.png
│ ├── wxStaticBitmap16.png
│ ├── wxStaticBitmap32.png
│ ├── wxStaticBox16.png
│ ├── wxStaticBox32.png
│ ├── wxStaticBoxSizer16.png
│ ├── wxStaticBoxSizer32.png
│ ├── wxStaticLine16.png
│ ├── wxStaticLine32.png
│ ├── wxStaticText16.png
│ ├── wxStaticText32.png
│ ├── wxStatusBar16.png
│ ├── wxStatusBar32.png
│ ├── wxStdDialogButtonSizer16.png
│ ├── wxStdDialogButtonSizer32.png
│ ├── wxStopWatch16.png
│ ├── wxStopWatch32.png
│ ├── wxSymbolPickerDialog16.png
│ ├── wxSymbolPickerDialog32.png
│ ├── wxTextCtrl16.png
│ ├── wxTextCtrl32.png
│ ├── wxTextEntryDialog16.png
│ ├── wxTextEntryDialog32.png
│ ├── wxTimer16.png
│ ├── wxTimer32.png
│ ├── wxToggleButton16.png
│ ├── wxToggleButton32.png
│ ├── wxToolBar16.png
│ ├── wxToolBar32.png
│ ├── wxToolBarItem16.png
│ ├── wxToolBarItem32.png
│ ├── wxTreebook16.png
│ ├── wxTreebook32.png
│ ├── wxTreeCtrl16.png
│ └── wxTreeCtrl32.png
├── IncrementalSearch.zip
├── keybinder.zip
├── lexers
│ ├── lexer_A68k.sample
│ ├── lexer_A68k.xml
│ ├── lexer_ada.sample
│ ├── lexer_ada.xml
│ ├── lexer_angelscript.sample
│ ├── lexer_angelscript.xml
│ ├── lexer_bash.sample
│ ├── lexer_bash.xml
│ ├── lexer_batch.sample
│ ├── lexer_batch.xml
│ ├── lexer_bibtex.xml
│ ├── lexer_caml.sample
│ ├── lexer_caml.xml
│ ├── lexer_cg.sample
│ ├── lexer_cg.xml
│ ├── lexer_cmake.sample
│ ├── lexer_cmake.xml
│ ├── lexer_cpp.sample
│ ├── lexer_cpp.xml
│ ├── lexer_css.sample
│ ├── lexer_css.xml
│ ├── lexer_diff.sample
│ ├── lexer_diff.xml
│ ├── lexer_d.sample
│ ├── lexer_d.xml
│ ├── lexer_f77.sample
│ ├── lexer_f77.xml
│ ├── lexer_fortran.sample
│ ├── lexer_fortran.xml
│ ├── lexer_glsl.sample
│ ├── lexer_glsl.xml
│ ├── lexer_gm.sample
│ ├── lexer_gm.xml
│ ├── lexer_haskell.sample
│ ├── lexer_haskell.xml
│ ├── lexer_hitasm.sample
│ ├── lexer_hitasm.xml
│ ├── lexer_html.sample
│ ├── lexer_html.xml
│ ├── lexer_java.sample
│ ├── lexer_java.xml
│ ├── lexer_latex.sample
│ ├── lexer_latex.xml
│ ├── lexer_lisp.sample
│ ├── lexer_lisp.xml
│ ├── lexer_lua.sample
│ ├── lexer_lua.xml
│ ├── lexer_make.sample
│ ├── lexer_make.xml
│ ├── lexer_masm.sample
│ ├── lexer_masm.xml
│ ├── lexer_matlab.sample
│ ├── lexer_matlab.xml
│ ├── lexer_nsis.sample
│ ├── lexer_nsis.xml
│ ├── lexer_objc.sample
│ ├── lexer_objc.xml
│ ├── lexer_OgreCompositor.sample
│ ├── lexer_OgreCompositor.xml
│ ├── lexer_OgreMaterial.sample
│ ├── lexer_OgreMaterial.xml
│ ├── lexer_pascal.sample
│ ├── lexer_pascal.xml
│ ├── lexer_perl.sample
│ ├── lexer_perl.xml
│ ├── lexer_postscript.sample
│ ├── lexer_postscript.xml
│ ├── lexer_prg.sample
│ ├── lexer_prg.xml
│ ├── lexer_properties.sample
│ ├── lexer_properties.xml
│ ├── lexer_python.sample
│ ├── lexer_python.xml
│ ├── lexer_rc.sample
│ ├── lexer_rc.xml
│ ├── lexer_ruby.sample
│ ├── lexer_ruby.xml
│ ├── lexer_smalltalk.sample
│ ├── lexer_smalltalk.xml
│ ├── lexer_sql.sample
│ ├── lexer_sql.xml
│ ├── lexer_squirrel.sample
│ ├── lexer_squirrel.xml
│ ├── lexer_vbscript.sample
│ ├── lexer_vbscript.xml
│ ├── lexer_verilog.sample
│ ├── lexer_verilog.xml
│ ├── lexer_vhdl.sample
│ ├── lexer_vhdl.xml
│ ├── lexer_xml.sample
│ └── lexer_xml.xml
├── lib_finder
│ ├── codeblocks_sdk.xml
│ ├── glfw.xml
│ └── wxwidgets.xml
├── lib_finder.zip
├── manager_resources.zip
├── MouseSap.zip
├── occurrenceshighlighting.zip
├── openfileslist.zip
├── plugins
│ ├── libabbreviations.dylib
│ ├── libastyle.dylib
│ ├── libautosave.dylib
│ ├── libAutoVersioning.dylib
│ ├── libBrowseTracker.dylib
│ ├── libbyogames.dylib
│ ├── libcb_koders.dylib
│ ├── libCccc.dylib
│ ├── libclasswizard.dylib
│ ├── libcodecompletion.dylib
│ ├── libcodesnippets.dylib
│ ├── libcodestat.dylib
│ ├── libcompiler.dylib
│ ├── libcopystrings.dylib
│ ├── libCppCheck.dylib
│ ├── libCscope.dylib
│ ├── libdebugger.dylib
│ ├── libdefaultmimehandler.dylib
│ ├── libDoxyBlocks.dylib
│ ├── libdragscroll.dylib
│ ├── libEditorConfig.dylib
│ ├── libEditorTweaks.dylib
│ ├── libenvvars.dylib
│ ├── libheaderfixup.dylib
│ ├── libhelp_plugin.dylib
│ ├── libHexEditor.dylib
│ ├── libIncrementalSearch.dylib
│ ├── libkeybinder.dylib
│ ├── liblib_finder.dylib
│ ├── libMouseSap.dylib
│ ├── liboccurrenceshighlighting.dylib
│ ├── libopenfileslist.dylib
│ ├── libProfiler.dylib
│ ├── libprojectsimporter.dylib
│ ├── libRegExTestbed.dylib
│ ├── libReopenEditor.dylib
│ ├── libscriptedwizard.dylib
│ ├── libSmartIndentCpp.dylib
│ ├── libSmartIndentFortran.dylib
│ ├── libSmartIndentHDL.dylib
│ ├── libSmartIndentLua.dylib
│ ├── libSmartIndentPascal.dylib
│ ├── libSmartIndentPython.dylib
│ ├── libSmartIndentXML.dylib
│ ├── libSymTab.dylib
│ ├── libtodo.dylib
│ ├── libToolsPlus.dylib
│ ├── libValgrind.dylib
│ ├── libwxSmithAui.dylib
│ ├── libwxSmithContribItems.dylib
│ └── libwxsmith.dylib
├── Profiler.zip
├── projectsimporter.zip
├── RegExTestbed.zip
├── ReopenEditor.zip
├── resources.zip
├── scriptedwizard.zip
├── scripts
│ ├── edit_startup_script.script
│ ├── gdb_types.script
│ ├── make_dist.script
│ ├── plugin_find_broken_files.script
│ ├── sample_plugin.script
│ ├── startup.script
│ ├── stl-views-1.0.3.gdb
│ └── wx_help.script
├── SmartIndentCpp.zip
├── SmartIndentFortran.zip
├── SmartIndentHDL.zip
├── SmartIndentLua.zip
├── SmartIndentPascal.zip
├── SmartIndentPython.zip
├── SmartIndentXML.zip
├── start_here.zip
├── SymTab.zip
├── templates
│ ├── console.cbp
│ ├── console-main-c.cpp
│ ├── console-main-cpp.cpp
│ ├── console.png
│ ├── console.template
│ ├── dll.png
│ ├── glfw-main.cpp
│ ├── glfw.png
│ ├── glfw-static.cbp
│ ├── glfw.template
│ ├── glut-main.cpp
│ ├── glut.png
│ ├── irrlicht.png
│ ├── irrlicht.template
│ ├── irr_linux.cbp
│ ├── irr_main.cpp
│ ├── ogre_linux.cbp
│ ├── ogrelogo.png
│ ├── ogre-main.cpp
│ ├── ogre.template
│ ├── qt.cbp
│ ├── qtlogo32.png
│ ├── qt-main.cpp
│ ├── qt.template
│ ├── sdccapp.cbp
│ ├── sdccapp-main.c
│ ├── sdccapp.png
│ ├── sdccapp.template
│ ├── sdlapp.cbp
│ ├── sdlapp.template
│ ├── sdl-cb.bmp
│ ├── sdl-main.cpp
│ ├── sdl.png
│ ├── sfml-cb.bmp
│ ├── sfml.cbp
│ ├── sfml-main.cpp
│ ├── sfml.png
│ ├── sfml.template
│ ├── sharedlib.cbp
│ ├── sharedlib-sample.c
│ ├── sharedlib.template
│ ├── staticlib.cbp
│ ├── staticlib-sample.c
│ ├── staticlib.template
│ ├── wizard
│ │ ├── arm
│ │ │ ├── files
│ │ │ │ ├── ARM-eval7t
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── evaluator7t.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ └── target.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ ├── ek-at91sam7a3
│ │ │ │ │ ├── h
│ │ │ │ │ │ ├── at91sam7a3.h
│ │ │ │ │ │ └── sam7a3ek.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ ├── target.ld
│ │ │ │ │ │ └── targetRAM.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ ├── lpd-lh7a404
│ │ │ │ │ ├── h
│ │ │ │ │ │ ├── arm9_mm.h
│ │ │ │ │ │ ├── lh7a404.h
│ │ │ │ │ │ └── lpd404.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ └── target.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── lh7a404_mm.c
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ ├── olimex-at91sam7sx
│ │ │ │ │ ├── h
│ │ │ │ │ │ ├── at91sam7sx.h
│ │ │ │ │ │ └── sam7p64.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ ├── target_s128.ld
│ │ │ │ │ │ ├── target_s256.ld
│ │ │ │ │ │ ├── target_s32.ld
│ │ │ │ │ │ └── target_s64.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ ├── olimex-lpc213x
│ │ │ │ │ ├── h
│ │ │ │ │ │ ├── lpc213x.h
│ │ │ │ │ │ └── lpc-p2138.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ ├── target_2132.ld
│ │ │ │ │ │ ├── target_2134.ld
│ │ │ │ │ │ ├── target_2136.ld
│ │ │ │ │ │ └── target_2138.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ ├── phyCORE-AT91M55800
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── at91m55800.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ ├── target.ld
│ │ │ │ │ │ ├── targetRAM_1MB.ld
│ │ │ │ │ │ ├── targetRAM_512kB.ld
│ │ │ │ │ │ └── targetROM.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ ├── phyCORE-LPC2294
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── lpc2294.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ ├── target.ld
│ │ │ │ │ │ ├── targetRAM_1MB.ld
│ │ │ │ │ │ └── targetROM.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── vectors.S
│ │ │ │ └── phyCORE-PXA255
│ │ │ │ ├── h
│ │ │ │ │ ├── pxa255regs.h
│ │ │ │ │ └── pxa_mm.h
│ │ │ │ ├── ld
│ │ │ │ │ └── target.ld
│ │ │ │ └── src
│ │ │ │ ├── irq.c
│ │ │ │ ├── main.c
│ │ │ │ ├── pxa_mm.c
│ │ │ │ └── vectors.S
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── avr
│ │ │ ├── files
│ │ │ │ ├── FuseExt.c
│ │ │ │ ├── FuseFuse0to4.c
│ │ │ │ ├── FuseHigh.c
│ │ │ │ ├── FuseLow.c
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── base_wiz.xcf
│ │ ├── c_file
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── common_functions.script
│ │ ├── config.script
│ │ ├── console
│ │ │ ├── c
│ │ │ │ └── main.c
│ │ │ ├── cpp
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── d
│ │ │ ├── console
│ │ │ │ └── hello.d
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── directx
│ │ │ ├── dx8
│ │ │ │ └── main.cpp
│ │ │ ├── dx9
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── dll
│ │ │ ├── files
│ │ │ │ ├── main.cpp
│ │ │ │ └── main.h
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── empty
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── empty_file
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── fltk
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── fluid
│ │ │ │ ├── main.cpp
│ │ │ │ ├── main.fld
│ │ │ │ └── main.h
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── fortran
│ │ │ ├── app
│ │ │ │ ├── files
│ │ │ │ │ └── main.f95
│ │ │ │ ├── logo.png
│ │ │ │ ├── wizard.png
│ │ │ │ └── wizard.script
│ │ │ ├── dll
│ │ │ │ ├── files
│ │ │ │ │ └── main.f95
│ │ │ │ ├── logo.png
│ │ │ │ ├── wizard.png
│ │ │ │ └── wizard.script
│ │ │ ├── file
│ │ │ │ ├── logo.png
│ │ │ │ ├── wizard.png
│ │ │ │ └── wizard.script
│ │ │ └── lib
│ │ │ ├── files
│ │ │ │ └── main.f95
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── glfw
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── glut
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── gtk
│ │ │ ├── files
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── h_file
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── irrlicht
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── lf
│ │ │ ├── files
│ │ │ │ ├── quick
│ │ │ │ │ └── main.cpp
│ │ │ │ └── structured
│ │ │ │ ├── CMain.cpp
│ │ │ │ ├── CMain.h
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── manifest.xml
│ │ ├── matlab_csf
│ │ │ ├── files
│ │ │ │ ├── mexversion.rc
│ │ │ │ └── sfuntmpl.c
│ │ │ ├── lccstub
│ │ │ │ └── lccstub.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── mcs51
│ │ │ ├── files
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── ogre
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── opencv
│ │ │ ├── files
│ │ │ │ ├── lena.jpg
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── opengl
│ │ │ ├── files_unix
│ │ │ │ └── main.c
│ │ │ ├── files_win
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── plugins
│ │ │ ├── logo.png
│ │ │ ├── plugins.xcf
│ │ │ ├── templates
│ │ │ │ ├── generic_template.cpp
│ │ │ │ ├── generic_template.h
│ │ │ │ ├── manifest_template.xml
│ │ │ │ ├── mime_template.cpp
│ │ │ │ ├── mime_template.h
│ │ │ │ ├── tool_template.cpp
│ │ │ │ ├── tool_template.h
│ │ │ │ ├── wizard_template.cpp
│ │ │ │ └── wizard_template.h
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── ppc
│ │ │ ├── files
│ │ │ │ ├── MPC5200
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── mpc5200.h
│ │ │ │ │ ├── ld
│ │ │ │ │ │ └── target.ld
│ │ │ │ │ └── src
│ │ │ │ │ ├── crt0.S
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── traptable.S
│ │ │ │ └── MPC565
│ │ │ │ ├── h
│ │ │ │ │ └── mpc555.h
│ │ │ │ ├── ld
│ │ │ │ │ └── target.ld
│ │ │ │ └── src
│ │ │ │ ├── crt0.S
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── qt4
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── sdl
│ │ │ ├── files
│ │ │ │ ├── cb.bmp
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── sfml
│ │ │ ├── logo.png
│ │ │ ├── sfml1
│ │ │ │ ├── cb.bmp
│ │ │ │ └── main.cpp
│ │ │ ├── sfml2
│ │ │ │ ├── cb.bmp
│ │ │ │ └── main.cpp
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── sharedlib
│ │ │ ├── c
│ │ │ │ └── main.c
│ │ │ ├── cpp
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── smartwin
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── staticlib
│ │ │ ├── files
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── stlport
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── sys
│ │ │ ├── files
│ │ │ │ └── driver.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── tricore
│ │ │ ├── logo.png
│ │ │ ├── templates
│ │ │ │ ├── EasyKit-TC1767
│ │ │ │ │ ├── targetIntResources.ld
│ │ │ │ │ └── target.ld
│ │ │ │ ├── EasyRun-TC1796
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── easyrun_setup.h
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── main.c
│ │ │ │ ├── phyCORE-TC1130
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── phycore_setup.h
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── phyCORE-TC1775
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── phycore_setup.h
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── TriBoard-TC1130
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── triboard_setup.h
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── TriBoard-TC1161
│ │ │ │ │ ├── targetIntResources.ld
│ │ │ │ │ └── target.ld
│ │ │ │ ├── TriBoard-TC1162
│ │ │ │ │ ├── targetIntResources.ld
│ │ │ │ │ └── target.ld
│ │ │ │ ├── TriBoard-TC1762
│ │ │ │ │ ├── targetIntResources.ld
│ │ │ │ │ └── target.ld
│ │ │ │ ├── TriBoard-TC1765
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── triboard_setup.h
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── TriBoard-TC1766
│ │ │ │ │ ├── targetIntResources.ld
│ │ │ │ │ └── target.ld
│ │ │ │ ├── TriBoard-TC1775
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── triboard_setup.h
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── TriBoard-TC1792
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── triboard_setup.h
│ │ │ │ │ ├── memoryROM-intern.x
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── TriBoard-TC1796
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── triboard_setup.h
│ │ │ │ │ ├── memoryROM-intern.x
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ ├── TriBoard-TC1797
│ │ │ │ │ ├── h
│ │ │ │ │ │ └── triboard_setup.h
│ │ │ │ │ ├── memoryROM-intern.x
│ │ │ │ │ ├── memoryROM.x
│ │ │ │ │ └── src
│ │ │ │ │ └── setup.c
│ │ │ │ └── TriBoard-TC1920
│ │ │ │ ├── h
│ │ │ │ │ └── triboard_setup.h
│ │ │ │ ├── memoryROM.x
│ │ │ │ └── src
│ │ │ │ └── setup.c
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── win32gui
│ │ │ ├── files
│ │ │ │ ├── dialog
│ │ │ │ │ ├── main.cpp
│ │ │ │ │ ├── manifest.xml
│ │ │ │ │ ├── resource.h
│ │ │ │ │ └── resource.rc
│ │ │ │ └── frame
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ └── wxwidgets
│ │ ├── common
│ │ │ ├── app.cpp
│ │ │ ├── app.h
│ │ │ ├── main.cpp
│ │ │ └── main.h
│ │ ├── logo.png
│ │ ├── pch
│ │ │ └── wx_pch.h
│ │ ├── rc
│ │ │ └── resource.rc
│ │ ├── wizard.png
│ │ ├── wizard.script
│ │ ├── wizard.xrc
│ │ ├── wxfb
│ │ │ ├── dialog
│ │ │ │ ├── GUIDialog.cpp
│ │ │ │ ├── GUIDialog.h
│ │ │ │ └── WxWizDialog.fbp
│ │ │ └── frame
│ │ │ ├── GUIFrame.cpp
│ │ │ ├── GUIFrame.h
│ │ │ └── WxWizFrame.fbp
│ │ └── wxsmith
│ │ ├── app.cpp
│ │ ├── main.cpp
│ │ ├── main.h
│ │ └── resource.wxs
│ ├── wx-app-ash.cpp
│ ├── wx-app-ash.h
│ ├── wx-main-ash.cpp
│ ├── wx-main-ash.h
│ ├── wx-main-s.cpp
│ ├── wx-main-sh.cpp
│ ├── wx-main-sh.h
│ ├── wx_pch.h
│ ├── wxwidgets.cbp
│ ├── wxwidgets.png
│ └── wxwidgets.template
├── tips.txt
├── todo.zip
├── ToolsPlus.zip
├── Valgrind.zip
├── wxSmithAui.zip
├── wxSmithContribItems.zip
└── wxsmith.zip
185 directories, 1119 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论