期刊文献+
共找到13篇文章
< 1 >
每页显示 20 50 100
电磁场模拟程序
1
作者 柴振荣 《管理观察》 1995年第4期56-56,共1页
关键词 电磁场模拟 工作原理 不同作者 程序 程序片 简单介绍 环境
下载PDF
模块内聚性的度量方法 被引量:2
2
作者 弓惠生 《计算机研究与发展》 EI CSCD 北大核心 1997年第8期571-576,共6页
本文依据Weiser分片方法和控制流图的分解,得到以图元为元素的程序片(图片),由此得出判别低内聚模块的规则.在定义了粘图元及超粘图元以后给出了SFC,WFC,A三种内聚度量.
关键词 度量 模块内聚性 程序片 程度设计
下载PDF
从DBASE到FOXPRO的几点思考
3
作者 张洪林 《统计与决策》 北大核心 1995年第3期44-45,共2页
从DBASE到FOXPRO的几点思考张洪林一、FOXPRO的特点FOXPRO分别有在DOS和在WINDOWS下运行的产品,即FOXPROFORMS-DOS和FOXPROFORWINDOWS,其版本早期为2.0版,目前... 从DBASE到FOXPRO的几点思考张洪林一、FOXPRO的特点FOXPRO分别有在DOS和在WINDOWS下运行的产品,即FOXPROFORMS-DOS和FOXPROFORWINDOWS,其版本早期为2.0版,目前流行的多为2.5版。为了同时满足程... 展开更多
关键词 面向对象编程 DBASE 面向问题 开发平台 菜单生成器 对话框 程序片 郑州铁路局 窗口环境 提高素质
下载PDF
Monadically slicing programs with procedures
4
作者 张迎周 张卫丰 《Journal of Southeast University(English Edition)》 EI CAS 2008年第2期178-182,共5页
A two-phase monadic approach is presented for monadically slicing programs with procedures. In the monadic slice algorithm for interprocedural programs, phase 1 initializes the slice table of formal parameters in a pr... A two-phase monadic approach is presented for monadically slicing programs with procedures. In the monadic slice algorithm for interprocedural programs, phase 1 initializes the slice table of formal parameters in a procedure with the given labels, and then captures the callees' influence on callers when analyzing call statements. Phase 2 captures the callees' dependence on callers by replacing all given labels appearing in the corresponding sets of formal parameters. By the introduction of given labels, this slice method can obtain similar summary information in system-dependence-graph(SDG)-based algorithms for addressing the calling-context problem. With the use of the slice monad transformer, this monadic slicing approach achieves a high level of modularity and flexibility. It shows that the monadic interprocedural algorithm has less complexity and it is not less precise than SDG algorithms. 展开更多
关键词 program slicing monadic semantics interprocedural slicing calling-context problem
下载PDF
从DBASE到FOXPRO的几点思考
5
作者 张洪林 《市场研究》 1995年第9期27-28,共2页
一、FOXPRO 的特点FOXPRO 分别有在 DOS 和在WINDOWS 下运行的产品,即 FOXPROFORMS-DOS 和 FOXPRO FORWINDOWS,其版本早期为2.0版,目前流行的多为2.5版。为了同时满足程序员和初学者的需要,FOXPRO 将一个易于使用的非编程接口同强大的... 一、FOXPRO 的特点FOXPRO 分别有在 DOS 和在WINDOWS 下运行的产品,即 FOXPROFORMS-DOS 和 FOXPRO FORWINDOWS,其版本早期为2.0版,目前流行的多为2.5版。为了同时满足程序员和初学者的需要,FOXPRO 将一个易于使用的非编程接口同强大的开发机制结合起来。其突出特点主要表现在以下几个方面:1、非编程接口FOXPRO 设计了一个由菜单、对话框、窗口以及其他对象组成的精致的非编程接口。首次使用 FOXPRO 展开更多
关键词 DBASE 几点思考 BROWSE窗口 非编 程序片 命令 系统菜单 面向问题 对话框 FOXPRO
下载PDF
从DBASE到FOXPRO的几点思考
6
《江苏统计》 1995年第12期35-35,共1页
从DBASE到FOXPRO的几点思考一、FOXPRO的特点FOXPRO将一个易于使用的非编程接口同强大的开发机制结合起来.其突出特点主要表现在以下几个方面:1.非编程接口2.支持鼠标操作3.优良的窗口环境4.卓越的开... 从DBASE到FOXPRO的几点思考一、FOXPRO的特点FOXPRO将一个易于使用的非编程接口同强大的开发机制结合起来.其突出特点主要表现在以下几个方面:1.非编程接口2.支持鼠标操作3.优良的窗口环境4.卓越的开发平台5.功能强大的BROWSE6... 展开更多
关键词 DBASE 开发平台 面向对象编程 窗口环境 转变观念 编程接口 对话框 多表操作 程序片 选择项
下载PDF
PROGRAM SLICING BASED ON INTERESTING INDEX 被引量:2
7
作者 WuFangjun YiTong 《Journal of Electronics(China)》 2004年第3期255-260,共6页
With the scale of programs becoming increasingly bigger, and the complexity degree higher, how to select program fragments for slicing has become an important research topic. A new type of criterion called interesting... With the scale of programs becoming increasingly bigger, and the complexity degree higher, how to select program fragments for slicing has become an important research topic. A new type of criterion called interesting index is proposed for selecting parts of procedures or procedure fragments to do program slicing. This new criterion considers not only the subjective aspects in users, namely users' emphasis on the time efficiency, storage capacity or readability, but also the objective aspect in large procedures. It also represents the benefit of the users, while displaying the many-faceted roles that program slicing plays. In this way users call proceed with program slicing to large systems or unfinished systems. 展开更多
关键词 Program analysis Program slicing Relative complexity of types Interesting slicing
下载PDF
DEPENDENCE ANALYSIS FOR UML CLASS DIAGRAMS 被引量:2
8
作者 WuFangjun YiTong 《Journal of Electronics(China)》 2004年第3期249-254,共6页
Though Unified Modeling Language (UML) has been widely used in software development, the major problems confronted lie in comprehension and testing. Dependence analysis is an important approach to analyze, understand,... Though Unified Modeling Language (UML) has been widely used in software development, the major problems confronted lie in comprehension and testing. Dependence analysis is an important approach to analyze, understand, test and maintain programs. A new kind of dependence analysis method for UML class diagrams is developed. A set of dependence relations is definedcorresponding to the relations among classes. Thus, the dependence graph of UML class diagram can be constructed from these dependence relations. Based on this model, both slicing and measurement coupling are further given as its two applications. 展开更多
关键词 Unified Modeling Language (UML) Class diagram Dependence analysis Program slicing Measurement coupling
下载PDF
A HYBRID DYNAMIC PROGRAM SLICING
9
作者 YiTong WuFangjun 《Journal of Electronics(China)》 2005年第2期197-200,共4页
This letter proposes a hybrid method for computing dynamic program slicing. The key element is to construct a Coverage-Testing-based Dynamic Dependence Graph (CTDDG),which makes use of both dynamic and static informat... This letter proposes a hybrid method for computing dynamic program slicing. The key element is to construct a Coverage-Testing-based Dynamic Dependence Graph (CTDDG),which makes use of both dynamic and static information to get execution status. The approach overcomes the limitations of previous dynamic slicing methods, which have to redo slicing if slice criterion changes. 展开更多
关键词 Program analysis Program slicing Dynamic slicing Software testing
下载PDF
Modeling of photolithography process in semiconductor wafer fabrication systems using extended hybrid Petri nets 被引量:2
10
作者 周炳海 潘青枝 +1 位作者 王世进 吴斌 《Journal of Central South University of Technology》 EI 2007年第3期393-398,共6页
To describe a semiconductor wafer fabrication flow availably, a new modeling method of extended hybrid Petri nets (EHPNs) was proposed. To model the discrete part and continuous part of a complex photolithography pr... To describe a semiconductor wafer fabrication flow availably, a new modeling method of extended hybrid Petri nets (EHPNs) was proposed. To model the discrete part and continuous part of a complex photolithography process, hybrid Petri nets (HPNs) were introduced. To cope with the complexity of a photolithography process, object-oriented methods such as encapsulation and classifications were integrated with HPN models. EHPN definitions were presented on the basis of HPN models and object-oriented methods. Object-oriented hybrid Petri subnet models were developed for each typical physical object and an EHPN modeling procedure steps were structured. To demonstrate the feasibility and validity of the proposed modeling method, a real wafer photolithography case was used to illustrate the modeling procedure. dynamic modeling of a complex photolithography process effectively The modeling results indicate that the EHPNs can deal with the dynamic modeling of a complex photolithography process effectively. 展开更多
关键词 semiconductor wafer fabrication photolithography process hybrid Petri net object-oriented method
下载PDF
Extended and improved slicing technologies for Petri nets
11
作者 于汪洋 Yan Chungang +1 位作者 Ding Zhijun Fang Xianwen 《High Technology Letters》 EI CAS 2013年第1期98-104,共7页
Petri net is an important tool to model and analyze concurrent systems,but Petri net models are frequently large and complex,and difficult to understand and modify.Slicing is a technique to remove unnecessary parts wi... Petri net is an important tool to model and analyze concurrent systems,but Petri net models are frequently large and complex,and difficult to understand and modify.Slicing is a technique to remove unnecessary parts with respect to a criterion for analyzing programs,and has been widely used in specification level for model reduction,but researches on slicing of Petri nets are still limited.According to the idea of program slicing,this paper extends slicing technologies of Petri nets to four kinds of slices,including backward static slice,backward dynamic slice,forward static slice and forward dynamic slice.Based on the structure properties,the algorithms of obtaining two kinds of static slice are constructed.Then,a new method of slicing backward dynamic slice is proposed based on local reachability graph which can locally reflect the dynamic properties of Petri nets.At last,forward dynamic slice can be obtained through the reachability marking graph under a special marking.The algorithms can be used to reduce the size of Petri net,which can provide the basic technical support for simplifying the complexity of formal verification and analysis. 展开更多
关键词 Petri nets SLICE model reduction local reachability graph
下载PDF
Sequence assembly using next generation sequencing data —challenges and solutions 被引量:8
12
作者 CHIN Francis Y.L. LEUNG Henry C.M. YIU S.M. 《Science China(Life Sciences)》 SCIE CAS 2014年第11期1140-1148,共9页
Sequence assembling is an important step for bioinformatics study.With the help of next generation sequencing(NGS)technology,high throughput DNA fragment(reads)can be randomly sampled from DNA or RNA molecular sequenc... Sequence assembling is an important step for bioinformatics study.With the help of next generation sequencing(NGS)technology,high throughput DNA fragment(reads)can be randomly sampled from DNA or RNA molecular sequence.However,as the positions of reads being sampled are unknown,assembling process is required for combining overlapped reads to reconstruct the original DNA or RNA sequence.Compared with traditional Sanger sequencing methods,although the throughput of NGS reads increases,the read length is shorter and the error rate is higher.It introduces several problems in assembling.Moreover,paired-end reads instead of single-end reads can be sampled which contain more information.The existing assemblers cannot fully utilize this information and fails to assemble longer contigs.In this article,we will revisit the major problems of assembling NGS reads on genomic,transcriptomic,metagenomic and metatranscriptomic data.We will also describe our IDBA package for solving these problems.IDBA package has adopted several novel ideas in assembling,including using multiple k,local assembling and progressive depth removal.Compared with existence assemblers,IDBA has better performance on many simulated and real sequencing datasets. 展开更多
关键词 genomic assembling de Bruijn graph paired-end reads next generation sequencing
原文传递
Low-cost fault tolerance in evolvable multiprocessor systems:a graceful degradation approach
13
作者 Shervin VAKILI Sied Mehdi FAKHRAIE +1 位作者 Siamak MOHAMMADI Ali AHMADI 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2009年第6期922-926,共5页
The evolvable multiprocessor (EvoMP), as a novel multiprocessor system-on-chip (MPSoC) machine with evolvable task decomposition and scheduling, claims a major feature of low-cost and efficient fault tolerance. Non-ce... The evolvable multiprocessor (EvoMP), as a novel multiprocessor system-on-chip (MPSoC) machine with evolvable task decomposition and scheduling, claims a major feature of low-cost and efficient fault tolerance. Non-centralized control and adaptive distribution of the program among the available processors are two major capabilities of this platform, which remarkably help to achieve an efficient fault tolerance scheme. This letter presents the operational as well as architectural details of this fault tolerance scheme. In this method, when a processor becomes faulty, it will be eliminated of contribution in program execution in remaining run-time. This method also utilizes dynamic rescheduling capability of the system to achieve the maximum possible efficiency after processor reduction. The results confirm the efficiency and remarkable advantages of the proposed approach over common redundancy based techniques in similar systems. 展开更多
关键词 Fault tolerance Multiprocessor system-on-chip (MPSoC) Genetic algorithm (GA) Adaptive task scheduling
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部