期刊文献+
共找到11篇文章
< 1 >
每页显示 20 50 100
Effectiveness of a Structured Orientation Program for Medical Interns in Increasing the Awareness of Informed Consent
1
作者 K Suprasanna R Anand +1 位作者 Sheetal Harakuni S R Ravikiran 《Journal of Forensic Science and Medicine》 2023年第3期264-270,共7页
Background:Informed consent has medicolegal implications and is imperative in presentday medical practice.Aims and Objectives:The objectives of this study were to estimate the awareness regarding informed consent in i... Background:Informed consent has medicolegal implications and is imperative in presentday medical practice.Aims and Objectives:The objectives of this study were to estimate the awareness regarding informed consent in interns and to determine the effectiveness of sessions in interns’orientation programs about informed consent.Materials and Methods:Pretest-Posttest study was conducted with a validated questionnaire distributed through Google Forms to interns attending the orientation program at our institute.Responses were recorded on the Likert scale(−2 to+2).Paired t-test was used to compare the mean pretest and posttest scores.The number of interns with a positive score(+1,+2)for every question in pretest and posttest were also compared.Results:One hundred and seventyone out of 232 interns who attended the program submitted both pretest and posttest responses.In the pretest,12 interns scored<50%and 46 interns scored more than 75%.A significant increase in posttest responses was seen in the mean score(P<0.001)and questions related to consent in research,radiological investigations,regarding the need for consent in the additional nonlifesaving procedure.There was an increase in the number of interns having a positive score(+1,+2)for all the questions in posttest as compared to pretest,but a statistically significant increase was seen in questions related to consent in ultrasound and need for consent in the additional nonlifesaving procedure.Conclusion:A wellstructured interns’orientation program is effective in improving awareness regarding consent.Certain gaps in knowledge regarding various aspects of consent need to be emphasized. 展开更多
关键词 Informed consent interns MEDICOLEGAL orientation program
原文传递
Dynamic Slicing of Object Oriented Programs
2
作者 Jian\|jun Zhao Department of Computer Science and Engineering, Fukuoka Institute of Technology, Fukuoka 811 0295, Japan 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期391-397,共7页
Program slice has many applications such as program debugging, testing, maintenance, and complexity measurement. A static slice consists of all statements in program P that may effect the value of variable v a... Program slice has many applications such as program debugging, testing, maintenance, and complexity measurement. A static slice consists of all statements in program P that may effect the value of variable v at some point p , and a dynamic slice consists only of statements that influence the value of variable occurrence for specific program inputs. In this paper, we concern the problem of dynamic slicing of object oriented programs which, to our knowledge, has not been addressed in the literatures. To solve this problem, we present the dynamic object oriented dependence graph (DODG)which is an arc classified digraph to explicitly represent various dynamic dependence between statement instances for a particular execution of an object oriented program. Based on the DODG, we present a two phase backward algorithm for computing a dynamic slice of an object oriented program. 展开更多
关键词 program slicing dynamic dependence graph object oriented program SOFTWARE maintenance DEBUGGING testing
下载PDF
An object oriented multi-robotic graphic simulation environment for programming the welding tasks
3
作者 崔泽 赵杰 +1 位作者 崔岩 蔡鹤皋 《China Welding》 EI CAS 2002年第1期77-83,共7页
An object oriented multi robotic graphic simulation environment is described in this paper. Object oriented programming is used to model the physical objects of the robotic workcell in the form of software objects ... An object oriented multi robotic graphic simulation environment is described in this paper. Object oriented programming is used to model the physical objects of the robotic workcell in the form of software objects or classes. The virtual objects are defined to provide the user with a user friendly interface including realistic graphic simulation and clarify the software architecture. The programming method of associating the task object with active object effectively increases the software reusability, maintainability and modifiability. Task level programming is also demonstrated through a multi robot welding task that allows the user to concentrate on the most important aspects of the tasks. The multi thread programming technique is used to simulate the interaction of multiple tasks. Finally, a virtual test is carried out in the graphic simulation environment to observe design and program errors and fix them before downloading the software to the real workcell. 展开更多
关键词 object oriented programming task level programming welding task 3D graphic simulation expert system
下载PDF
Application of Petri Net to Fault Diagnosis in Satellite 被引量:3
4
作者 Ding Caihong School of Mechanics, DongHua University, Shanghai 200051, P R. China 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第2期92-96,共5页
A prototype of fault diagnosis based on Petri net, which is developed for a satellite tele-control subsystem, is introduced in this paper. Its structure is first given with the emphasis on a Petri net modeling tool wh... A prototype of fault diagnosis based on Petri net, which is developed for a satellite tele-control subsystem, is introduced in this paper. Its structure is first given with the emphasis on a Petri net modeling tool which is designed using the object oriented method. The prototype is connected to the database with DAO (Date Access Object) technique, and makes the Petri net's firing mechanism and its analyzing methods to be packed up as DLL (Dynamic Link Library) documents. Compared with the rule-based expert system method, the Petri net-based one can store the knowledge in mathematical matrix and make inference more quickly and effectively. 展开更多
关键词 Database systems Expert systems Matrix algebra Object oriented programming Petri nets Software prototyping
下载PDF
Aspect-oriented software reverse engineering 被引量:1
5
作者 苏旸 李凡 +1 位作者 胡圣明 陈平 《Journal of Shanghai University(English Edition)》 CAS 2006年第5期402-408,共7页
To solve the identification and comprehension problem of crosscutting concerns in existing legacy software system, a framework of aspect-oriented software reveme engineering is proposed. An approach on re-modularizing... To solve the identification and comprehension problem of crosscutting concerns in existing legacy software system, a framework of aspect-oriented software reveme engineering is proposed. An approach on re-modularizing traversal features of legacy system is presented based on various unified modeling language (UML) diagrams. While modeling crosscutting concerns in UML use case diagrams, the non-functional requirements that affect several use case modules can be enveloped into aspect modules with a stereotype mechanism. The recurring message transmission patterns can be re-modularized as aspects in UML sequence diagrams with UML collaborations. Standard UML activity diagram notations are extended and modified by node fusion and addition, which support the graphical composition operation between crosscutting behaviors and primary business roles of concurrent systems. Case study indicates that travernal features of software system can be extracted and re-modularized from various perspectives in aspect-oriented reverse engineering, which improves comprehensibility and maintainability of legacy systems. 展开更多
关键词 crosscutting concerns aspect mining reverse engineering aspect oriented programming (AOP) unified modeling language (UML).
下载PDF
CORBA-Based Discrete Event Simulation System
6
作者 Luo, J. Zheng, S. +1 位作者 Zhong, L. Duan, F. 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第3期16-19,共4页
The CORBA technique is an integration of the object-oriented conception and distributed computing technique. It can make the application within distributed heterogeneous environments reusable, portable and interoperab... The CORBA technique is an integration of the object-oriented conception and distributed computing technique. It can make the application within distributed heterogeneous environments reusable, portable and interoperable. The architecture of CORBA-based discrete event simulation systems is presented and the interface of distributed simulation objects (DSO) is defined in this paper after the DSO is identified and the synchronization mechanism among DSO is discussed. 展开更多
关键词 Computational methods Computer architecture Computer simulation Computer software portability Computer software reusability Interfaces (computer) INTEROPERABILITY Object oriented programming SYNCHRONIZATION
下载PDF
Building an E-business System Using Enterprise JavaBeans Architecture
7
作者 CAI Ling-feng, LIN Cai-xing, LI Min (Mechanical Engineering & Automation Institute, Shanghai University, Shanghai 200072, China) 《厦门大学学报(自然科学版)》 CAS CSCD 北大核心 2002年第S1期275-,共1页
This paper provides an overview of using Enterprise JavaBeans to build an e-business system. First, the authors point out some difficulties during building an e-business sy stem. For example, how can we integrate all ... This paper provides an overview of using Enterprise JavaBeans to build an e-business system. First, the authors point out some difficulties during building an e-business sy stem. For example, how can we integrate all kinds of software and hardware i n company quickly and economically Then the authors introduce a representative EJB structure and currently EJB deve loping approaches. A representative EJB structure includes an EJB Server, EJB Co ntainers, EJB Clients and JNDI etc. An EJB Server is similar to CORBA ORB. It pr ovides system services such as original implementing environment, multiprocessin g, workload management, equipment accessing, JTS and JNDI service and making the EJB Container visible. The EJB Container plays the role of interface between th e EJB and others. An EJB Client never accesses Bean directly. There are two kind s of containers. One is session contain, it mainly includes brief, impermanent E JB(thus all statuses will not be saved). The other is entity container which inc luding permanent EJB. The EJB Client uses EJB Beans. First it finds EJB Containe r through JNDI interface. Then it transfers EJB methods using EJB Container. Current, EJB developing approaches include several major aspects such as develop ment, deployment, application programs assembling and management of Enterprise B ean etc. Above all, we should define three classes, Bean class, home interface c lass of Bean and remote interface class of Bean. Then we should create a deploym ent descriptor. This is an XML documentation, which declared the properties of E nterprise Bean and bound the class documentations of Bean(including stub documen tation and skeleton documentation). And then we put these deployments into a jar documentation and define environment properties in the deployer. Next, we shoul d assemble application programs including install Enterprise Beans to server and test the connecting of each ties. The program assembler integrates several Ente rprise Beans with other beans(like Servlet, Applet, Script etc) into an integrat ed application program. It also may integrate several Enterprise Beans into a co mplicated Enterprise Bean. Of cause we also need to manage the Enterprise Bean. In the end, the authors point out several major advantages of using EJB to build e-business system such as simplifying application development and deployment, supporting heterogeneous client and server platforms, leveraging existing skills and assets, delivering a secure, scalable, reliable and manageable environment and providing the freedom to implement using many vendors’ products. 展开更多
关键词 electronic commerce Enterprise JavaBeans Java p rogramming language object oriented programming
下载PDF
Object-Oriented Design for FDTD Visual Scientific Computing
8
作者 Dong, X. Wang, W. Wang, G. 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第3期71-75,共5页
A scheme for general purposed FDTD visual scientific computing software is introduced in this paper using object-oriented design (OOD) method. By abstracting the parameters of FDTD grids to an individual class and sep... A scheme for general purposed FDTD visual scientific computing software is introduced in this paper using object-oriented design (OOD) method. By abstracting the parameters of FDTD grids to an individual class and separating from the iteration procedure, the visual software can be adapted to more comprehensive computing problems. Real-time gray degree graphic and wave curve of the results can be achieved using DirectX technique. The special difference equation and data structure in dispersive medium are considered, and the peculiarity of parameters in perfectly matched layer are also discussed. 展开更多
关键词 Computational methods Computer aided design Data structures Difference equations Finite difference method Iterative methods Natural sciences computing Object oriented programming Parameter estimation Three dimensional computer graphics Time domain analysis
下载PDF
Feature-based and objectoriented product information model for welding structure
9
作者 林三宝 杨春利 +1 位作者 黎明 吴林 《China Welding》 EI CAS 1999年第2期3-10,共8页
Product information model for welding structure plays an important role for the integration of welding CAD/CAPP/CAM. However, existing CAD modeling systems are not capable of providing enough information for subsequen... Product information model for welding structure plays an important role for the integration of welding CAD/CAPP/CAM. However, existing CAD modeling systems are not capable of providing enough information for subsequent manufacturing activities such as CAPP and CAM. A new design approach using feature technique and object oriented programming method is put forward in this paper in order to create the product information model of welding structure. With this approach, the product information model is able to effectively support computer aided welding process planning, fixturing, assembling, path planning of welding robot and other manufacturing activities. The feature classification and representing scheme of welding structure are discussed. A prototype system is developed based on feature and object oriented programming. Its structure and functions are given in detail. 展开更多
关键词 object oriented programming feature based design product information model welding structure CAD/CAM integration
下载PDF
TrapML-A Metalanguage for Transformational Programming
10
作者 金凌紫 《Journal of Computer Science & Technology》 SCIE EI CSCD 1990年第4期388-399,共12页
This paper proposes a metalanguage TrapML for transformational programming, which is designed based on the analysis of its design principles, structures and functions. It has the facilities to describe the syntax of o... This paper proposes a metalanguage TrapML for transformational programming, which is designed based on the analysis of its design principles, structures and functions. It has the facilities to describe the syntax of object languages, the set of transformation rules and strategies. The behaviour of transformation systems can be conveniently expressed. Both accurate and vague strategies can be written in TrapML. Metaprogram is of higher reliability. 展开更多
关键词 Computer programming Object Oriented programming
原文传递
An Advanced Automatic Construction Method of ROP
11
作者 OUYANG Yongji WANG Qingxian +1 位作者 PENG Jianshan ZENG Jie 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2015年第2期119-128,共10页
Automatic return oriented programming (ROP) technology can effectively improve the efficiency of ROP constructed, but the existing research results still have some shortcomings including needing more address space, ... Automatic return oriented programming (ROP) technology can effectively improve the efficiency of ROP constructed, but the existing research results still have some shortcomings including needing more address space, poor generality. In order to solve these problems, this paper presents an improved ROP auto-constructor QExtd. Firstly, we design a Turing-complete language QExtdL and provide the basis of gadgets analysis. Secondly, we represent the MI instruction and realize precise process of side-effect instructions for improving the efficiency of automatic construction. At last, we establish a three-layer language conversion mechanism, making it convenient for users to construct ROP. Theoretical and experimental data show that the QExtd automatic construction method is much better than the ROPgadget based on syntax. In addition, the proposed method succeeds in constructing gadgets of ROP with the probability of 84% for programs whose sizes are more than 20 KB and whose directory is "/usr/bin" in Ubuntu, which proves that the construction capability improves significantly. 展开更多
关键词 return oriented programing (ROP) GADGET automatic construction Turing-complete
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部