期刊文献+
共找到521篇文章
< 1 2 27 >
每页显示 20 50 100
One Hot Encoding Synthesis of Quantum Automata from Flowcharts
1
作者 Yuchen Huang Marek Perkowski 《Journal of Quantum Information Science》 2023年第3期156-176,共21页
We present a new approach to the synthesis of quantum automata. In previous research, reversible quantum automata were designed from tabular specifications or state graphs, and minimum length codes, which lead to circ... We present a new approach to the synthesis of quantum automata. In previous research, reversible quantum automata were designed from tabular specifications or state graphs, and minimum length codes, which lead to circuits with Toffoli gates with high numbers of inputs and thus to high quantum costs. This paper is the first to present a method to synthesize Sequential Quantum Circuits directly from flowcharts. In this paper, we directly map flowcharts to reversible/quantum circuits, using only inverters, 2*2 Feynman gates and 3*3 Toffoli gates, and thus reducing quantum costs. Our method has been confirmed by experiments on several benchmarks of practical flowcharts. 展开更多
关键词 flowchart AUTOMATA SYNTHESIS STATE Quantum Circuit Reversible Logic
下载PDF
基于WF Flowchart的UML活动图动态构建与测试 被引量:2
2
作者 孔令东 《软件》 2018年第5期121-125,共5页
企业信息系统大都采用UML分析与设计,经常会出现业务流程实现的信息不一致性,缺少一种无缝的业务流程实现,WF提供了业务过程自动化的可视化编程模型。对比分析WF Flowchart和UML活动图的基础上,研究从UML活动图到WF Flowchart业务流程... 企业信息系统大都采用UML分析与设计,经常会出现业务流程实现的信息不一致性,缺少一种无缝的业务流程实现,WF提供了业务过程自动化的可视化编程模型。对比分析WF Flowchart和UML活动图的基础上,研究从UML活动图到WF Flowchart业务流程映射关系,选取UML中典型活动图,依据一定的命名转换规则,探索一种从UML活动图分析设计到基于WF Flowchart业务流程可视化的转换及实现方法。 展开更多
关键词 WF flowchart UML 活动图
下载PDF
A Novel Algorithm of Error Check and Code Generation for Structured Flowchart
3
作者 Mingcheng Qu Naigang Cui +1 位作者 Xianghu Wu Yongchao Tao 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2017年第4期18-30,共13页
Structured flowchart( SFC) and Automatic code generation based on SFC( CG-SFC) have been widely used in software requirements,design and testing phases. Some CG-SFC tools such as Rhapsody have the ability to build flo... Structured flowchart( SFC) and Automatic code generation based on SFC( CG-SFC) have been widely used in software requirements,design and testing phases. Some CG-SFC tools such as Rhapsody have the ability to build flowchart and generate code,but they do not check whether a given flowchart is correct or structural. For unstructured error ‘goto'statements will be generated randomly. We proposed three algorithms and some error recognition criteria to solve those problems. Structure recognition algorithm can recognize Selection,While/for and do-while structures. Error recognition algorithm incorporating criteria can check all the errors. At last,we develop a CG-SFC system,and compared with existing Rhapsody,it shows that the proposed algorithms are correct and effective. 展开更多
关键词 STRUCTURED flowchart CODE generation ERROR CHECK FEATURE RECOGNITION
下载PDF
Research and Application of Code Automatic Generation Algorithm Based on Structured Flowchart
4
作者 Xiang-Hu Wu Ming-Cheng Qu +1 位作者 Zhi-Qiang Liu Jian-Zhong Li 《Journal of Software Engineering and Applications》 2011年第9期534-545,共12页
It is of great significance to automatically generate code from structured flowchart. There are some deficiencies in existing researches, and their key algorithms and technologies are not elaborated, also there are ve... It is of great significance to automatically generate code from structured flowchart. There are some deficiencies in existing researches, and their key algorithms and technologies are not elaborated, also there are very few full-featured integrated development platforms that can generate code automatically based on structured flowchart. By analyzing the characteristics of structured flowchart, a structure identification algorithm for structured flowchart is put forward. The correctness of algorithm is verified by enumeration iteration. Then taking the identified flowchart as input, an automatic code generation algorithm is proposed. Also the correctness is verified by enumeration iteration. Finally an integrated development platform is developed using those algorithms, including flowchart modeling, code automatic generation, CDT\GCC\GDB etc. The correctness and effectiveness of algorithms proposed are verified through practical operations. 展开更多
关键词 AUTOMATIC GENERATION of CODES STRUCTURED flowchart Identification of Structure INTEGRATED Development PLATFORM
下载PDF
Flowcharts of Patent Prosecution and Litigation Procedures
5
作者 Wu Yuhe Attorney-at-law and patent attorney of China Patent Agent (H.K) Ltd. 《中国专利与商标》 2006年第1期85-90,共6页
I. Procedure for Filing and Examination of Patent Applications and Grant of Patents (at the State Intellectual Property Office of China) By Wu
关键词 flowcharts of Patent Prosecution and Litigation Procedures APPI ORAL
下载PDF
Researching the Position of Purchasing By Analyzing the Logistics Flowchart
6
作者 刘伟 《中国校外教育(中旬)》 2011年第3期142-143,共2页
In the process of SINOPEC exploring the global market and establishing overseas operations,there are lots of primary questions proposed for the management committee to determine.As for Purchasing is an important depar... In the process of SINOPEC exploring the global market and establishing overseas operations,there are lots of primary questions proposed for the management committee to determine.As for Purchasing is an important department and about seventy percent of the total corporate spending will go through the purchasing system.It is necessary to make clear some questions such as how to build the purchasing/supply system;what and how many departments should be included,what position the purchasing department should be in the corporation and what the relationships should be among the purchasing department and other departments and so on.There is also growing interest at the executive level in the purchasing management process and greater recognition of the importance of the purchaser and the material flow process on an organization's ability to achieve its strategic goals and objectives.In this article,we try to find out some answers by researching from the purchasing flow chart and the relationship among the Purchasing Department with Engineering,Legal,Accounting and Quality Control to the position of purchasing in the organization. 展开更多
关键词 摘要 编辑部 编辑工作 读者
下载PDF
流程图转换在C语言翻转课堂教学中的应用研究
7
作者 于磊 屠葵葵 《移动信息》 2024年第6期94-96,共3页
“C语言程序设计”是高等院校计算机相关专业的必修基础课,具有很强的理论性和实践性。在教学中应用流程图转换方法,研究C语言学习认知过程中的记忆形成规律,对正强化学习模式、翻转课堂教学的构建和形成具有重要意义。这有助于帮助学... “C语言程序设计”是高等院校计算机相关专业的必修基础课,具有很强的理论性和实践性。在教学中应用流程图转换方法,研究C语言学习认知过程中的记忆形成规律,对正强化学习模式、翻转课堂教学的构建和形成具有重要意义。这有助于帮助学生形成自主学习的有效方法,实现探究型学习,使其获得学习成就感,激发学生自主学习的兴趣和积极性,并促进学生形成编程素养。 展开更多
关键词 翻转课堂教学 流程图转换 C语言
下载PDF
基于简化流程图的O-RADS联合ADNEX模型评估中老年女性附件肿瘤良恶性的临床应用
8
作者 赵薇 李琴 《中国现代医学杂志》 CAS 2024年第13期14-19,共6页
目的探讨基于简化流程图的O-RADS联合ADNEX模型评估中老年女性附件肿瘤良恶性的临床应用。方法选取2018年11月—2022年11月在桂林医学院附属医院行妇科超声检查发现附件肿瘤且行手术治疗的中老年患者95例。根据O-RADS及ADNEX模型对附件... 目的探讨基于简化流程图的O-RADS联合ADNEX模型评估中老年女性附件肿瘤良恶性的临床应用。方法选取2018年11月—2022年11月在桂林医学院附属医院行妇科超声检查发现附件肿瘤且行手术治疗的中老年患者95例。根据O-RADS及ADNEX模型对附件肿瘤进行分类,以病理组织学作为金标准,计算出O-RADS、ADNEX模型及两者联合的诊断效能,绘制受试者工作特征(ROC)曲线。结果95例患者中,病理结果恶性46例、良性49例。O-RADS 4、5类诊断附件恶性肿瘤的敏感性、特异性、阳性预测值、阴性预测值分别为93.48%(95%CI:0.811,0.983)、69.39%(95%CI:0.544,0.813)、74.14%、91.89%,ADNEX模型诊断附件肿瘤良恶性的敏感性、特异性、阳性预测值、阴性预测值分别为89.13%(95%CI:0.756,0.959)、79.59%(95%CI:0.652,0.893)、80.39%、88.63%,两者联合诊断附件肿瘤良恶性的敏感性、特异性、阳性预测值、阴性预测值分别为93.48%(95%CI:0.811,0.983)、83.67%(95%CI:0.698,0.922)、84.31%和93.18%。O-RADS、ADNEX模型及其联合诊断附件肿瘤良恶性的曲线下面积分别0.814、0.844、0.871。由2位超声医师运用O-RADS分类诊断的一致性好(κ=0.847,P=0.000),运用O-RADS简化流程图者较颜色编码计分表格者用时更短,分别为42 min 39 s和51 min 3 s。结论O-RADS联合ADNEX模型诊断中老年女性附件肿瘤良恶性的价值较单独使用O-RADS高,不同超声医师使用O-RADS有较高的一致性,且使用简化流程图者可更快速进行分类,值得推广。 展开更多
关键词 附件肿瘤 卵巢-附件影像报告和数据系统 简化流程图 ADNEX模型 良恶性 中老年女性
下载PDF
青海省A医药连锁物流配送中心优化设计
9
作者 马蓉 祁童 张义帆 《物流工程与管理》 2024年第6期21-24,共4页
通过研究青海省A医药连锁物流配送中心的内部出入库以及人员工作过程,以寻找配送中心路径优化过程,从而提高工作效率。文中通过对A医药连锁物流配送中心的出入库作业和员工工作状态进行分析,评估了青海省A医药公司的经营现状。在此基础... 通过研究青海省A医药连锁物流配送中心的内部出入库以及人员工作过程,以寻找配送中心路径优化过程,从而提高工作效率。文中通过对A医药连锁物流配送中心的出入库作业和员工工作状态进行分析,评估了青海省A医药公司的经营现状。在此基础上,对物流配送中心的运行问题进行了分析,并提出了优化方案,最终得到了最佳解决方案。同时,还对该方案的实施效果进行了评估,并指出了存在的问题及前景。研究结果对于未来青海省医药物流配送中心的发展具有重要的参考价值。 展开更多
关键词 配送中心 配送中心流程图 物流仿真 出入库作业
下载PDF
某型发动机引射管喷油雾故障研究
10
作者 付国斌 计鑫 王振河 《机械管理开发》 2024年第4期262-264,298,共4页
针对某型发动机工作过程中引射管喷油雾故障,依据发动机滑油系统结构、工作原理、滑油系统附件工作原理,对故障进行机理分析,制定了故障树和故障排查流程.在实际工作中,应用制定的排查流程进行检查,能快速定位故障点,提高排除故障效率,... 针对某型发动机工作过程中引射管喷油雾故障,依据发动机滑油系统结构、工作原理、滑油系统附件工作原理,对故障进行机理分析,制定了故障树和故障排查流程.在实际工作中,应用制定的排查流程进行检查,能快速定位故障点,提高排除故障效率,该流程对排除同类故障具有一定的参考意义. 展开更多
关键词 发动机 滑油系统 离心通风器 空气-滑油混合液 引射管 故障树
下载PDF
一种基于JavaScript的工业控制流程图的交互增强系统
11
作者 董冬伟 周秋芳 +1 位作者 谢英勇 任远 《工业控制计算机》 2024年第9期15-16,共2页
介绍了一种基于JavaScript的工业控制流程图的交互增强系统,用于降低流程图的复杂交互逻辑的实现难度。在工业控制领域中,传统的流程图工具是通过约定规格和界面操作进行图形绘制和参数配置,导致流程图在处理复杂的判断条件和操作流程时... 介绍了一种基于JavaScript的工业控制流程图的交互增强系统,用于降低流程图的复杂交互逻辑的实现难度。在工业控制领域中,传统的流程图工具是通过约定规格和界面操作进行图形绘制和参数配置,导致流程图在处理复杂的判断条件和操作流程时,其灵活性和拓展性方面存在局限。为了解决这些问题,该系统使用JavaScript技术为工业控制流程图实现了交互增强系统,进一步增强系统的交互性和功能性。 展开更多
关键词 JAVASCRIPT 流程图 交互增强
下载PDF
基于价值流程图的急性腹部创伤术前流程分析
12
作者 徐克平 刘娟 +2 位作者 汪璠 王志粉 孙茜 《现代医院管理》 2023年第5期51-54,共4页
目的通过调研急性腹部创伤手术术前流程现状,为院内流程改善提供依据。方法采用目的抽样法,选取2018年9月至2019年8月经急诊入院的68例急性腹部创伤手术的患者为研究对象,通过现状构建SIPOC组织框架,制定观察分析表,追踪各环节的信息流... 目的通过调研急性腹部创伤手术术前流程现状,为院内流程改善提供依据。方法采用目的抽样法,选取2018年9月至2019年8月经急诊入院的68例急性腹部创伤手术的患者为研究对象,通过现状构建SIPOC组织框架,制定观察分析表,追踪各环节的信息流和时间流。结果急性腹部创伤术前总流程平均时间为322.5 min,无价值等待时间为245.7 min,有价值时间76.8 min。结论急性腹部创伤手术术前流程存在较大改进空间,精细化管理、启动绿色通道注重创伤救治时效性、建立一体化腹部创伤救治模式等是优化急性腹部创伤术前流程的关键措施。 展开更多
关键词 急性腹部创伤手术 术前流程 价值流程图 SIPOC模型 过程循环效率
下载PDF
基于图文法的逻辑型图样本生成方法
13
作者 刘禹锋 杨帆 刘健 《计算机工程》 CAS CSCD 北大核心 2023年第11期203-210,共8页
针对图文法的推导工作流中存在的停机和不确定性问题,提出一种基于改进图文法的图自动推导算法,并将其应用于图样本生成。为了建立推导的停机机制,对EGG图文法进行改进,通过终结产生式确保每个非终结点可以在保持原有图规模的情况下进... 针对图文法的推导工作流中存在的停机和不确定性问题,提出一种基于改进图文法的图自动推导算法,并将其应用于图样本生成。为了建立推导的停机机制,对EGG图文法进行改进,通过终结产生式确保每个非终结点可以在保持原有图规模的情况下进行有效推导并生成终结点。在图生成过程中,通过应用概率指导产生式和图柄的选择,解决了推导操作的不确定性问题。利用图自动推导算法,在满足精准推导要求的情况下保持了多项式级的时间复杂度。在EGGSS环境中开发图样本生成模块,以程序流程图样本生成为例演示推导算法的详细过程,并对不同应用概率分配下所生成图样本的规模分布情况进行分析和讨论。实验结果表明,在图样本规模限制为10的情况下,该方法通过降低终结产生式应用概率可使图样本的平均规模从3.16增至6.87。 展开更多
关键词 图文法 推导算法 终结产生式 图样本生成 程序流程图
下载PDF
Kinematics simulation and application for machine tool based on multi-body system theory 被引量:2
14
作者 吴南星 孙庆鸿 +1 位作者 余冬玲 潘玉安 《Journal of Southeast University(English Edition)》 EI CAS 2004年第2期162-164,共3页
Based on the multi-body kinematics principle, the topological structure and restriction relation among parts of machine tool and 3D multi-body model are constructed, the kinematics simulation system of machine tool is... Based on the multi-body kinematics principle, the topological structure and restriction relation among parts of machine tool and 3D multi-body model are constructed, the kinematics simulation system of machine tool is developed. The designer can observe the movement and machining course of the whole machine tool and understand accurately the kinematics parameters of components such as position, velocity and acceleration. Also the designer can estimate the pose of components in the virtual circumstance and forecast accurately and correct problems which may appear during the design before the prototype is manufactured to assure the feasibility of design scheme, shorten period of product design and reduce product cost. The simulation system is used during the design of CK1416 high speed and precision numerical control lathe. The curves of ball screw angular velocity and carriage displacement agree well with the results of theoretical calculation and the constructed model is correct. 展开更多
关键词 flowchartING KINEMATICS Numerical control systems Virtual reality
下载PDF
以流程图配合SSP教学对妇产科护生的带教效果评价
15
作者 楼晨燕 徐舜 《中国高等医学教育》 2023年第8期88-89,共2页
目的:研究妇产科护生带教中应用流程图配合SSP教学的效果。方法:选取本院妇产科60名护生并随机分组,对照组30名护生应用传统教学方法,试验组30名护生应用流程图配合SSP教学,评价并比较两组护生的教学效果。结果:试验组的理论与操作考核... 目的:研究妇产科护生带教中应用流程图配合SSP教学的效果。方法:选取本院妇产科60名护生并随机分组,对照组30名护生应用传统教学方法,试验组30名护生应用流程图配合SSP教学,评价并比较两组护生的教学效果。结果:试验组的理论与操作考核成绩、专业态度与学业自我效能感均高于对照组(P<0.05)。结论:流程图配合SSP教学优于传统教学方法,能够提高护生的理论知识和技能操作水平,促使护生建立积极的专业态度,并增强学业自我效能感。 展开更多
关键词 妇产科 护生带教 流程图 学生标准化病人
下载PDF
Application and development of case-based reasoning in fixture design 被引量:1
16
作者 王琪 廖文和 《Journal of Southeast University(English Edition)》 EI CAS 2004年第2期170-175,共6页
Based on the case-based designing (CBD), it is presented that the similarity of the fixtures is described by the fixture information of workpiece and the structure information of feature. Then, the computer-aided fixt... Based on the case-based designing (CBD), it is presented that the similarity of the fixtures is described by the fixture information of workpiece and the structure information of feature. Then, the computer-aided fixture design system is created on case-based reasoning (CBR), in which the attributes information of the main features of workpiece and structure of fixture as case index code are designed for the retrieve of the similar cases, and the structure and hierarchical relation of case library are set up for store. Meanwhile, the algorithm based on the knowledge-guided in the retrieve of the similar cases, the strategy of case adaptation and case storage in which the case identification number is used to distinguish from similar cases are presented. The application of the system in some projects improves the design efficiency and gets a good result. 展开更多
关键词 ALGORITHMS Computer aided design flowchartING
下载PDF
关于flowable流程框架中图片生成内容的扩展研究
17
作者 于斌 《信息与电脑》 2023年第21期97-99,共3页
对于现代企业管理,业务流程的规范化管理是重中之重。flowable作为一款开源的流程引擎,得到大量企业及开发人员的使用和认可。但是,作为展示给用户的流程图,flowable所具备的基础功能并不能满足使用需求。基于此,文章描述了flowable所... 对于现代企业管理,业务流程的规范化管理是重中之重。flowable作为一款开源的流程引擎,得到大量企业及开发人员的使用和认可。但是,作为展示给用户的流程图,flowable所具备的基础功能并不能满足使用需求。基于此,文章描述了flowable所提供流程图存在的缺陷,以及改造和扩展思路。 展开更多
关键词 流程图改造 flowable源码 流程的运行轨迹
下载PDF
基于尖特征度的边折叠简化算法 被引量:55
18
作者 刘晓利 刘则毅 +1 位作者 高鹏东 彭翔 《软件学报》 EI CSCD 北大核心 2005年第5期669-675,共7页
目前存在的自动曲面简化算法在低分辨率的状态下往往忽略模型的重要几何特征,如尖角或者曲率大的区域,从而导致视觉上的退化.在Garland简化算法的基础上,引入尖特征度的概念,并将其加入到误差测度中,从而改变了边折叠顺序.简化模型不仅... 目前存在的自动曲面简化算法在低分辨率的状态下往往忽略模型的重要几何特征,如尖角或者曲率大的区域,从而导致视觉上的退化.在Garland简化算法的基础上,引入尖特征度的概念,并将其加入到误差测度中,从而改变了边折叠顺序.简化模型不仅保留了模型的重要几何特征,而且合理分配三角网格,在曲率大的区域稠密,在平坦区域稀疏,简化效果更好. 展开更多
关键词 曲面简化 尖特征度 边折叠 二次误差测度
下载PDF
精细化管理促进高校实验教师队伍建设 被引量:28
19
作者 吴迪 朱昌平 +2 位作者 钟汉 张金波 张学武 《实验室研究与探索》 CAS 北大核心 2014年第10期242-245,共4页
为了促进高校实验教师队伍的建设,从"人才招聘、入职培训、文化建设、过程管理"四个方面开展了探索实践,在实践中总结出了高校实验教师队伍精细化管理的流程图,主要包括高校实验教师的精细化招聘、高校实验教师的精细化入职... 为了促进高校实验教师队伍的建设,从"人才招聘、入职培训、文化建设、过程管理"四个方面开展了探索实践,在实践中总结出了高校实验教师队伍精细化管理的流程图,主要包括高校实验教师的精细化招聘、高校实验教师的精细化入职教育、高校实验室文化的精细化建设以及高校实验教师队伍的精细化管理四大环节。并对流程图中的每一环节所涉及到的学校、学院和实验中心所应承担的责任进行了多次完善,开发了实验教师九环招聘法、十环新实验教师入职培训体系、四环实验室文化建设体系以及五环实验教师队伍的精细化管理体系。实践结果表明:按照高校实验教师队伍精细化管理的流程图实施精细化管理,能有效提升高校实验教师队伍水平与工作实效。 展开更多
关键词 实验室队伍 精细化管理 管理流程图
下载PDF
支持柔性机制的元数据驱动模型的研究与应用 被引量:17
20
作者 李青山 陈平 褚华 《西安电子科技大学学报》 EI CAS CSCD 北大核心 2002年第3期319-323,共5页
以软件体系结构为中心的构件化软件开发方法保证了大型复杂系统构造的稳定性 ,而稳定框架支撑下的柔性支持力度是维持一个软件系统生命力和活力的关键 .通过对元数据驱动模型控制原理的分析 ,讨论了基于元数据的流程图控制方法对层次化... 以软件体系结构为中心的构件化软件开发方法保证了大型复杂系统构造的稳定性 ,而稳定框架支撑下的柔性支持力度是维持一个软件系统生命力和活力的关键 .通过对元数据驱动模型控制原理的分析 ,讨论了基于元数据的流程图控制方法对层次化体系架构中各个层次行为控制的柔性机制支持 .给出了iCALL 系统中基于该元数据驱动机制提供应用支撑层柔性支持的一种元数据标记规则和该规则映射下的具体元数据表示示例 . 展开更多
关键词 柔性机制 元数据 驱动模型 流程图控制 软件工程 面向对象 构件化
下载PDF
上一页 1 2 27 下一页 到第
使用帮助 返回顶部