期刊文献+
共找到19篇文章
< 1 >
每页显示 20 50 100
基于LabVIEW的程序结构化设计 被引量:9
1
作者 安雪滢 赵勇 杨乐平 《测控技术》 CSCD 2002年第11期35-37,共3页
以飞行器发射控制系统信号流程仿真为例 ,介绍了虚拟仪器软件LabVIEW的两种有效结构 :数组驱动Case结构以及PlugIn插件结构在编程中的应用。
关键词 LABVIEW总线 程序结构化设计 信号流程仿真 数组驱动 虚拟仪器 飞行器
下载PDF
S7-200PLC程序结构化的编程方法 被引量:3
2
作者 谢富珍 《电子制作》 2013年第22期54-54,共1页
在许多工业控制场合,被控设备常常有多种工作方式,如单周期方式、自动循环方式、单步调整方式等。采用程序结构化编程方法,把程序要解决的总目标分解为子目标,可以大大降低PLC编程的难度,提高开发效率。
关键词 PLC 程序结构化 程序 喷泉花样
下载PDF
结构化程序与程序结构化 被引量:2
3
作者 陈一明 《茂名学院学报》 2008年第1期41-44,共4页
程序设计已从依赖于程序设计者个人的活动变成为一门科学。从科学与发展的角度分析了程序设计风格与观念的转变、结构化程序概念及其在程序设计领域的重要性,阐述了程序结构化的思想,并就该思想在应用系统的开发实践进行了探讨。
关键词 结构程序 程序结构化 程序设计 应用系统
下载PDF
控制膨胀的程序结构化
4
作者 张远芳 马国凯 +1 位作者 朱嘉华 朱传琪 《计算机工程与科学》 CSCD 2002年第1期100-102,107,共4页
目前人们通常单纯用增加临时变量和相关判断的方法 ,或者使用共享代码拷贝的方法来消除goto语句。但前一种方法会造成判定增加 ,语义分析困难 ;而后一种虽然使转变后的程序结构清晰 ,却造成benchmark中的某些程序急剧膨胀。针对上述问... 目前人们通常单纯用增加临时变量和相关判断的方法 ,或者使用共享代码拷贝的方法来消除goto语句。但前一种方法会造成判定增加 ,语义分析困难 ;而后一种虽然使转变后的程序结构清晰 ,却造成benchmark中的某些程序急剧膨胀。针对上述问题 ,本文提出了能控制膨胀的代码拷贝算法 。 展开更多
关键词 程序结构化 膨胀 代码拷贝 判定增加
下载PDF
关于proper程序结构化的定性讨论
5
作者 李泽君 王望 《四川理工学院学报(社会科学版)》 1992年第4期60-66,共7页
一、程序结构化问题的提出1968年10月“北大西洋组织”在西德召开“软件工程会”,提出软件应摆脱手工生产,应该工程化,就具有可理解性和软件设计不要局限于某一局部技巧.程序的结构化问题一直是软件工作者争论和探讨的问题.
关键词 结点 程序结构化 复合程序 定性讨论 CHART 程序函数 路径 框图程序 无循环 结构问题
下载PDF
API函数与结构化VB程序设计
6
作者 张焰林 《温州职业技术学院学报》 2002年第1期36-38,共3页
在程序设计过程中,函数的作用举足轻重,函数应用的好坏关系到软件设计质量的优劣。WINDOWS系统提供的API函数更是功能丰富,值得应用,它可以使程序结构化、系统优化。VB程序设计中,API函数的声明调用与一般用户函数有着很大的不同,而API... 在程序设计过程中,函数的作用举足轻重,函数应用的好坏关系到软件设计质量的优劣。WINDOWS系统提供的API函数更是功能丰富,值得应用,它可以使程序结构化、系统优化。VB程序设计中,API函数的声明调用与一般用户函数有着很大的不同,而API函数的使用又往往易为程序设计人员忽视,因此阐述其特殊的声明调用方法,对于VB程序设计有着十分重要意义。 展开更多
关键词 VB程序设计 API函数 用户函数 程序结构化 声明调用
下载PDF
应克服计算机语言教学中忽视结构化程序设计方法的倾向
7
作者 陈桂琴 《河北工程技术高等专科学校学报》 1995年第Z1期31-32,共2页
过去衡量一个程序,往往以节省机时和内存空间为主,首先看它运行的效率.随着计算机技术的发展,计算机运算速度和内存容量提高,效率问题已不突出,而程序的可靠性则变得越来越重要.评价程序的标准也就转变为首先是结构是否良好,其次才是效... 过去衡量一个程序,往往以节省机时和内存空间为主,首先看它运行的效率.随着计算机技术的发展,计算机运算速度和内存容量提高,效率问题已不突出,而程序的可靠性则变得越来越重要.评价程序的标准也就转变为首先是结构是否良好,其次才是效率.这就要求我们不能再随心所欲地编程序,而必须按一定的章法.为适应这一需要,荷兰的一位知名学者提出了结构化程序设计方法,要求按照一定的结构形式去设计和编写程序.它是一种使程序结构清晰,容易阅读,容易修改,容易验证的程序设计方法,具有明显的先进性和优越性.该方法一提出来就得到了迅速的推广,并成为当今程序设计方法的主流.按照这种设计方法编写程序,就能保证程序有良好的结构,实现程序结构化,从而使程序具有可靠性高、易于设计、便于扩充功能以及减少软件成本的特点.因此,我们在计算机语言教学中,必须注重传授这种先进的程序设计方法,否则就会使教学滞后于科技发展水平. 展开更多
关键词 程序设计方法 程序结构化 计算机语言 Basic语言 结构程序设计 高校非计算机专业 计算机基础教育 计算机技术 教学中 评分标准
下载PDF
双面镗铣床加工起重机臂架应用方案
8
作者 武坤 李晓晖 李兴林 《金属加工(冷加工)》 2023年第1期97-100,共4页
重点对工程机械行业中起重机臂架的加工应用进行探讨,根据臂架的结构及双侧孔同轴度要求较高等加工特点,针对刨台式双面镗铣床的结构特点对其加工方法和过程进行了分析,优化了加工程序结构及工艺,并通过西门子数控系统特有的数控高级指... 重点对工程机械行业中起重机臂架的加工应用进行探讨,根据臂架的结构及双侧孔同轴度要求较高等加工特点,针对刨台式双面镗铣床的结构特点对其加工方法和过程进行了分析,优化了加工程序结构及工艺,并通过西门子数控系统特有的数控高级指令提升效率,在实际加工中取得了良好的效果。 展开更多
关键词 双面镗铣 程序结构化 联动加工 双通道控制 耦合功能
下载PDF
网络远程教学代理服务器数据传输过程中安全系统的设计与实现
9
作者 陈军 许葵元 《平原大学学报》 2006年第3期118-120,共3页
在网络远程教学体系中巧妙利用网络代理服务技术,与现有的安全机制体系结合,通过软硬件及排队论模型支持实现代理服务器数据传输过程中安全系统的设计与实施。
关键词 网络代理服务 数据安全 程序结构化
下载PDF
非局部跳转控制流的自动消除
10
作者 陈桂林 黄波 +1 位作者 臧斌宇 朱传琪 《计算机学报》 EI CSCD 北大核心 2000年第6期585-592,共8页
longjmp是 C语言中实现非局部跳转的库函数调用 ,它破坏了程序的结构性 ,并使常见的数据流分析技术无法在包含 longjmp的程序段上有效地进行 .文中提出一种消除 longjmp的算法 ,该算法用转移语句和返回语句的结合来模拟非局部跳转功能 ... longjmp是 C语言中实现非局部跳转的库函数调用 ,它破坏了程序的结构性 ,并使常见的数据流分析技术无法在包含 longjmp的程序段上有效地进行 .文中提出一种消除 longjmp的算法 ,该算法用转移语句和返回语句的结合来模拟非局部跳转功能 ,从而使控制流趋于规范并有利于数据流分析的进行 ,进一步地增强了挖掘程序并行性的能力 . 展开更多
关键词 程序结构化 非局部跳转控制流 自动消除
下载PDF
VB经典话题之Visual Basic VB类模块使用篇
11
作者 周羽 《中文信息》 2002年第11期29-30,共2页
面向对象方法已成为程序开发的主流技术,VB6中提供了类模块结构,使开发者可将很多常用的操作进行合理的封装,以实现代码复用和程序结构化。类模块中的代码描述了通过该类创建的对象特性和行为。虽然 VB 的类模块并非真正意义上的对象,... 面向对象方法已成为程序开发的主流技术,VB6中提供了类模块结构,使开发者可将很多常用的操作进行合理的封装,以实现代码复用和程序结构化。类模块中的代码描述了通过该类创建的对象特性和行为。虽然 VB 的类模块并非真正意义上的对象,但其可定义属性和方法,已基本具备了类的特征。本文将介绍如何在 VB6中使用类模块。 展开更多
关键词 类模块 对话框 面向对象方法 代码复用 真正意义 程序结构化 模块结构 程序开发 开发者 标准模块
下载PDF
发电厂微机监测系统
12
作者 邹黎 《新疆师范大学学报(自然科学版)》 1990年第2期102-106,113,共6页
本系统首次使用PC系列机完成发电机组主要运行参数的巡回检测,集中监视、数据处理、各类经济指标在线计算、在线告警、直接指导现场操作、事故追忆及处理、打印各类生产管理报表。 本文着重介绍了硬件系统及软件系统的设计方法,分析发... 本系统首次使用PC系列机完成发电机组主要运行参数的巡回检测,集中监视、数据处理、各类经济指标在线计算、在线告警、直接指导现场操作、事故追忆及处理、打印各类生产管理报表。 本文着重介绍了硬件系统及软件系统的设计方法,分析发电厂各类干扰源情况,论述了在强干扰环境下,采用多种抗干扰措施,使系统稳定性得到提高,应用软件采用了功能模块化结构程序设计方法,多任务中断处理使应用软件的功能强、方便灵活。利用硬件、软件的结合对事故数据进行追忆处理。 展开更多
关键词 硬件系统 软件系统 干扰 抗干扰 事故追忆 模块程序结构 中断 工作方式管理 任务程序
下载PDF
User-Level Sentiment Evolution Analysis in Microblog
13
作者 ZHANG Lumin JIA Yan ZHU Xiang ZHOU Bin HAN Yi 《China Communications》 SCIE CSCD 2014年第12期152-163,共12页
People's attitudes towards public events or products may change overtime,rather than staying on the same state.Understanding how sentiments change overtime is an interesting and important problem with many applica... People's attitudes towards public events or products may change overtime,rather than staying on the same state.Understanding how sentiments change overtime is an interesting and important problem with many applications.Given a certain public event or product,a user's sentiments expressed in microblog stream can be regarded as a vector.In this paper,we define a novel problem of sentiment evolution analysis,and develop a simple yet effective method to detect sentiment evolution in user-level for public events.We firstly propose a multidimensional sentiment model with hierarchical structure to model user's complicate sentiments.Based on this model,we use FP-growth tree algorithm to mine frequent sentiment patterns and perform sentiment evolution analysis by Kullback-Leibler divergence.Moreover,we develop an improve Affinity Propagation algorithm to detect why people change their sentiments.Experimental evaluations on real data sets show that sentiment evolution could be implemented effectively using our method proposed in this article. 展开更多
关键词 data mining sentiment evolution multidimensional sentiment model frequent sentiment patterns microblog
下载PDF
Middleware Challenges in Robotic Fleets for Precision Agriculture
14
作者 Domagoj Drenjanac Slobodanka Dana Kathrin Tomic 《Journal of Mechanics Engineering and Automation》 2013年第11期702-714,共13页
The past decade has witnessed a huge increase in the number of proposed middleware solutions for robotic fleets operating in unstructured environments. As a result, it has become difficult to decide which middleware i... The past decade has witnessed a huge increase in the number of proposed middleware solutions for robotic fleets operating in unstructured environments. As a result, it has become difficult to decide which middleware is the most appropriate for a specific application or application domain. In this paper we first extract a set of common and specific challenges that middlewares address, and group them according to the source domain they have originated within. These challenges are derived from a specific precision agriculture use-case based on the robotic fleet for weed control elaborated within the European project RHEA-robot fleets for highly effective agriculture and forestry management. Furthermore, the paper provides an analysis of a number of different middlewares and suggests a set of criteria for systemizing representative solutions. The aim of this analysis is to assist the process of finding an adequate middleware for a specific application domain. 展开更多
关键词 Robotic middleware robotic fleets complex environment multi-robot system.
下载PDF
Polyoxometalate-based ionic liquids-promoted CO_2 conversion 被引量:3
15
作者 Mei-Yan Wang Ran Ma Liang-Nian He 《Science China Chemistry》 SCIE EI CAS CSCD 2016年第5期507-516,共10页
Polyoxometalates(POMs) are a class of molecular metal oxides, showing numerous applications in various chemical processes due to their unique acid/base and redox features. By adjusting the tunable molecular structures... Polyoxometalates(POMs) are a class of molecular metal oxides, showing numerous applications in various chemical processes due to their unique acid/base and redox features. By adjusting the tunable molecular structures of the anions and counter cations, plenty of POM-based ionic liquids(POM-based ILs) have been fabricated to be used in various fields, such as catalysis, structural chemistry and material science. As a class of excellent catalysts, POM-based ILs have shown advantages in the emerging field of CO_2 utilization such as CO_2 capture, cycloaddition of CO_2 to epoxides, and reduction of CO_2, owing to the efficient activation of CO_2 by POM anions. This review summarizes recent advances in the catalysis of POM-based ILs, and particularly highlights the areas that are related to CO_2 conversion. 展开更多
关键词 ionic liquid CATALYSIS CO2 conversion POLYOXOMETALATE
原文传递
The applications of hypervalent iodine(Ⅲ) reagents in the constructions of heterocyclic compounds through oxidative coupling reactions 被引量:7
16
作者 ZHENG ZiSheng ZHANG-NEGRERIE Daisy +1 位作者 DU YunFei ZHAO Kang 《Science China Chemistry》 SCIE EI CAS 2014年第2期189-214,共26页
Hypervalent iodine(Ⅲ)reagents have been vastly used in many useful organic transformations.In this review article,we highlight the strategies that used the common hypervalent iodine(Ⅲ)reagents as oxidants to synthes... Hypervalent iodine(Ⅲ)reagents have been vastly used in many useful organic transformations.In this review article,we highlight the strategies that used the common hypervalent iodine(Ⅲ)reagents as oxidants to synthesize the heterocyclic compounds,based on the patterns of bond formation during the construction of the heterocyclic backbones. 展开更多
关键词 hypervalent iodine(III) reagent oxidative coupling bond formation strategy HETEROCYCLES
原文传递
A light-weight high-entropy alloy Al_(20)Be_(20)Fe_(10)Si_(15)Ti_(35) 被引量:12
17
作者 tseng kokai yang yachu +3 位作者 juan chienchang chin tsungshune tsai chewei yeh jienwei 《Science China(Technological Sciences)》 SCIE EI CAS CSCD 2018年第2期184-188,共5页
A light-weight high-entropy alloy (LWHEA) A120Be20Fe10SilsTi35 has been developed to have unique mechanical properties and oxidation resistance. One major and two minor phases are observed in the as-east microstruct... A light-weight high-entropy alloy (LWHEA) A120Be20Fe10SilsTi35 has been developed to have unique mechanical properties and oxidation resistance. One major and two minor phases are observed in the as-east microstructure. The density of the alloy is 3.91 gcm-3, and its hardness is HV 911, which is higher than quartz. The hardness and hardness to density ratio are the highest of all light-weight alloys reported before. In addition, it has excellent oxidation resistance at 700℃ and 900℃, which far exceeds that of Ti-6A1-4V. Thus, the combination of properties is promising for high-temperature applications, which require light weight, wear-resistant and oxidation-resistant components. 展开更多
关键词 high-entropy alloy light weight low density oxidation resistance
原文传递
Antibacterial applications of graphene oxides: structure-activity relationships, molecular initiating events and biosafety 被引量:10
18
作者 Huizhen Zheng Ronglin Ma +4 位作者 Meng Gao Xin Tian Yong-Qiang Li Lingwen Zeng Ruibin Li 《Science Bulletin》 SCIE EI CSCD 2018年第2期133-142,共10页
Bacterial infections may lead to diverse acute or chronic diseases (e.g., inflammation, sepsis and cancer). New antibiotics against bacteria are rarely discovered in recent years, which necessitates the exploration ... Bacterial infections may lead to diverse acute or chronic diseases (e.g., inflammation, sepsis and cancer). New antibiotics against bacteria are rarely discovered in recent years, which necessitates the exploration of new antibacterial agents. Engineered nanomatetials {ENMs) have been extensively studied for antibacterial use because of their long lasting killing effects in wide spectra of bacteria. Graphene oxide (GO) is one of the most widely studied ENMs and exhibit strong bactericidal effects. The physicochemical properties of GO play important roles in bacterial killing by triggering a cascade of toxic events. Many studies have explored the signaling pathways of GO in bacteria. Although molecular initiating events (MIEs) of GO in bacteria dominate its killing efficiency as well as toxicity mechanisms, they have been rarely reviewed. In this report, we discussed the structure-activity relationships (SARs) involved in GOinduced bacterial killing and the MIEs including redox reaction with biomolecules, mechanical destruction of membranes and catalysis of extracellular metabolites. Furthermore, we summarized the clinical or commercial applications of GO-based antibacterial products and discussed their biosafety in mammal. Finally, we reviewed the remaining challenges in GO for antibacterial applications, which may offer new insights for the development of nano antibacterial studies. 展开更多
关键词 2D MaterialsPhysicochemical properties Nanotoxicity Infection Microbe
原文传递
Controlling reduction degree of graphene oxide membranes for improved water permeance 被引量:9
19
作者 Qing Zhang Xitang Qian +2 位作者 Khalid Hussain Thebo Hui-Ming Cheng Wencai Ren 《Science Bulletin》 SCIE EI CSCD 2018年第12期788-794,共7页
Tailoring tire pore structure and surface chemistry of graphene-based laminates is essentially important for their applications as separation membranes. Usually, pure graphene oxide (GO) and completely reduced GO (... Tailoring tire pore structure and surface chemistry of graphene-based laminates is essentially important for their applications as separation membranes. Usually, pure graphene oxide (GO) and completely reduced GO (rGO) membranes suffer florn low water permeance because of the lack of pristine graphitic sp2 domains and very small interlayer spacing, respectively. In this work, we studied the influence of reduction degree on the structure and separation pertornrance of rGO membranes, tt was found that weak reduction retains the good dispersion and hydrophilicity of GO nanosheets. More importantly, it increases the number of pristine graphitic sp2 domains in rGO nanosheets while keeping the large interlayer spacing of the GO membranes in most regions at the same time. The resultant mernbranes show a high water permeance of 56.3 L m^-2 h^ -1 bar^ -1, which is about 4 times and over 10^4 times larger tban those of the GO and completely reduced rGO membranes, respectively, and high rejection over 95700 for various dyes. Furthermore, they show better structure stability and more superior separation perfor- mance than GO membranes in acid and alkali environments. 展开更多
关键词 Graphene oxide Reduction Separation membrane Water permeance
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部