外文翻译.doc

【机械类毕业论文中英文对照文献翻译】弹簧设计的CAD集成数据管理系统

收藏

压缩包内文档预览:
预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图 预览图
编号:77690239    类型:共享资源    大小:2.65MB    格式:RAR    上传时间:2020-05-07 上传人:柒哥 IP属地:湖南
6
积分
关 键 词:
机械类毕业论文中英文对照文献翻译 机械类 毕业论文 中英文 对照 文献 翻译 弹簧 设计 CAD 集成 数据管理 系统
资源描述:
【机械类毕业论文中英文对照文献翻译】弹簧设计的CAD集成数据管理系统,机械类毕业论文中英文对照文献翻译,机械类,毕业论文,中英文,对照,文献,翻译,弹簧,设计,CAD,集成,数据管理,系统
内容简介:
Pergamon Robotics & Computer-Integrated Mcmufacturing, VoL 12, No. 3, pp. 271-281, 1996 Copyright 1996 Elsevier Science Ltd Printed in Great Britain. All rights reserved 0736-5845/96 $15.00+0.00 PH:S0736-5845(96)00011-7 Paper CAD-INTEGRATED ENGINEERINGDATA-MANAGEMENT SYSTEM FOR SPRING DESIGN TING-KUO PENG and AMY J. C. TRAPPEY Department of Industrial Engineering, National Tsing Hua University, Hsinchu, Taiwan In an iterative design process, a large mount of engineering data needs to be processed. Owing to the fimitations of traditional software, the engineering data cannot be handled simultaneously and are usually divided into geometric and non-geomctric data in order to be managed by separate systems. In the spring industry, which requires repeated definition of complicated shapes, design engineers need special interfaces for efficient product design and drafting. In this paper, the CAD-integrated engineering-data-management system is developed and implemented for spring design, in order to simplify the drafting and data-management processes. This research focuses on three main issues that can be also applied to other applications, particularly for component designs. These issues include: (1) product model definition, (2) CAD-databuse communication, and (3) human-machine interface development. With the definition of product model, the system identifies which data should be accessed from data files to generate the proper drawings, and which database structure should be constructed for the application domain. By the use of CAD-database communication, when engineers modify the geometric or non-geometric parameters of a product design, these parametric values can be simultaneously updated in the database. Furthermore, the support of human- machine interface enhances the efficiency in routine manipulation of support engineering data management and design/redesign processes. Copyright 1996 Elsevier Science Ltd. Keywords-CAD; engineering data management; product data management; spring design; relational database 1. INTRODUCTION In the last decade, several research papers have reported the development in engineering design databases. 1,4-8 In general, most of the engineering processes are series and can be summarized as an iterative system with three essential phases: con- ceptual design, engineering design/analysis and detailed design. 13 Within each phase, there are many activities to be performed. A designer should complete all necessary activities and coordinate them to achieve the objectives in the stage. After completing an intermediate phase, the designer then moves on to the next phase. In general, a designer iteratively performs revisions in phases to satisfy the design objectives. In an iterative design process, engineers may use a variety of software to complete a complicated design job. In the process, many engineering data need to be managed properly. However, owing to the lack of an integrated environment, these data are kept in different formats in separate systems. For example, designers generate a large amount of data in the design and analysis phase. There is descriptive information to identify the functional specification, and values of graphical parameters to create the engineering drawing. On the other hand, most of the traditional CAD packages only provide the drawing file format or standard data exchange file formats 271 (e.g. DXF, IGES or STEP). 5 Owing to the complex- ity of these CAD file formats, it is difficult for engineers to modify the design drawing through modification of CAD files even in routine design/ redesign activities. In more specific domains, en- gineers can generally identify the graphical or descriptive parameters that are important to the routine design. The important data that cannot be kept on the engineering drawing are normally stored in a traditional table-based database. In the spring industry, the design processes of spring products involve standard and routine activities that are well known and widely accepted. 21 In most cases, designers only modify the same data of an existing product to define a new product. A key issue to managing the engineering data is to define the feature-based product model. The system uses the product model to identify which parameters can be modified to generate a new product and which engineering data need to be edited and stored. As indicated above, if engineers only keep engineering data in a CAD file format, the management of engineering data is very inefficient. The engineering data can be stored in a traditional relational database, text files, worksheets, etc. Because of the software limitations, CAD software will find it difficult to access these data directly. Thus, the engineering data and drawings are handled sepa- 272 rately. When the revision of a design occurs in a separate CAD system, the related data cannot be simultaneously modified in the engineering database. The integration of data and drawing becomes an important issue for managing data efficiently. Furthermore, a CAD system is a software system designed primarily to create, manipulate and store product engineering drawing. It generally provides well-defined lower-level drawing commands. For a spring manufacturer who does frequent minor redesigns, it may be a good idea to support a well- designed human-computer interface in order to save the efforts spent in driving a regular CAD package. Therefore, how to design a human-computer inter- face for managing the engineering data and drawing is another important issue. Among all commercial CAD systems widely used in PCs, AutoCAD is chosen as the example system for the CAD-integrated engineering-data-manage- ment system (EDMS) development. AutoCAD has several-properties that can assist us in developing the CAD-integrated EDMS. First, AutoCAD is a widely used PC-level system in the component manufactur- ing industry, and it provides enough flexibility in drawing-generation. Second, AutoCAD provides the application development module, called AutoCAD development system (ADS) for programming devel- opment. The syntax of ADS is compatible with the C language in order to keep the portability. In addition, there is an AutoCAD tool, called dialog control language (DCL), which assists users in developing human-computer interfaces in CAD-integrated EDMS. The interfaces defined by DCL can function according to the ADS command specification. Finally, AutoCAD provides the database interface module, AutoCAD SQL extension (ASE), to enable AutoCAD to access data tables from a relational database management system (DBMS). This paper is organized into several sections. First, the method of constructing the CAD-integrated EDMS for spring design is described. The basic components in the CAD-integrated EDMS are also identified in this section. Second, the product model for spring design is described. Using the relational database system, the database structure for storing the engineering data is also established. Third, we introduce the communication components to achieve the data share between databases and CAD tools. Finally, the design of a user-system interface for the CAD-integrated EDMS is discussed. Using the AutoCAD ADS module, a user-friendly interface can be designed in order to achieve interactive engineering data manipulation. Examples of the software system run are shown in order to illustrate the techniques at work. 2. ENGINEERING-DATA-MANAGEMENT SYSTEM In a design environment, there are many formats (types) of data being accessed or assigned during the Robotics & Computer-Integrated Manufacturing Q Volume 12, Number 3, 1996 entire design process. Furthermore, the engineering drawing generated by CAD tools should be linked with the related data to achieve simultaneous data manipulation. To support adequately communica- tion with CAD tools and all the different types of files and databases that are necessary in design and manufacturing, a CAD-integrated EDMS architec- ture is vital to support the data communication and integration between the CAD tool and different types of data in a DBMS. Sheth and Larson 2 have discussed two primary heterogeneous database architectures to handle the data accesses between different databases. One architecture, as shown in Fig. 1, depends on users to know how to access all or any of the databases involved. However, owing to the complexity of engineering design tasks, it is difficult for users to locate data efficiently from proper databases. The other primary architecture for heterogeneous sys- tems, as shown in Fig. 2, gives an interpreter to define how the schema of the different databases are interrelated, and gives the appearance of having one large database combined with all the different types of data storage. Those systems based on this architecture are more appropriate for the less- experienced users to access data efficiently from different databases. Thus, a higher-level user-system interface is required to assist users in manipulating the data accurately and efficiently. In this paper, the second heterogeneous database architecture is applied to establish the CAD- integrated EDMS for spring design. In the archi- tecture, a communication/transfer interface is de- signed for data-sharing between the EDMS and the data sources, such as network and local databases, text files, worksheet and CAD tools. A user-friendly user-system interface is designed to assist users in handling the data manipulation, The standard product drawing modules are constructed by CAD tools, the graphical and non-graphical data necessary to define a product can be stored in other databases or data files. When users request a design drawing output via the user-system interface, the EDMS will simultaneously access data from the relevant data files and generate the engineering drawing. The architecture of this CAD-integrated EDMS is 1 Heterogeneous Database System / I l User Fig. 1. Heterogeneous database architecture without an interpreter. I I CAD-integrated engineering-data-management system T.-K. PENG and A. J. C. TRAPPEY I Interpreter Heterogeneous Database System I User Pig. 2. Heterogeneous database architecture with an interpreter. shown in Fig. 3. In the following sections we discuss in detail the product model, the linkage between database and CAD tools, and the user-system interfaces. 273 represent the geometric and topological entities of a part. Thus, the collection of part data can be propagated into complete product data through the linkage of these data) s Springs are used extensively as functional parts for consumer or industrial products. Thus, the product model provided in this paper is developed for the design, drafting and data-management of single- component products. Due to the lack of multi- component product structure, it cannot be general- ized for the assembly products. However, in a general product design environment, designers in the main company and its component suppliers typically use a wide variety of CAD/CAM tools to design/manu- facture components of a product. The system provided in this paper can be regarded as a member of the concurrent engineering (CE) environ- ment. By using STEP (or the similar standard exchange of product data) concept, 9 an EDMS for assembly products can access the component data 3. PRODUCT MODEL FOR SPRING DESIGN To generate a well-defined product model is perhaps the most important issue in developing the CAD- integrated EDMS. In general, there are three levels of data that are essential to an EDMS database. One is to record the product configuration and engineering data such as the bill-of-materials (BOM) structure and the production data. The middle level is to define the product specification and description. The lowest level is to define the most fundamental data used to (geometric/non-geometric) from this system and vice versa. The CE effort is not elaborated in this paper; however, it is definitely a main focus of future research. Based on individual product shapes, the spring product can be regarded as a combination of several feature shapes. As illustrated in Fig. 4, the product is an example of a spring product. There are two main feature elements combined to form the spring, which are main core and extended elements. As shown in D,t .,. 0ment Sy 0m 1 Communication Component Data Exchange iemporary Stoag_o User-System Interface Product Definition Product ID Product Description Product Feature Design Validation Database Management Support Retrieve Query Modification Backup/Rc_.overy J I CAD-Tool Product Drawing Model CAD-Tool Product Drawing Model CAD-Tool Product Drawing Model Engineering Drawing Pig. 3. The architecture of the EDMS. 274 Robotics & Corn uter-Integrated Manufacturing Volume 12, Number 3, 1996 Main Core Fig. 4. A sample of a spring product. Fig. 5, the diameter of the main core may be a variable or a constant; the offset (space) may exist or not exist between each circle; and the direction of the core may be clockwise or counter-clockwise. For the extended elements, there are many different styles for the functional needs. Thus, the spring products can be divided into several specific product categories based on these features. Since there is a variety of extended elements, the feature of the main core is used as the basis to classify the spring products into four specific product categories. Then, the springs are further classified into several sub-groups for each category. In the same sub-group, there are some product types based on a variety of extended element styles. After classification, the parameters necessary to generate the product drawing for each product type are identified. In addition to the graphical product data, the product descriptive data should be linked with the information of product geometric representation, such as the materials used in manufacturing, the vendor information, manufacturing processes, and some other functional specifications. Given the product model, the types of data to be accessed from data files and the suitable database structure for storing engineering data are determined for the system implementation. Because relational databases have gained wide acceptance in industry, 14 both product description and product geometric feature parameter values are stored in a relational database system. For the feature-based data, table formats are created to define features and their associating parameters in order to be applied in the geometric specification. Both types of data tables are properly linked to each other and to the lower-level CAD data files. In this paper, FoxPro DBMS is used to construct the database for storing engineering data. Based on the product model for spring design, the database structure is defined as shown in Fig. 6. In the database, the first field is to store the identification (ID) for every spring product. Then, the following several fields are defined to store the parameter values of the features. The number of fields depends on the complexity of the product shape. For springs within a product type, the number of fields is fixed. In addition, we provide fields to store the descriptive data, such as the materials used (Material), the vendor information (Vendor), manufacturing meth- ods/processes (Mfg_pro), and some functional specification (e.g. Stress). By use of the communica- tion components, feature-based data can be properly linked to the standard product drawing modules that are constructed by the CAD tool. Further, the product drawing module can generate the engineer- ing drawing according to the specified data. 4. CAD AND PRODUCT DATABASE COMMUNICATION The CAD-integrated EDMS combines the CAD tools and management system. The linkage of CAD tools and database can be achieved through establishing the communication component. The communication component in the CAD-integrated EDMS is responsible for (1) accepting requests from the system users for data manipulation, (2) transfer- ring data back and forth between database and CAD tools, and (3) returning the results of CAD operations to the database. In this paper, AutoCAD is the CAD tool in EDMS. As described in the previous section, descriptive data are main components of product s/i., L Closed without offset J L I Clockwise Countetoclockwise Clockwise I Stylel Style2 . Style n Spring product i I Constant -I Non-closed with offset I Counter-clockwise Ordinary spring ? I Variable The d/ameter ofmaln core is a constant or a variable? The offset between each circle is zero or positive (e.g., Fig. 4)? The direction of core, in topview, is clocl.4se or counter-cloclcse from top to bottom? The styles of Ictended elements Fig. 5. The classitication of spring products. CAD-integrated engineering-data-management system T.-K. PENG and A. J. C. TRAPPEY Field Type Width Decimal ProductlD Character 10 ProductlD Parl Numeric 8 2 Par2 Numeric 8 2 Par3 Numeric 8 2 Par. Numeric 8 2 Product feature-based data (parameter) Material Character 10 Mfg_Pro Character 10 Vendor Character 10 Stress Character 10 Product 3). descriptive data Fig. 6. The database structure for spring design. 275 design. It is not easy to handle the non-geometric data by using earlier versions of AutoCAD software. Recently, ASE has been supported as a programming library for directly accessing external databases. Thus, we can utilize the library to establish the communication component between AutoCAD and external database, z3 Since the relational database management systems are chosen to establish the EDMS databases, it accepts the SQL statement for database manipula- tion. Through the use of ASE, the communication component of CAD-integrated EDMS can be established and gain the following benefits: supporting the interface to link with general DBMS without developmg an extra driver to handle a specific DBMS; supporting SQL interpretation without writing DBMS-specific codes; enabling the use of non-graphic data in design and drafting tasks. The communication component consists of two levels. As shown in Fig. 7, the first level is a database driver, which supports the linkage between MMS and our communication application. The second level is the driver-independent communication application, which handles communications between the application program and the database driver. The driver performs syntax checking and execution of all the SQL statements in accessing or editing database. The communication application accepts or sends data to the database. If necessary (particularly when data are transferred through the network), a temporary storage on the CAD tool is created to Communication Application IIII SQL data support Database access (Network) Database Server ADS/ASE Application II t Interpreter Database Driver Database access _ I Database files Fig. 7. The architecture of the communication component. 276 mauiplate the transferred data efficiently without causing too much network traffic. 5. USER-SYSTEM INTERFACE The CAD-integrated EDMS has been developed to assist the CAD users in accessing data stored in a DBMS to accomplish their routine tasks (such as design or drafting). If the system provides interfaces for the human-computer interaction with buttons, menus or input dialog boxes, users can efficiently apply both CAD and DBMS functions to their full capacities. 10,12,16,19 There are five primary methods for human- computer interaction: 11719 Menu selection - in which the user picks up the one most appropriate item from a list of selectable items, then the system applies the built-in subroutine to achieve the selection and return the results of the selection. This method is generally the simplest way for less-experienced users to operate the system without memorizing the commands. Command language - in which users who under- stand the associated syntax well can initiate complex procedures rapidly. Whether the level of command language is lower or higher, the error rate may be high and user training is necessary. Forms - in which data entry is required to fill in blanks. After the users input data to the blank data fields, the system accepts the data and stores it in the template space. This method is particularly useful for handling the DBMS entry. By the use of forms, users can understand which data are to be entered, edited or deleted without having to memorize the DBMS-specific commands. Natural language in which users are allowed to input ordinary conversational dialog and the Robotics & Computer-Integrated Manufacamng Volume 12, Number 3, 1996 system is able to understand it. It is not easy to implement this method because of the complexity of natural language. Direct manipulation - in which the user can use graphical representations that look like those available in the real world. For instance, the use of a graphical icon is one form of direct manipulation. Based on the classification of spring products, the system applies the menu selection approach to construct a sequence of dialog interfaces. With the limited number of buttons, a user can quickly select the right product type. In addition, there is a DBMS- accessing interface for each product type. The DBMS-accessing interface is a form-type panel format. As shown in Fig. 8, there are several input boxes for data entry. Users only input data into the corresponding input boxes without having to learn the database structure and locations. In this inter- face, by the use of function keys, the EDMS will respond to a users request, such as data viewing, deleting, inserting and changing. The product IDs are shown in the left-hand-side list box which is also constructed based on the menu selection approach. When the user picks an ID, a sketch of the selected object is shown in the demo drawing frame, and the specific engineering data (geometric representation and product description), retrieved from the data- base, are also displayed on the input boxes (shown in Fig. 8). These data can be directlyaltered for redesign on the input boxes. The corresponding DBMS updates are simultaneously executed without additional effort from the spring designer. The user confirmation of design specification Coy clicking the OK button) will generate the corresponding engineering drawing on display. Product NO. 1 Product NO. 2 Product NO. 3 Product Demo Drawing Product Description Data i ii II . It li Csomi.c ltion Data i i i i i I C- )( , )C )C, )C )C ) Command Buttons Fig. 8. The DBMS-accsing interface for the CAD-integratl EDMS. - Input Boxes CAD-integrated engineering-data-management system T.-K. PENG and A. J. C. TRAPPEY 277 m J I II qle C.CADMNDSCAD.E loaded. 2ommend: spdng Fig. 9. The first classification dialog interface. 6. EXAMPLE This section provides an illustration to show how the CAD-integrated EDMS operates. Spring products are classified into several sub-groups based on their main shape features. Further, there are several product types in each sub-group. For each product type, there is a standard drawing module for generating engineering drawings based on values of predefined feature parameters. Engineers can pick up a suitable product type from a sequence of dialog interfaces as shown in Figs 9-11. After an engineer confirms a product-type selection, the system will display the DBMS-accessing interface corresponding to the selected product type. For example, select C CC 001 type after clicking Spring C category in the first dialog interface, CC sub-group in the second dialog interface and finally C CC 001 in the third dialog interface (Figs 9-11). The DBMS IJ o -S NG emil . x . i I I . I - I . lll . I -ire .ANSC.E loaded. 3ommemd: spring Fig. 10. The sub-groups in the C-type category. 278 Robotics & Computer-Integrated Manufacturing Volume 12, Number 3, 1996 I,J , c cc_002 c_cc 003 J U 3ommand: spring locodwin/ad s/syste rn/cccO 01 _o Fig. 11. The product types in the CC sub-group of the C-type category. accessing interface of C CC 001 product type is displayed as in Fig. 12. In Fig. 12, there are several spring items in this specific spring type. Whether they have the same shape with different descriptive data or they have the same feature structure with different parametric values, their engineering drawings can be generated by the same drawing modules. In the DBMS- accessing interface (Fig. 12), a designer can pick up a spring item from the left-hand-side list box. Then, the corresponding data will be directly retrieved from the database and displayed on the input box panels. The feature parameters are shown in the fight-hand panel in Fig. 12. In this C CC 001-type example, there are a total of eight parameters (A-H) assigned to represent a spedfic spring. These parameters include the diameter of the cable/core (A), the diameter of the end-loops (B), the diameter of the center loop (C), the distances between the centers of the loops (D and E) and the angle specifications (F, G and H) as illustrated in the middle panel of Fig. 12 for easy user-understanding. Further, the descriptive C2 C3 C4 C5 C6 - Parameter : Total Roll: Effect Roll: Im- PI: I I P2: I I Parameter : A : 1.0000 B : 3.0000 C : 8.0000 O : 4.0000 E : 5.0000 F : 10.000 G : 60.000 H : 80.000 J Command Group: !ii iii! Fig. 12. The DBMS-accessing interface for the C CC 001-type spring product. CAD-integrated engineering-data-management system T.-K. PENG and A. J. C. TRAPPEY 279 C2 C3 C4 C5 Parameter : F B E -TA Total Roll: Effect Roll: 131: -Perameter : A: I 1.0000 B : 1 3.0000 c : 80000 O : 4.0000 E : I 5.0000 F : 10.000 l.i : I OU.UUU H: I so ooo J Fig. 13. The DBMS-accessing interface display after deleting product C6. data are shown in the lower panel. At the bottom of the interface window, there are several command buttons supporting database manipulation, such as insert, delete, edit, query and print. For instance, if a designer wants to delete a product data record, he can pick up the record ID (e.g. C6) and then click the delete button. The system will show a confirmation box asking the user to confirm the action (Yes or No). After the user replies Yes, the selected product data record will disappear in the dialog panel (as shown in Fig. 13, where C6 is deleted). However, in the database file, the deleted record is only marked by a black block in front of the deleted row to represent the deletion (as shown in Fig. 14). If a user accidentally executes a deletion or simply wants to recover the records after deletion, he can immediately call the database supervisor to remove the deleted marks. Thus, the deleted data will be recovered as a fail-safe approach. After the user confirms the selection or editing of a data specification, and clicks the OK button, the system will execute the corresponding drawing module and generate the engineering drawing (as shown in Fig. 15). Fig. 14. The database table after deleting the record of product C6. 280 Robotics & Computer-Integrated Manufacturing Volume 12, Number 3, 1996 :lesa Point ,?.ommund: Fig. 15. Engineering drawing for a C-type spring. The current CAD-integrated EDMS for spring design can support nearly 70 types of common spring design. The spring classification and the drawing modules are defined primarily based upon recom- mendation made by the Taiwan Spring Industry Association. The system has been developed to assist routine spring design, drafting and engineering-data management with great efficiency. 7. CONCLUSION This paper presents an architecture of a CAD- integrated EDMS which enables heterogeneous databases to be accessed simultaneously during the design activities in a CAD environment. In addition, the CAD-integrated EDMS concept is implemented to support the spring design. The feature-based spring product data model is established according to the characteristics of spring design. The system also consists of the communication components to transfer data between table-based databases and CAD tools. In a competitive industry, particularly when its product design requires special drafting techniques (spirals, curls, off-set lining, etc.), a CAD-integrated EDMS has invaluable importance. The efficient management of engineering data and their linkages to the CAD tools for quick drafting are the main advantages of the system. The CAD-integrated EDMS can assist users to save the cost and time spent in product redesigning and engineering draft- ing. Further, the skills required in operating the system are much less in comparison with those required in manual drawing and database manage- ment. REFERENCES 1. Afsarmanesh, H., Mcleod, D., Knapp, D., Parker, A.: An extensible objeodented approach to databases for VLSI/CAD. In Proceedings of the Very Large Databases Conference, Stockholm. 1985, pp. 13-24. 2. Autodesk Inc.: AutoCAD Development System Pro- grammers Reference Manual. Publication 100192-01, Autodesk Inc., 1992. 3. Autodesk Inc.: AutoCAD SQL Extension Reference Manual. Publication 101175-01, Autodesk Inc., 1992. 4. B
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
提示  人人文库网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
关于本文
本文标题:【机械类毕业论文中英文对照文献翻译】弹簧设计的CAD集成数据管理系统
链接地址:https://www.renrendoc.com/p-77690239.html

官方联系方式

2:不支持迅雷下载,请使用浏览器下载   
3:不支持QQ浏览器下载,请用其他浏览器   
4:下载后的文档和图纸-无水印   
5:文档经过压缩,下载后原文更清晰   
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

网站客服QQ:2881952447     

copyright@ 2020-2025  renrendoc.com 人人文库版权所有   联系电话:400-852-1180

备案号:蜀ICP备2022000484号-2       经营许可证: 川B2-20220663       公网安备川公网安备: 51019002004831号

本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知人人文库网,我们立即给予删除!