coocox coide-應(yīng)用開發(fā)手冊(cè)_第1頁(yè)
coocox coide-應(yīng)用開發(fā)手冊(cè)_第2頁(yè)
coocox coide-應(yīng)用開發(fā)手冊(cè)_第3頁(yè)
coocox coide-應(yīng)用開發(fā)手冊(cè)_第4頁(yè)
coocox coide-應(yīng)用開發(fā)手冊(cè)_第5頁(yè)
已閱讀5頁(yè),還剩76頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、coocox/coide-dev-manual1 Quickstart1.1 CoIDE Quickstart1.2 Compiler Settingvideo2 Introduction2.1 General Introduction2.2 Support list3 /4 Project Management4.1 Create Project by Chip Model4.2 Create Project by Board Model4.3 Manage_Target_Groups_Files4.4 Project configuration4.5 Change Device(old4.

2、6 Build and open project5 Debug5.1 Debug Introduction5.2 Debug Example5.3 How to use debug views6 Component Example Board6.1 Add Refresh Update Components 6.2 Upload Basic Components6.3 Upload Driver Components6.4 Modify or Delete Components 6.5 Board6.6 Example1 - Quickstart1.1 CoIDE QuickstartQuic

3、k StartTo create a simple embedded application using CooCox CoIDE, you will perform the following steps: (Before that, do not forget to config the GCC compiler and debugger.Next we an example to introduce how to set up new projects and debugging on COIDE. Step 1 Launch CoIDE, select "Browse in

4、Repository". Step 2 Select the manufacturer Step 3 Select your target chip Step 4 Download device Step 5 Create New Project Step 6 : Input project name. You can also modify the Project Path Step 7 : After clicking "Finish", CoIDE will create a project for you, then we can view compone

5、nts to select which is needed. Step 8 : when we find the component, we need to download it Step 9 : Then add the component to our project Step 10 : After clicking "Add", CoIDE will add the component and it's dependence components to project for you. If we need anther component, we need

6、 click "On-chip peripherals". Step 11 : Click the name of the component can view components related document information Step 12 : Download and add new component Step 13 : These are all the components project need Step 14 : Select the debugger, and enabled Semihosting Step 15 : Write the m

7、ain.c Step 16 : Click the "Build" button to compile and link the program Step 17 :15.Click the "Download" button to download code to flash Step 18 : To start debugging, click on the "Debug" icon or press "Ctrl+F5" Step 19 : If debugging is launched successfull

8、y, CoIDE will enter the debug mode. Press F10 can step to run the program Step 20 : Double-click the code line number area can set breakpoints on the left Step 21 : Click on the "Varibles", We can see the value of a variable process Step 22 : Click on the "red button", We can exi

9、t the debug mode Step 23 : Exit the debug mode Note: Here We use Nuvton NUC472HI8AE as the example, you may need to change the chip according to the device at hand.1.2 Compiler SettingBefore you use CoIDE to start your project, you need to config the GCC compiler and debugger at first.CooCox suggest

10、 you to choose ARM GCC as the compiler since it is from ARM official. If you want to know more details about ARM GCC, please click here. In additional, you can also choose the other GCC compiler such as CodeSoucery GCC.ARM GCC 4.7 Features:All GCC 4.7 features, plus latest mainline featuresAdditiona

11、l code size optimizationsNewlib-nano: newlib branch optimized for code sizeLearn more ARM GCC 4.7 functionDownload:GCC ARM EmbeddedNote:As CoIDE support different GCC compiler, you need to pay attention to the following point when you switch between the compilers:The different compilers have differe

12、nt C libraries, for example: ARM GCC have a base C Library and Semihosting Library, Retarget Library. However, Code Soucery GCC only have the base C Library. See: Project ConfigurationARM GCC and CodeSourcery GCC use different link.ld when they compile the same project.CoIDE will generate different

13、link.ld when you create the project, so it is stronglyrecommended of you to set the GCC compiler before you start.If you want to use ARM GCC to compiler the project you created under Code Sourcery GCC, you need to delete the Build.xml, link.ld, memory.ld. Then check a component and reconfigure the p

14、roject after setting the GCC.Then you need to do the following operations.After launching CooCox CoIDE, Click "Select Toolchain path" under the Project menu. Click the browse button, select the folder which contains the arm-none-eabi-gcc.exe and the other gcc excute files. For example, sel

15、ect the bin folder. Click OK button to save the setting. After set the GCC Toolchain, you can use the CoIDE to create a project and try the other function. See: CoIDE QuickStart.2 Introduction2.1 General IntroductionCoIDE is a new, free and highly integrated software development environment for ARM

16、Cortex MCU based microcontrollers, which includes all the tools necessary to develop high-quality software solutions in a timely and cost effective manner.New ConceptsCoIDE consists of a component-based network platform and an Eclipse-based development environment. The component-based network platfo

17、rm can quickly obtain resources to build applications, share your resources and exchange ideas. The Eclipse-baseddevelopment environment provides many features for code editing, code browsing,compiling, linking, debugging, project management, etc.Features:Free to useFull functional IDEComponent-orie

18、nted development platformInternet-based, efficient integration of network resourcesIntegrates CoOS (Real-Time Operating SystemPeripheral registersTerminology NoteComponentIn CoIDE, any reusable code can be called as a component, including OS, drivers, examples, middle layer software etc. Each compon

19、ent has its corresponding code snippets, usage, documentation and comments.DependenceWhen a component is selected, CoIDE automatically selects the required dependentcomponents required for compiling or executing the program.Code SnippetCode Snippet (or example code is an extension of a component. If

20、 the component is object-oriented, the code snippet will be application-oriented. For example, a PIO drivercan be known as a component, a function using PIO driver to achieve LED flashing can be known as a code snippet. The code snippet is generally very short, but the features are not restricted. I

21、t can be automatically inserted into the code.CoIDE FeaturesCoIDE can be used for code editing, code browsing, compiling, linking, debugging and project management; it also can be used to obtain components, share components and to exchange ideas.Component NetworkComponent Network contains a large am

22、ount of free components. The components are provided by CooCox and CooCox users. CooCox tools include a RTOS, flash manager, embedded database, protocol stack and other components, which are all free. Everyone can use these components and upload their own components.Component Oriented ProgrammingIn

23、embedded application development, if there is no suitable libraries, development work will become very complicated. Once you have the suitable libraries, anything will be manipulated in your hands. CooCox CoIDE Component Network contains a large amount of free components, users can choose suitable c

24、omponents according to your own needs, and use the component code snippets to build application will become more quickly. With a large number of components and detailed component documentation, programming will be as simple as building block.Component DocumentationDetailed documentation (displayed i

25、n the Help View is available for each component making it extremely easy for users with their development. This includes component description, component dependency relationship, component source files, usage of the component, comments etc. CoIDE automatically generates documentation for source file

26、s. Tip: having the code comments according to Doxygen standard will help generate detailed documentation.InteractionCooCox CoIDE, provides powerful interaction between the various elements such as the chip, component, peripheral, register, code snippet and more. Users can even ask questions directly

27、 from within the environment, making it easy to address any problems encountered in the development process.Development EnvironmentCoIDE is based on the Eclipse development platform, and has the following features:Integrated CDT editor: A full-featured editor to edit and browse the codeIntegrated GC

28、C ARM Embedded: Using gcc tool chain, which is efficient and stable. A clear interface: Menus and toolbar are simple, clear and easy to use.GUI Setting: Dialogs for all settings.2.2 Support listSupport Devices for CoIDE 2.0 Dev versionThe CooCox CoIDE mainly supports ARM Cortex-M based devices. Til

29、now, CoIDE 2.0 dev version has supported Cortex-M4, Cortex-M3, Cortex-M0 and Cortex-M0+ chips from Freescale, NXP, Nuvoton, Spansion, ST and Toshiba. The following is detailed list.FreescaleKL0xo MKL04Z16VFK4, MKL04Z16VFM4, MKL04Z16VLC4, MKL04Z16VLF4, MKL04Z32VFK4, MKL04Z32VFM4, MKL04Z32VFM4R, MKL04

30、Z32VLC4, MKL04Z32VLC4R, MKL04Z32VLF4, MKL04Z32VLF4R, MKL04Z8VFK4, MKL04Z8VFM4, MKL04Z8VLC4, MKL05Z16VFK4,MKL05Z16VFM4, MKL05Z16VLC4, MKL05Z16VLF4, MKL05Z32VFK4, MKL05Z32VFM4R, MKL05Z32VLF4, MKL05Z8VFK4, MKL05Z8VFM4, MKL05Z8VLC4, M, MKL05Z32VLC4KL1xo MKL14Z32VFM4, MKL14Z32VFT4, MKL14Z32VLH4, MKL14Z32

31、VLK4, MKL14Z64VFM4, MKL14Z64VFT4, MKL14Z64VLH4, MKL14Z64VLK4, MKL15Z128CAD4R, MKL15Z128VFM4, MKL15Z128VFT4, MKL15Z128VLH4, MKL15Z128VLH4R, MKL15Z128VLK4, MKL15Z32VFM4, MKL15Z32VFT4, MKL15Z32VLH4, MKL15Z32VLK4, MKL15Z64VFM4, MKL15Z64VFM4R, MKL15Z64VFT4, MKL15Z64VLH4, MKL15Z64VLK4M, MKL14Z64VFM4RKL2xo

32、 MKL24Z32VFM4, MKL24Z32VFT4, MKL24Z64VFM4, MKL24Z64VFT4, MKL24Z64VLH4, MKL24Z64VLK4, MKL25Z128VFM4, MKL25Z128VFT4, MKL25Z128VLH4, MKL25Z128VLK4, MKL25Z32VFM4, MKL25Z32VFT4, MKL25Z32VLH4, MKL25Z32VLK4, MKL25Z64VFM4,MKL25Z64VFT4, MKL25Z64VLH4, MKL25Z64VLK4, MKL24Z32VLH4, MKL24Z32VLK4NuvotonM051o M0516

33、LBN, M0516LDE, M0516LDN, M0516ZBN, M0516ZDE, M0516ZDN, M052LBN, M052LDE, M052LDN, M052ZBN, M052ZDE, M052ZDN, M054LBN, M054LDE, M054LDN, M054ZBN,M054ZDE, M054ZDN, M058LBN, M058LDE, M058LDN, M058SFAN, M058SLAN, M058SSAN, M058SZAN, M058ZBN, M058ZDE, M058ZDNNANO1x2o NANO102LB1AN, NANO102LC2AN, NANO102SC

34、2AN, NANO102ZB1AN, NANO102ZC2AN, NANO112LB1AN, NANO112LC2AN, NANO112RB1AN, NANO112RC2AN, NANO112SB1AN,NANO112SC2AN, NANO112VC2ANNUC200o NUC200LC2AN, NUC200LD2AN, NUC200LE3AN, NUC200SC2AN, NUC200SD2AN, NUC200SE3AN, NUC200VE3AN, NUC220LC2AN, NUC220LD2AN, NUC220LE3AN,NUC220SC2AN, NUC220SD2AN, NUC220SE3

35、AN, NUC220VE3ANNUC230240o NUC230LC2AE, NUC230LD2AE, NUC230LE3AE, NUC230SC2AE, NUC230SD2AE, NUC230SE3AE, NUC230VE3AE, NUC240LC2AE, NUC240LD2AE, NUC240LE3AE, NUC240SC2AE, NUC240SD2AE, NUC240SE3AE, NUC240VE3AENUC440o NUC442JG8AE, NUC442JI8AE, NUC442KG7AE, NUC442KI8AE, NUC442RG7AE, NUC442RI8AE, NUC442VG

36、7AE, NUC442VI8AENUC470o NUC472HG8AE, NUC472HI8AE, NUC472JG8AE, NUC472JI8AE, NUC472KG8AE, NUC472KI8AE, NUC472VG8AE, NUC472VI8AENXPLPC1100LVo LPC1101L VUK, LPC1102L VUK, LPC1112L VFHI33_103, LPC1112L VFHN24_003, LPC1114L VFHI33_103, LPC1114L VFHI33_303, LPC1114L VFHN24_303LPC1100XLo LPC1102UK, LPC1104

37、UK, LPC1110FD20, LPC1111FDH20_002, LPC1111FHN33_103, LPC1111FHN33_203, LPC1111JHN33_103, LPC1111JHN33_203, LPC1112FD20_102,LPC1112FDH20_102, LPC1112FDH28_102, LPC1112FHI33_102, LPC1112FHI33_202,LPC1112FHI33_203, LPC1112FHN24_102, LPC1112FHN33_103, LPC1112FHN33_203,LPC1112JHI33_203, LPC1112JHN33_103,

38、 LPC1112JHN33_203, LPC1113FBD48_303,LPC1113FHN33_203, LPC1113FHN33_303, LPC1113JBD48_303, LPC1113JHN33_203, LPC1113JHN33_303, LPC1114FBD48_302, LPC1114FBD48_303, LPC1114FBD48_323,LPC1114FBD48_333, LPC1114FDH28_102, LPC1114FHI33_302, LPC1114FHI33_303,LPC1114FHN33_202, LPC1114FHN33_203, LPC1114FHN33_3

39、02, LPC1114FHN33_303, LPC1114FHN33_333, LPC1114FN28_102, LPC1114JBD48_303, LPC1114JBD48_323,LPC1114JBD48_333, LPC1114JHI33_303, LPC1114JHN33_203, LPC1114JHN33_303,LPC1114JHN33_333, LPC1115FET48_303, LPC1115JBD48_303, LPC1115JET48_303LPC11C00o LPC11C12FBD48_301, LPC11C14FBD48_301, LPC11C22FBD48_301,

40、LPC11C24FBD48_301 LPC1200o LPC1224FBD48_101, LPC1224FBD48_121, LPC1224FBD64_101, LPC1224FBD64_121, LPC1225FBD48_301, LPC1225FBD64_301, LPC1226FBD48_301, LPC1226FBD64_301,LPC1227FBD48_301, LPC1227FBD64_301LPC1300o LPC1311FHN33, LPC1313FBD48, LPC1313FHN33, LPC1315FBD48, LPC1315FHN33, LPC1316FBD48, LPC

41、1316FHN33, LPC1317FBD48, LPC1317FBD64, LPC1317FHN33,LPC1342FBD48, LPC1342FHN33, LPC1343FBD48, LPC1343FHN33, LPC1345FBD48,LPC1345FHN33, LPC1346FBD48, LPC1346FHN33, LPC1347FBD48, LPC1347FBD64,LPC1347FHN33LPC17xxo LPC1751, LPC1752, LPC1754, LPC1756, LPC1758, LPC1759, LPC1763, LPC1764, LPC1765, LPC1766,

42、 LPC1767, LPC1768, LPC1769SpansionMB9BF16xo MB9B164KPMC, MB9BF164KQN, MB9BF164LPMC, MB9BF164LPMC1, MB9BF164LQN, MB9BF165KPMC, MB9BF165KQN, MB9BF165LPMC, MB9BF165LPMC1, MB9BF165LQN,MB9BF166KPMC, MB9BF166KQN, MB9BF166LPMC, MB9BF166LPMC1, MB9BF166LQN,MB9BF166MPMC, MB9BF166NBGL, MB9BF166NPMC, MB9BF166RB

43、GL, MB9BF166RPMC, MB9BF167MPMC, MB9BF167NBGL, MB9BF167NPMC, MB9BF167RBGL, MB9BF167RPMC, MB9BF168MPMC, MB9BF168NBGL, MB9BF168NPMC, MB9BF168RBGL, MB9BF168RPMCMB9BF36xo MB9BF364KPMC, MB9BF364KQN, MB9BF364LPMC, MB9BF364LPMC1, MB9BF364LQN, MB9BF365KPMC, MB9BF365KQN, MB9BF365LPMC, MB9BF365LPMC1, MB9BF365L

44、QN,MB9BF366KPMC, MB9BF366KQN, MB9BF366LPMC, MB9BF366LPMC1, MB9BF366LQN,MB9BF366MPMC, MB9BF366NBGL, MB9BF366NPMC, MB9BF366RBGL, MB9BF366RPMC,MB9BF367MPMC, MB9BF367NBGL, MB9BF367NPMC, MB9BF367RBGL, MB9BF367RPMC,MB9BF368MPMC, MB9BF368NBGL, MB9BF368NPMC, MB9BF368RBGL, MB9BF368RPMCMB9BF46xo MB9BF464KPMC,

45、 MB9BF464KQN, MB9BF464LPMC, MB9BF464LPMC1, MB9BF464LQN, MB9BF465KPMC, MB9BF465KQN, MB9BF465LPMC, MB9BF465LPMC1, MB9BF465LQN,MB9BF466KPMC, MB9BF466KQN, MB9BF466LPMC, MB9BF466LPMC1, MB9BF466LQN,MB9BF466MPMC, MB9BF466NBGL, MB9BF466NPMC, MB9BF466RBGL, MB9BF466RPMC,MB9BF467MPMC, MB9BF467NBGL, MB9BF467NPM

46、C, MB9BF467RBGL, MB9BF467RPMC,MB9BF468MPMC, MB9BF468NBGL, MB9BF468NPMC, MB9BF468RBGL, MB9BF468RPMCMB9BF56xo MB9BF564KPMC, MB9BF564KQN, MB9BF564LPMC, MB9BF564LPMC1, MB9BF564LQN, MB9BF565KPMC, MB9BF565KQN, MB9BF565LPMC, MB9BF565LPMC1, MB9BF565LQN,MB9BF566KPMC, MB9BF566KQN, MB9BF566LPMC, MB9BF566LPMC1,

47、 MB9BF566LQN,MB9BF566MPMC, MB9BF566NBGL, MB9BF566NPMC, MB9BF566RBGL, MB9BF566RPMC,MB9BF567MPMC, MB9BF567NBGL, MB9BF567NPMC, MB9BF567RBGL, MB9BF567RPMC,MB9BF568MPMC, MB9BF568NBGL, MB9BF568NPMC, MB9BF568RBGL, MB9BF568RPMCSTSTM32F030 Serieso STM32F030C6T6, STM32F030C6T6TR, STM32F030C8T6, STM32F030C8T6T

48、R, STM32F030F4P6, STM32F030F4P6TR, STM32F030K6T6, STM32F030K6T6TR, STM32F030R8T6,STM32F030R8T6TRSTM32F031 Serieso STM32F031C4T6, STM32F031C4T6TR, STM32F031C6T6, STM32F031C6T6TR, STM32F031C6T7, STM32F031F4P6, STM32F031F4P7, STM32F031F4U6, STM32F031F6P6, STM32F031F6P7, STM32F031F6P7TR, STM32F031G4U6,

49、STM32F031G4U6TR, STM32F031G4U7,STM32F031G4U7TR, STM32F031G6U6, STM32F031G6U6TR, STM32F031G6U7,STM32F031K4U6, STM32F031K6T6, STM32F031K6T7, STM32F031K6U6, STM32F031K6U7STM32F038 Serieso STM32F038C6T6, STM32F038C6T7, STM32F038F6P6, STM32F038G6U6, STM32F038K6U6STM32F042 Serieso STM32F042C4T6, STM32F042

50、C6T6, STM32F042C6U6, STM32F042C6U7, STM32F042F4P6, STM32F042F4P6TR, STM32F042F6P6, STM32F042F6P7, STM32F042G4U6, STM32F042G6U6, STM32F042K4U6, STM32F042K6T6, STM32F042K6T7, STM32F042K6U6, STM32F042K6U7, STM32F042T6Y6TRSTM32F048 Serieso STM32F048C6T6, STM32F048C6U6, STM32F048G6U6, STM32F048T6Y6TRSTM3

51、2F051 Serieso STM32F051C4T6, STM32F051C6T6, STM32F051C6T6TR, STM32F051C6T7, STM32F051C6U6, STM32F051C8T6, STM32F051C8T6TR, STM32F051C8T7, STM32F051C8T7TR, STM32F051C8U6, STM32F051C8U6TR, STM32F051C8U7, STM32F051K4T6, STM32F051K4T6TR,STM32F051K4U6, STM32F051K4U6TR, STM32F051K4U7, STM32F051K4U7TR,STM3

52、2F051K6T6, STM32F051K6T6TR, STM32F051K6T7, STM32F051K6T7TR, STM32F051K6U6, STM32F051K6U6TR, STM32F051K6U7, STM32F051K6U7TR, STM32F051K8T6,STM32F051R4T6, STM32F051R4T6TR, STM32F051R6T6, STM32F051R8T6, STM32F051R8T6TR, STM32F051R8T7STM32F058 Serieso STM32F058C8U6, STM32F058R8T6STM32F071 Serieso STM32F

53、071CBT6, STM32F071CBT6TR, STM32F071CBT7, STM32F071CBU6, STM32F071CBU6TR, STM32F071CBU7, STM32F071CBU7TR, STM32F071CBY6TR,STM32F071RBT6, STM32F071RBT7TR, STM32F071V8H6, STM32F071V8T6, STM32F071VBH6, STM32F071VBT6STM32F072 Serieso STM32F072C8T6, STM32F072C8T6TR, STM32F072C8U6, STM32F072C8U7, STM32F072

54、CBT6, STM32F072CBT6TR, STM32F072CBU6, STM32F072CBY6TR, STM32F072R8T6,STM32F072R8T6TR, STM32F072RBH6TR, STM32F072RBI6, STM32F072RBT6, STM32F072V8H6, STM32F072V8T6, STM32F072VBH6, STM32F072VBH6TR, STM32F072VBT6STM32F078 Serieso STM32F078CBT6, STM32F078CBU6, STM32F078CBY6TR, STM32F078RBT6, STM32F078VBH

55、6, STM32F078VBT6 SeriesSTM32F091 Serieso STM32F091CBT6, STM32F091CBU6, STM32F091CCT6, STM32F091CCU6, STM32F091RBT6, STM32F091RCH6, STM32F091RCT6, STM32F091RCT7, STM32F091RCY6TR, STM32F091VBT6, STM32F091VCH6, STM32F091VCT6STM32F098 Serieso STM32F098CCT6, STM32F098CCU6, STM32F098RCT6, STM32F098RCY6TR,

56、 STM32F098VCT6 STM32F100 Serieso STM32F100C4T6B, STM32F100C4T6BTR, STM32F100C4T7B, STM32F100C6T6B, STM32F100C6T6BTR, STM32F100C6T7B, STM32F100C8T6B, STM32F100C8T6BTR,STM32F100C8T7B, STM32F100CBT6B, STM32F100CBT6BTR, STM32F100CBT7B,STM32F100CBT7BTR, STM32F100R4H6B, STM32F100R4T6B, STM32F100R4T6BTR,ST

57、M32F100R6H6B, STM32F100R6T6B, STM32F100R6T6BTR, STM32F100R8H6B,STM32F100R8H7B, STM32F100R8T6B, STM32F100R8T6BTR, STM32F100R8T7B,STM32F100RBH6B, STM32F100RBH6BTR, STM32F100RBT6B, STM32F100RCT6B,STM32F100RDT6B, STM32F100RDT6BTR, STM32F100RET6B, STM32F100RET6BTR,STM32F100V8T6B, STM32F100V8T7B, STM32F10

58、0VBT6B, STM32F100VBT6BTR,STM32F100VBT7B, STM32F100VCT6, STM32F100VCT6B, STM32F100VCT6BTR,STM32F100VDT6, STM32F100VDT6B, STM32F100VDT6BTR, STM32F100VDT7B,STM32F100VET6, STM32F100VET6B, STM32F100VET6BTR, STM32F100VET7B,STM32F100ZCT6B, STM32F100ZDT6B, STM32F100ZET6B, STM32F100ZET6BTR,STM32F100ZET7BSTM32F101 Serieso STM32F101C6T6A, STM32F101C6T6ATR, STM32F101C8T6, STM32F101CBT6, STM32F101CBT6TR, STM32F101CBU6, STM32F101CBU6

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論