期刊文献+
共找到1,798篇文章
< 1 2 90 >
每页显示 20 50 100
COOPERATIVE DESIGN UNDER CONCURRENT ENGINEERING ENVIRONMENT 被引量:1
1
作者 应维云 周儒荣 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 1997年第1期98-103,共6页
This paper outlines a concurrent engineering environment that supports interaction between members of a geographically dispersed multidisciplinary team who is engaged in engineering design activities. Some ideas of en... This paper outlines a concurrent engineering environment that supports interaction between members of a geographically dispersed multidisciplinary team who is engaged in engineering design activities. Some ideas of engineering design, especially conceptual design are reviewed. A deeper scientific analysis of intelligent design is discussed. A new problem solving strategy and methodologies to implement cooperative design are proposed. Finally, a conceptual model of a blackboard system for accomplishing conceptual design automation is presented. Its fundamental principles, system organization and key implementation techniques are investigated in detail. 展开更多
关键词 CAD artificial intelligence cooperative design concurrent engineering conceptual design
下载PDF
Integrated Assembly Structure Design Within Concurrent Engineering
2
作者 常向青 宁汝新 +2 位作者 姚珺 张旭 唐承统 《Journal of Beijing Institute of Technology》 EI CAS 2001年第3期306-311,共6页
Taking a microwave product as an example, a system of integrated assembly structure design is presented. Getting design constraints from the upstream design section through product data management(PDM), the system gen... Taking a microwave product as an example, a system of integrated assembly structure design is presented. Getting design constraints from the upstream design section through product data management(PDM), the system generates the assembly scheme using the case? based method, then assigns the design requirements into each component of the assembly. The detail design for each component can be performed under these design constraints. In order to practise concurrent design, the system sends the final design result to the upstream section and downstream section through PDM to achieve information sharing and integration. 展开更多
关键词 concurrent engineering assembly structure design case-based reasoning design constraints
下载PDF
QUANTITATIVE APPROACH TO REAL TIME STARTUP TIME DETERMINATION OF DOWNSTREAM PHASES IN CONCURRENT ENGINEERING
3
作者 吕常魁 姜澄宇 王宁生 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2004年第3期206-212,共7页
Implementation of simultaneous execution phases in the concurrent engineering (CE) needs careful planning when the downstream phase could be activated as the upstream phase developed to a certain point. The determinat... Implementation of simultaneous execution phases in the concurrent engineering (CE) needs careful planning when the downstream phase could be activated as the upstream phase developed to a certain point. The determination of startup time of overlapping jobs in CE has long been a disturbance in manufacturing industry implementing CE programs. A novel model based on both fuzzy logic and neural network is proposed to mathematically formulate the inter-connective information between the two coupled phases in CE projects, and to determine the startup time of downstream phases in real time. The information transferring between the two coupled phases is quantified by using the negative Shannon entropy. Based on this algorithm, a PDM-based framework is proposed to narrow the gap between pro-duct design and manufacture, in which five modules are built to monitor, reshuffle and implement the simultaneous executing processes. Finally, an example is given to illustrate applications of the algorithm in the real world. 展开更多
关键词 concurrent engineering negative entropy multilayer principle decision-making matrix
下载PDF
Task Decomposition Technique's Deduction and Application of Product Developing Process in Concurrent Engineering 被引量:1
4
作者 朱全敏 Xiong Guangleng +1 位作者 Zhang Hong Gu Chenglin 《High Technology Letters》 EI CAS 2003年第1期77-81,共5页
Task decomposition is a kind of powerful technique increasingly being used within industry as a pathway for achieving product's developing success. In this paper, topology's concept in modern mathematics is us... Task decomposition is a kind of powerful technique increasingly being used within industry as a pathway for achieving product's developing success. In this paper, topology's concept in modern mathematics is used for task decomposition technique's deduction in product developing process. It puts fonvard the views of resolvability, measurability and connectivity of tasks and their practi-cal principles. Combined with an example of developing the typical mechanical product, it ex-plains the implementing method of task decomposition in Concurrent Engineering (CE). 展开更多
关键词 concurrent engineering product developing process task decomposition topological spaces
下载PDF
Coordination Model for the Concurrent Engineering Product Development Process 被引量:1
5
作者 熊光楞 常天庆 《High Technology Letters》 EI CAS 1998年第2期3-10,共8页
The coordination technique of Concurrent Engineering (CE) product development process is studied. This paper analyzes the coordination management objectives of CE product development process, presents a coordination m... The coordination technique of Concurrent Engineering (CE) product development process is studied. This paper analyzes the coordination management objectives of CE product development process, presents a coordination model, and describes the functions and compositions of the key components of this model. 展开更多
关键词 concurrent engineering COORDINATION
下载PDF
Fuzzy Approach to the Selection of Material Data in Concurrent Engineering Environment 被引量:1
6
作者 Adavi Balakrishna G. Ravi Chandra +1 位作者 Balakrishna Gogulamudi Chinta Someswararao 《Engineering(科研)》 2011年第9期921-927,共7页
The selection of proper materials for a structural component is critical in engineering design. Existing design procedures may currently be sufficient, especially where experience exists, but fierce industrial competi... The selection of proper materials for a structural component is critical in engineering design. Existing design procedures may currently be sufficient, especially where experience exists, but fierce industrial competition is spurring the search for improved methods and tools. The main drivers are quality, life-cycle cost, and time-to-market. Improved design efficiency and accuracy may have an enormous impact on the economic viability of the final product. The use of computer-aided systems can assist the designer in selecting the ap- propriate material these may potentially reduce product cost and time-to-market while assisting the concur- rent engineering activities, thereby resolving problems related to materials presented during the initial phase of design. This paper focuses on specific issues such as material selection at early design stage. In this paper material selection algorithm is developed using fuzzy logic technique for selection of proper material from database as per design engineers’ criteria. The information obtained from the selection algorithm is ex- changed through a properly secured web page through pure internet communication to different users in the enterprise so that it can create concurrent engineering environment throughout the product life cycle. 展开更多
关键词 MATERIAL Properties concurrent engineering FUZZY LOGIC and MATERIAL I.D. Web PAGES CPD
下载PDF
Static Analysis Techniques for Fixing Software Defects in MPI-Based Parallel Programs
7
作者 Norah Abdullah Al-Johany Sanaa Abdullah Sharaf +1 位作者 Fathy Elbouraey Eassa Reem Abdulaziz Alnanih 《Computers, Materials & Continua》 SCIE EI 2024年第5期3139-3173,共35页
The Message Passing Interface (MPI) is a widely accepted standard for parallel computing on distributed memorysystems.However, MPI implementations can contain defects that impact the reliability and performance of par... The Message Passing Interface (MPI) is a widely accepted standard for parallel computing on distributed memorysystems.However, MPI implementations can contain defects that impact the reliability and performance of parallelapplications. Detecting and correcting these defects is crucial, yet there is a lack of published models specificallydesigned for correctingMPI defects. To address this, we propose a model for detecting and correcting MPI defects(DC_MPI), which aims to detect and correct defects in various types of MPI communication, including blockingpoint-to-point (BPTP), nonblocking point-to-point (NBPTP), and collective communication (CC). The defectsaddressed by the DC_MPI model include illegal MPI calls, deadlocks (DL), race conditions (RC), and messagemismatches (MM). To assess the effectiveness of the DC_MPI model, we performed experiments on a datasetconsisting of 40 MPI codes. The results indicate that the model achieved a detection rate of 37 out of 40 codes,resulting in an overall detection accuracy of 92.5%. Additionally, the execution duration of the DC_MPI modelranged from 0.81 to 1.36 s. These findings show that the DC_MPI model is useful in detecting and correctingdefects in MPI implementations, thereby enhancing the reliability and performance of parallel applications. TheDC_MPImodel fills an important research gap and provides a valuable tool for improving the quality ofMPI-basedparallel computing systems. 展开更多
关键词 High-performance computing parallel computing software engineering software defect message passing interface DEADLOCK
下载PDF
An Internet-enabled Integration of Concurrent Engineering with Co-design
8
作者 WEN Quan~(1.2) HE Jianmin~1 1.Department of Management Engineering,Southeast University,Nanjing 210096,China 2.Department of Computer Engineering,The Second Northwest University for Minorities,Yinchuan 750021,China 《武汉理工大学学报》 CAS CSCD 北大核心 2006年第S2期468-473,共6页
In this paper,the Web-based integration methodology and framework have been developed to facilitate collabora- tive and concurrent engineering design in distributed manufacturing environments.The distributed concurren... In this paper,the Web-based integration methodology and framework have been developed to facilitate collabora- tive and concurrent engineering design in distributed manufacturing environments.The distributed concurrent engineering and co- design are discussed as key components in the mechanism.The related integration system is presented,which includes four function- al modules:co-design,Web-based visualization,manufacturing analysis and look-up service.It can be used for a design team geo- graphically distributed to organize a collaborative and concurrent engineering design effectively.In particular,the collaborative mechanism incorporated with Java-based and Internet-enabled technologies can generate extended strategies for design and planning. Thus,the proposed integration architecture enables the system to be generic,open and scalable.Finally,for the trend of global manufacturing,a case study of Internet-enabled collaborative optimization is introduced and a discussion on teamwork capability is made. 展开更多
关键词 MANUFACTURING INDUSTRY concurrent engineering CO-DESIGN Internet-enabled INTEGRATION distributed system
下载PDF
The most economic cavity quantity in injection mould CAD based on concurrent engineering
9
作者 轩景泉 郎利辉 +1 位作者 康达昌 朱宝泉 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2000年第1期30-34,共5页
Presents the conception of concurrent engineering employed for CAD/CAM of injection moulds by closely combining the management science with the manufacturing techniques with the cost of processing, material cost, etc ... Presents the conception of concurrent engineering employed for CAD/CAM of injection moulds by closely combining the management science with the manufacturing techniques with the cost of processing, material cost, etc taken into consideration from the conceptural design to delivery of products and concludes with the results of analyses that the cost of finished plastic parts is lower, the production efficiency is higher while energy is saved. 展开更多
关键词 INJECTION MOULD CAD concurrent engineering the MOST ECONOMIC CAVITY quantity
下载PDF
A CORBA-Based Integration Platform of Product Development Process Management for Concurrent Engineering
10
作者 Zhao Jin min, Liu Ji hong, Guan Qiang, Jin Guo dong CAD Center, Huazhong University of Science & Technology, Wuhan 430074, China 《Wuhan University Journal of Natural Sciences》 EI CAS 2001年第3期699-703,共5页
Product development process management plays an important role in concurrent engineering (CE). The integration platform is a useful tool for effectively supporting the software development and integration. Based on th... Product development process management plays an important role in concurrent engineering (CE). The integration platform is a useful tool for effectively supporting the software development and integration. Based on the analysis of practical requirements for product development process management for CE, a CORBA-based integration platform of product development process management (IP-PDPM) is designed and developed. The design principles for IP-PDPM are described. The system architecture and functions of the platform are given, the key technologies for the implementation of IP-PDPM are presented, the application integration mechanism and its implementation techniques are also detailed. 展开更多
关键词 Key words CORBA concurrent engineering integration platform product development process
下载PDF
The Development and Realization Mechaismof Concurrent Engineering
11
作者 宁汝新 张旭 《Journal of Beijing Institute of Technology》 EI CAS 1998年第1期67-72,共6页
Aim To study the development and realization mechanism of concurrent engineering(CE).Methods The realization mechanism based on multi-agent and micro-circulation were dis-cussed.Results The specialties of micro-circul... Aim To study the development and realization mechanism of concurrent engineering(CE).Methods The realization mechanism based on multi-agent and micro-circulation were dis-cussed.Results The specialties of micro-circulation are wholly adaptable to the circulationtheory and information exchange requirement in CE,which can explain the nature of CEsuccessfully.Conclusion The micro-circulation theory can be adopted as a new realizationmechanism of CE. 展开更多
关键词 concurrent engineering process reengineering MULTI-AGENT micro-circulation
下载PDF
e-LITE:A Concurrent Engineering Method Dedicated to E-learning Training Development for the Enhancement of Research Project Results
12
作者 AKIF J-Ch DANG T-N +1 位作者 DUCQ Y GAUTHIER P 《计算机教育》 2012年第10期12-17,共6页
Scientific research projects aim to produce new knowledge generally in domains of high specialization.Some of these projects have goals of improving the performance of companies.In this case,the issues of the capitali... Scientific research projects aim to produce new knowledge generally in domains of high specialization.Some of these projects have goals of improving the performance of companies.In this case,the issues of the capitalization and transfer of scientific knowledge and its rapid transformation into professional skills are directly addressed.However,there is no method to derive e-learning teaching material from project results.So,this paper presents the e-LITE Method and its application to the ISTA3 project to support the process of developing a e-learning training.This application has allowed us to highlight the contributions of the method that promotes better knowledge sharing between partners of a research project and the development and transfer of research results to the professional world.So,after the presentation of the method,an application to the ISTA3 project will be presented. 展开更多
关键词 concurrent engineering methodology Vocational training system E-LEARNING INTEROPERABILITY professional skill
下载PDF
An Overview of Concurrent Engineering Research and Its Industrial Implementation in Chinese Enterprises
13
作者 张和明 Xiong Guangleng 《High Technology Letters》 EI CAS 2001年第1期42-46,共5页
Concurrent Engineering (CE) is an effective way for enterprises to reengineer the product development processes and to improve the product development abilities. In this paper, the existing status of product developme... Concurrent Engineering (CE) is an effective way for enterprises to reengineer the product development processes and to improve the product development abilities. In this paper, the existing status of product development in Chinese manufacturing industry is analyzed, and the requirements of manufacturing technology for them are investigated. An overview of our CE R&D work is introduced, including product modeling, DFA, DFM, QFD, PDM, and other enabling technologies. A case study of the CE pilot project is discussed. The industrial implementation and application in Chinese enterprises are summarized. 展开更多
关键词 concurrent engineering Integrated Product Development CE Implementation & Application
下载PDF
A Statistical Comparison of the Implementation of Concurrent Engineering in Jordanian Industry
14
作者 Mohammad D. Al-Tahat Ala’a M. Al-Habashneh Issam S. Jalham 《Open Journal of Statistics》 2019年第3期361-372,共12页
In this paper, a statistical comparative investigation of the implementation of Concurrent Engineering (CE) in Jordanian Industry is introduced, practices of CE are reviewed, then mapped into six statistical latent. A... In this paper, a statistical comparative investigation of the implementation of Concurrent Engineering (CE) in Jordanian Industry is introduced, practices of CE are reviewed, then mapped into six statistical latent. A Structural Equation Model (SEM) is developed for the implementation of CE, then the model is applied to the following Jordanian industrial sectors: chemical and cosmetics industries, engineering and electrical industries and information technology, wood and furniture industries, and construction industry. The implementation level for the six CE practices among the selected sectors is investigated;a statistical comparative analysis between the considered industrial sectors is conducted. Thereafter, a system dynamics model is developed to understand the true CE trade-offs, which is used as a validity measure to insure that the proposed statistical model and hypotheses are valid. 展开更多
关键词 concurrent engineering Structural EQUATION Model SEM System Dynamics JORDAN SOCIAL STATISTICS
下载PDF
Product Development Process Simulation for Concurrent Engineering
15
作者 吴祚宝 《High Technology Letters》 EI CAS 1996年第1期1-4,共4页
The simulation of a product development process for concurrent engineering has beenmotivated by the desire to increase productivity by improving the product development pro-cess.In this paper,the IDEF3 process descrip... The simulation of a product development process for concurrent engineering has beenmotivated by the desire to increase productivity by improving the product development pro-cess.In this paper,the IDEF3 process description capture method is discussed.On the basisof IDEF3 method,a simulation system of the product development process for concurrent en-gineering is developed.The architecture of the simulation system is proposed.The simula-tion model is built using object-oriented approach.It employs an event scheduling approachto emulate the product development process.The simulation mechanism based on messagepassing:is also presented. 展开更多
关键词 concurrent engineering SIMULATION Object-oriented approach
下载PDF
Concurrent Engineering oriented Integrated Product Model Based on STEP
16
作者 Song, Yuying Chu, Xiuping Cai, Fuzhi 《High Technology Letters》 EI CAS 1998年第2期11-16,共6页
In this paper, the generalized feature concept is put forward according to concurrent engineering. An integrated product model is established based on the generalized feature according to STEP in order to provide enri... In this paper, the generalized feature concept is put forward according to concurrent engineering. An integrated product model is established based on the generalized feature according to STEP in order to provide enrichment information for product concurrent development process. The integration of the information and function of CAD/CAPP can be realized based on the integrated product model that supports concurrent engineering. IPM has been used successfully in product concurrent development. 展开更多
关键词 concurrent engineering Generalized feature Integrated product model STEP
下载PDF
A Reference Framework for Concurrent Engineering
17
作者 唐敦兵 Zheng +4 位作者 Li Li Zhizhong Liu Dacheng 《High Technology Letters》 EI CAS 2001年第1期47-50,共4页
Considering the diversity of methods and tools offered to concurrent engineering, the aspects playing important roles in the concurrent engineering context have been pinpointed as being four core elements which are Ac... Considering the diversity of methods and tools offered to concurrent engineering, the aspects playing important roles in the concurrent engineering context have been pinpointed as being four core elements which are Activity, Method, Object and Information. Based on these four elements, a reference framework called AMOI is proposed to be the guideline for the systematic concurrent product design. Using the AMOI reference framework, concurrent product development system can be structured into four function models (including the activity model, method model, object model and information model) which are interconnected with each other. 展开更多
关键词 concurrent engineering concurrent product design Reference framework
下载PDF
An Optimized Constraint Decomposition Method in Concurrent Engineering
18
作者 常天庆 Xu Wensheng +1 位作者 Xiong Guangleng Xing Siming 《High Technology Letters》 EI CAS 2003年第2期72-77,共6页
In order to facilitate solution, a complex problem is normally decomposed into many small sub-problems during product development process. Teams are formed to resolve each sub-problem. The original problem is resolved... In order to facilitate solution, a complex problem is normally decomposed into many small sub-problems during product development process. Teams are formed to resolve each sub-problem. The original problem is resolved from solutions of sub-problems. Ideally, sub-problems are not only mutually independent but also inherent parameters of original problem. Solution of original problem can be directly derived from the collection of solutions from simplified sub-problems. In practice, the degree of interdependency is indeed reduced, sub-problems are neither totally independent nor all inherent parameters of original problem. This paper discusses team coordination under this condition and design solution from each team, which not only satisfies total requirements but also is an optimal one. The suggested optimized constraint decomposition method will insure workable Pareto solution. 展开更多
关键词 Constraint Satisfaction Problems constraint decomposition concurrent engineering constraint management
下载PDF
Application of Management Information System Planning in Concurrent Engineering for Wooden Furniture Industry
19
作者 Sakkarin Choodoung Uttapol Smutkupt 《Chinese Business Review》 2013年第2期124-130,共7页
This research is a development in management information system (MIS) planning based on operation analysis and development according to concurrent engineering approach and reestablishment of database management. Acc... This research is a development in management information system (MIS) planning based on operation analysis and development according to concurrent engineering approach and reestablishment of database management. According to our case study industry, such industry currently used traditional network systems such as LAN, and "Bus Network" Network Topology. Client/Server distributed computing has a problem with database management in data redundancy, data inconsistency, and data independency. For Network Topology, Bus Network has problem with multitasking since the network are able to handle only a set of data at a time so the traffic problem will occur when multiple users request for the service. Thus, such condition is inconsistent with concurrent engineering which must be able to access the data simultaneously. As a consequence, this study develops a network system, network system of working system, using LAN and "Star Network" network topology. The file server processing distributed is an application while database is stored in host computer or file server but the data will be processed in users' computer. When the user needs to access the data, file server will send it to the user and the user can further analysis or manage such data in the user computer, so called "Hierarchical Database Model". Hierarchical database structure is easily developed like general organization command structure with different level of responsibility. In details, the data level in the database is divided into three levels including DBI, DB2, and DB3, so development of simultaneously systemic flow and access of various critical data is performed in parallel. Furthermore, this is consistent with access of all three data levels including: Level 1 is overall dataflow of both inside and outside the organization; Level 2 is dataflow of each division in the organization; and Level 3 is dataflow of subunit in each division in the organization. After systemize flow and access of data with concurrent engineering as mentioned, it provided optimal efficiency in the whole production system management reducing loss in the whole system of the organization 展开更多
关键词 management information system concurrent engineering wooden furniture
下载PDF
PRODUCT MODELING AND PROCESS PLANNING WITHIN CONCURRENT ENGINEERING ENVIRONMENT
20
作者 Tang Renzhong(Zhejiang University) 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 1996年第4期265-270,共2页
A prodouct modeling and a process planning that are two essential basses of realizing concurrent engineering are investigated , a logical modeling technique , grammar representation scheme of technology knowledge and... A prodouct modeling and a process planning that are two essential basses of realizing concurrent engineering are investigated , a logical modeling technique , grammar representation scheme of technology knowledge and architecture of expert system for process planning within con- current engineering environment are proposed. They have been utilized in a real reaserch project. 展开更多
关键词 concurrent engineering Logical modeling Process planning Representation of technology knowledge
全文增补中
上一页 1 2 90 下一页 到第
使用帮助 返回顶部