实例介绍
该汉化包网上发布时间最早在2018/2/17。 本人亲自手动汉化的 Code::Blocks 17.12 正式版汉化包。 1.延续了上一版本16.01汉化包,所以本汉化包同样能使用在16.01版本上。 2.该汉化包将编译器配置的汉化单独抽取出来汉化,避免上一版本汉化包汉化后不能修改编译器配置项的问题。 3.修复没法打开wxs资源文件的bug 4.汉化了项目文件向导,更容易按照向导的提示创建项目 欢迎使用 Code::Blocks 17.12! Code::Blocks 是一款功能强大的IDE(集成开发环境), 力求为开发者(个人或团队)提供一个能满足各种需求的优秀编程环境。 开发者可以利用它
【实例截图】
【核心代码】
d60a7162-c0b2-471b-b250-e492d29414d0
├── ReadMe.txt
└── share
└── CodeBlocks
├── compilers
│ ├── compiler_android-gcc.xml
│ ├── compiler_avr-gcc.xml
│ ├── compiler_bcc.xml
│ ├── compiler_bfin-elf-gcc.xml
│ ├── compiler_clang.xml
│ ├── compiler_dmc.xml
│ ├── compiler_dmd.xml
│ ├── compiler_ldc.xml
│ ├── compiler_lm32-gcc.xml
│ ├── compiler_lm8-gcc.xml
│ ├── compiler_msp430-gcc.xml
│ ├── compiler_mw.xml
│ ├── compiler_null.xml
│ ├── compiler_pgifortran.xml
│ ├── compiler_powerpc-eabi.xml
│ ├── compiler_ppc-gcc.xml
│ ├── compiler_sdcc.xml
│ ├── compiler_tcc.xml
│ ├── compiler_tricore-gcc.xml
│ ├── compiler_zpu-gcc.xml
│ ├── options_android-gcc.xml
│ ├── options_arm-elf-gcc.xml
│ ├── options_avr-gcc.xml
│ ├── options_bcc.xml
│ ├── options_bfin-elf-gcc.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_lm32-gcc.xml
│ ├── options_lm8-gcc.xml
│ ├── options_msp430-gcc.xml
│ ├── options_msvc10.xml
│ ├── options_msvc8.xml
│ ├── options_msvctk.xml
│ ├── options_mw.xml
│ ├── options_null.xml
│ ├── options_ow.xml
│ ├── options_pgifortran.xml
│ ├── options_powerpc-eabi.xml
│ ├── options_ppc-gcc.xml
│ ├── options_sdcc.xml
│ ├── options_tcc.xml
│ ├── options_tricore-gcc.xml
│ └── options_zpu-gcc.xml
├── locale
│ └── zh_CN
│ └── zh_CN.mo
├── templates
│ ├── console.cbp
│ ├── console.layout
│ ├── console-main-c.cpp
│ ├── console-main-cpp.cpp
│ ├── console.png
│ ├── console.template
│ ├── directx_gcc.cbp
│ ├── directx_main.cpp
│ ├── directx.png
│ ├── directx.template
│ ├── directx_vctk.cbp
│ ├── dll.cbp
│ ├── dll-main.cpp
│ ├── dll.png
│ ├── dll.template
│ ├── fltk.cbp
│ ├── fltk-main.cpp
│ ├── fltk.png
│ ├── fltk.template
│ ├── fluid.cbp
│ ├── fluid-main.cpp
│ ├── fluid-main_ui.cxx
│ ├── fluid-main_ui.h
│ ├── fluid.template
│ ├── glfw-main.cpp
│ ├── glfw.png
│ ├── glfw-static.cbp
│ ├── glfw.template
│ ├── glut.cbp
│ ├── glut-main.cpp
│ ├── glut.png
│ ├── glut.template
│ ├── gui.png
│ ├── irr_gcc.cbp
│ ├── irrlicht.png
│ ├── irrlicht.template
│ ├── irr_main.cpp
│ ├── irr_vctk.cbp
│ ├── ogre_gcc.cbp
│ ├── ogrelogo.png
│ ├── ogre-main.cpp
│ ├── ogre.template
│ ├── ogre_vctk.cbp
│ ├── opengl.cbp
│ ├── opengl-main.cpp
│ ├── opengl.png
│ ├── opengl.template
│ ├── qt.cbp
│ ├── qt.layout
│ ├── qtlogo32.png
│ ├── qt-main.cpp
│ ├── qt.template
│ ├── sdccapp.cbp
│ ├── sdccapp-main.c
│ ├── sdccapp.png
│ ├── sdccapp.template
│ ├── sdl2app.cbp
│ ├── sdl2app.template
│ ├── sdl2-main.cpp
│ ├── sdl2.png
│ ├── 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
│ ├── SmartWin.cbp
│ ├── SmartWin-main.cpp
│ ├── SmartWin.png
│ ├── SmartWin.template
│ ├── staticlib.cbp
│ ├── staticlib-sample.c
│ ├── staticlib.template
│ ├── win32.cbp
│ ├── win32gui.template
│ ├── win32-main.cpp
│ ├── wizard
│ │ ├── arduino
│ │ │ ├── files
│ │ │ │ ├── cores
│ │ │ │ │ ├── CDC.cpp
│ │ │ │ │ ├── HardwareSerial.cpp
│ │ │ │ │ ├── HID.cpp
│ │ │ │ │ ├── IPAddress.cpp
│ │ │ │ │ ├── main.cpp
│ │ │ │ │ ├── new.cpp
│ │ │ │ │ ├── Print.cpp
│ │ │ │ │ ├── Stream.cpp
│ │ │ │ │ ├── Tone.cpp
│ │ │ │ │ ├── USBCore.cpp
│ │ │ │ │ ├── WInterrupts.c
│ │ │ │ │ ├── wiring_analog.c
│ │ │ │ │ ├── wiring.c
│ │ │ │ │ ├── wiring_digital.c
│ │ │ │ │ ├── wiring_pulse.c
│ │ │ │ │ ├── wiring_shift.c
│ │ │ │ │ ├── WMath.cpp
│ │ │ │ │ └── WString.cpp
│ │ │ │ ├── libraries
│ │ │ │ │ └── libraries.cpp
│ │ │ │ └── sketch.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── 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
│ │ ├── d_source
│ │ │ ├── logo.png
│ │ │ ├── README.txt
│ │ │ ├── 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
│ │ ├── java
│ │ │ ├── file
│ │ │ │ ├── logo.png
│ │ │ │ ├── wizard.png
│ │ │ │ └── wizard.script
│ │ │ ├── files
│ │ │ │ └── Main.java
│ │ │ ├── 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
│ │ ├── msp430
│ │ │ ├── files
│ │ │ │ └── main.c
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ ├── wizard.script
│ │ │ └── wizard.xrc
│ │ ├── ogre
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── opencv
│ │ │ ├── files
│ │ │ │ ├── arnold_schwarzenegger.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
│ │ ├── qt4dll
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── qt5
│ │ │ ├── files
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── sdl
│ │ │ ├── files
│ │ │ │ ├── cb.bmp
│ │ │ │ └── main.cpp
│ │ │ ├── logo.png
│ │ │ ├── wizard.png
│ │ │ └── wizard.script
│ │ ├── sdl2
│ │ │ ├── files
│ │ │ │ └── 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_static.cbp
│ ├── wxwidgets_static_u.cbp
│ ├── wxwidgets.template
│ └── wxwidgets_u.cbp
└── tips.txt
187 directories, 533 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论