期刊文献+
共找到589篇文章
< 1 2 30 >
每页显示 20 50 100
DEGENERATE OPTIMAL BASIS GRAPHS IN LINEAR PROGRAMMING 被引量:1
1
作者 Lin Yixun\ Wen JianjunDept.of Math.,Zhengzhou Univ.,Zhengzhou450 0 52 . 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2000年第2期184-192,共9页
The basis graph \%G\% for a linear programming consists of all bases under pivot transformations. A degenerate optimal basis graph G * is a subgraph of \%G\% induced by all optimal bases at a degenerate optimal verte... The basis graph \%G\% for a linear programming consists of all bases under pivot transformations. A degenerate optimal basis graph G * is a subgraph of \%G\% induced by all optimal bases at a degenerate optimal vertex x 0. In this paper, several conditions for the characterization of G * are presented. 展开更多
关键词 Linear programming DEGENERACY transformation graphs.
全文增补中
A Dynamic Programming Approach for the Max-Min Cycle Packing Problem in Even Graphs
2
作者 Peter Recht 《Open Journal of Discrete Mathematics》 2016年第4期340-350,共11页
Let be an undirected graph. The maximum cycle packing problem in G then is to find a collection of edge-disjoint cycles C<sub>i</sup>in G such that s is maximum. In general, the maximum cycle packing probl... Let be an undirected graph. The maximum cycle packing problem in G then is to find a collection of edge-disjoint cycles C<sub>i</sup>in G such that s is maximum. In general, the maximum cycle packing problem is NP-hard. In this paper, it is shown for even graphs that if such a collection satisfies the condition that it minimizes the quantityon the set of all edge-disjoint cycle collections, then it is a maximum cycle packing. The paper shows that the determination of such a packing can be solved by a dynamic programming approach. For its solution, an-shortest path procedure on an appropriate acyclic networkis presented. It uses a particular monotonous node potential. 展开更多
关键词 Maximum Edge-Disjoint Cycle Packing Extremal Problems in graph Theory Dynamic programming -Shortest Path Procedure
下载PDF
西门子S7-Graph和S7-HiGraph语言的编程思路 被引量:1
3
作者 兰江 陈彬兵 《自动化信息》 2007年第10期63-65,共3页
本文主要讨论了西门子PLC编程软件STEP7中的两种可选编程语言S7-Graph(顺序功能图)和S7-HiGraph(状态图),着重介绍了它们的编程原则和思路。同时,通过将上述两种专业编程语言与基本的梯形图语言应用于同一具体实例中的对比,总结... 本文主要讨论了西门子PLC编程软件STEP7中的两种可选编程语言S7-Graph(顺序功能图)和S7-HiGraph(状态图),着重介绍了它们的编程原则和思路。同时,通过将上述两种专业编程语言与基本的梯形图语言应用于同一具体实例中的对比,总结出了它们对于其它基本编程语言的优越性。 展开更多
关键词 专业编程语言 S7-graph S7-Higraph 梯形图语言 优越性
下载PDF
THE Z SPECIFICATION DEPENDENCE GRAPH
4
作者 WuFangjun YiTong 《Journal of Electronics(China)》 2005年第2期201-204,共4页
The lack of existing solutions makes it really hard to understand formal specification languages since the application domain for representations is useful for the purpose of carrying out certain software engineering ... The lack of existing solutions makes it really hard to understand formal specification languages since the application domain for representations is useful for the purpose of carrying out certain software engineering operations such as slicing and the computation of program metrics.A Z specification dependence graph is presented in this letter. It draws on the strengths of a range of earlier works and adapts them, if necessary, to the Z language. 展开更多
关键词 program Dependence graph(PDG) System Dependence graph(SDG) Formal specification language
下载PDF
西门子s7 GRAPH在探料系统中的运用
5
作者 徐坤龙 《有色冶金设计与研究》 2015年第3期63-65,共3页
概述了韶关冶炼厂探料系统的应用现状,分析了现用PLC程序的优缺点。为了使得程序更简练,增强易读性,运用西门子s7 GRAPH重新编写了探料程序,并进行了仿真运行。仿真实践证明,采用顺序控制程序编程完全可以实现工艺要求,且更加简练、方便。
关键词 探料系统 顺序功能图 S7 graph 编程
下载PDF
Dynamic Slicing of Object Oriented Programs
6
作者 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 Alternative Approach for Solving Bi-Level Programming Problems
7
作者 Rashmi Birla Vijay K. Agarwal +1 位作者 Idrees A. Khan Vishnu Narayan Mishra 《American Journal of Operations Research》 2017年第3期239-247,共9页
An algorithm is proposed in this paper for solving two-dimensional bi-level linear programming problems without making a graph. Based on the classification of constraints, algorithm removes all redundant constraints, ... An algorithm is proposed in this paper for solving two-dimensional bi-level linear programming problems without making a graph. Based on the classification of constraints, algorithm removes all redundant constraints, which eliminate the possibility of cycling and the solution of the problem is reached in a finite number of steps. Example to illustrate the method is also included in the paper. 展开更多
关键词 LINEAR programMING PROBLEM Bi-Level programMING PROBLEM graph Algorithm
下载PDF
System Dependence Graph Construction for Aspect Oriented C++
8
作者 SHI Liang XU Baowen 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第3期555-560,共6页
This paper proposes an extended system dependence graph called AspectSDG to represent control and data dependences for AspeetC++ programs, and presents an approach for the construction of AspectSDG. This approach de... This paper proposes an extended system dependence graph called AspectSDG to represent control and data dependences for AspeetC++ programs, and presents an approach for the construction of AspectSDG. This approach decomposes aspect-oriented programs into three parts: component codes, aspect codes, and weaving codes. It constructs program dependence graphs (PDGs) for each part, and then connects the PDGs at call sites to form the complete AspectSDG. The AspectSDG can deal with advice precedence correctly, and represent the additional dependences caused by aspect codes. Based on this model, we introduce how to compute a static slice of an AspectC+ + program. 展开更多
关键词 program analysis system dependence graph ASPECT-ORIENTED slicing
下载PDF
A Comparative Study on Test Case Generation of Concurrent Programs
9
作者 Bidush Kumar Sahoo Mitrabinda Ray 《World Journal of Engineering and Technology》 2016年第2期273-280,共8页
This paper deals with a comparative study on testing of concurrent programs based on different techniques. The various challenges in testing concurrent programming are: defining test coverage criteria based on control... This paper deals with a comparative study on testing of concurrent programs based on different techniques. The various challenges in testing concurrent programming are: defining test coverage criteria based on control flow, generating control flow graph of nondeterministic programs, investigating the applicability of sequential testing criteria to parallel program testing etc. For solving these issues, some existing techniques are discussed in this study. Various researchers use an intermediate graph called Event Inter Actions Graph (EIAG) to solve the problem of generating the control flow graph of nondeterministic programs. Some researches propose an intermediate graph called Interaction Sequence Testing Criteria (ISTC) approach based on sequence of interactions to solve the problem of test coverage criteria based on control and data flow. Another method to solve the problem of generating test coverage based on control flow graph of nondeterministic programs is constraint based approach. It needs constrained elements to generate test case which includes structural element and constraint. The selection of good test cases has been addressed by test data generation technique. The technique of concurrent path analysis approach is used to solve the problem of applicability of sequential testing criteria to parallel program testing. It reduces the number of combined concurrent test paths. The sequential test paths are combined to form concurrent test path. The Integration and System Test Automation (ISTA) approach is used to solve the problem of applicability of sequential testing criteria to parallel program testing. It is used for automated test case generation and execution by using high-level Petri net is a finite state test model. 展开更多
关键词 Concurrent program EIAG Dead Statement Control Flow graph Nondeterministic program
下载PDF
Subgraph Isomorphism Based Intrinsic Function Reduction in Decompilation
10
作者 Yanzhao Liu Yinliang Zhao +1 位作者 Lei Zhang Kai Liu 《Journal of Software Engineering and Applications》 2016年第3期80-90,共11页
Program comprehension is one of the most important applications in decompilation. The more abstract the decompilation result the better it is understood. Intrinsic function is introduced by a compiler to reduce the ov... Program comprehension is one of the most important applications in decompilation. The more abstract the decompilation result the better it is understood. Intrinsic function is introduced by a compiler to reduce the overhead of a function call and is inlined in the code where it is called. When analyzing the decompiled code with lots of inlined intrinsic functions, reverse engineers may be confused by these detailed and repeated operations and lose the goal. In this paper, we propose a method based graph isomorphism to detect intrinsic function on the CFG (Control Flow Graph) of the target function first. Then we identify the boundary of the intrinsic function, determine the parameter and return value and reduce the intrinsic function to a single function call in the disassembled program. Experimental results show that our method is more efficient at reducing intrinsic functions than the state-of-art decompilers such as Hex-Rays, REC and RD (Retargetable Decompiler). 展开更多
关键词 program Comprehension DECOMPILATION graph Isomorphism Intrinsic Function
下载PDF
基于知识图谱推荐系统的高校“汇编语言程序设计”课程教学改革 被引量:3
11
作者 肖祯怀 《镇江高专学报》 2024年第1期101-105,共5页
随着现代教育技术的迅速发展,“汇编语言程序设计”课程的传统教学模式亟待创新,以满足学生的多元化学习需求。知识图谱推荐系统结合知识图谱和学生模型构建,实现了教学内容的个性化推荐、学习路径规划、资源整合、多样化的教学互动。... 随着现代教育技术的迅速发展,“汇编语言程序设计”课程的传统教学模式亟待创新,以满足学生的多元化学习需求。知识图谱推荐系统结合知识图谱和学生模型构建,实现了教学内容的个性化推荐、学习路径规划、资源整合、多样化的教学互动。为验证知识图谱推荐系统在“汇编语言程序设计”教学中的作用进行实证研究。研究结果表明,知识图谱推荐系统能有效提高学生的学习成绩、学习兴趣和学习满意度,为教学方法的创新和优化提供有益的参考。 展开更多
关键词 知识图谱 汇编语言程序设计 推荐系统 个性化推荐
下载PDF
多光源照射下目标图像实时生成方法
12
作者 张玉双 谢晓钢 +2 位作者 苏华 王锐 张飞舟 《强激光与粒子束》 CAS CSCD 北大核心 2024年第6期41-47,共7页
由于地理位置、太阳、大气环境等因素限制,无法获取空间目标在各种姿态、光照条件、特别是激光、太阳和背景光共同作用下的实际成像。提出一种多光源照射下目标图像实时生成方法。该方法基于计算机图形学中纹理映射思想,采用现代图形显... 由于地理位置、太阳、大气环境等因素限制,无法获取空间目标在各种姿态、光照条件、特别是激光、太阳和背景光共同作用下的实际成像。提出一种多光源照射下目标图像实时生成方法。该方法基于计算机图形学中纹理映射思想,采用现代图形显卡编程技术和帧缓存对象特性,在GPU(Graphics Processing Unit)端采用着色器语言实现多光源作用下目标亮度值高效计算和真实感增强;采用开源三维图形引擎OSG(Open SceneGraph)支持多种格式三维模型文件,提高与国产麒麟操作系统及常用战场态势显示软件的兼容性。仿真实验验证了该方法的有效性和优越性。 展开更多
关键词 多光源 图像生成 GPU编程 OSG
下载PDF
基于有向图规划的城乡物流配送路径优化研究
13
作者 孙静 《自动化技术与应用》 2024年第4期5-8,13,共5页
为了解决当前的城乡物流配送路径优化方法存在的路径利用率和需求点满意度低、配送成本高的问题,提出基于有向图规划的城乡物流配送路径优化方法。将城乡物流配送路径优化转化为配送路线合理安排问题,设计城乡物流配送路径问题表达式和... 为了解决当前的城乡物流配送路径优化方法存在的路径利用率和需求点满意度低、配送成本高的问题,提出基于有向图规划的城乡物流配送路径优化方法。将城乡物流配送路径优化转化为配送路线合理安排问题,设计城乡物流配送路径问题表达式和约束条件,以此提出配送路径优化假设,建立城乡物流配送路径优化模型,并制定模型约束。采用有向图规划计算最短路径和最早配送时间,并获取该范围内的需求点,得到优化后的城乡物流配送需求点和路径。实验结果表明,研究方法的配送成本较低,路径利用率和需求点满意度较高。 展开更多
关键词 有向图规划 城乡物流 配送路径 路径优化
下载PDF
融合图注意力网络和注意力因子分解机的服务推荐方法 被引量:1
14
作者 黄德玲 童夏龙 杨皓栋 《重庆邮电大学学报(自然科学版)》 CSCD 北大核心 2024年第2期357-366,共10页
为了解决服务推荐过程中的特征稀疏问题、提高服务的语义表示能力,进而提升推荐的准确性和有效性,提出基于图注意力网络(graph attention networks,GAT)研究服务推荐方法,引入服务的组合权重和组合的结构信息,综合利用多种服务特征,提... 为了解决服务推荐过程中的特征稀疏问题、提高服务的语义表示能力,进而提升推荐的准确性和有效性,提出基于图注意力网络(graph attention networks,GAT)研究服务推荐方法,引入服务的组合权重和组合的结构信息,综合利用多种服务特征,提高服务推荐质量。将GAT和注意力因子分解机(attention factorization machine,AFM)结合在一起,利用多头自注意力机制,学习每个节点在图邻域中的重要性;进行信息聚合,处理网络中的不同图结构,以适应服务动态变化的场景。实验结果显示,在数据平衡的情况下,提出的方法性能表现均好于对比方法;在数据不平衡的情况下,提出的方法大部分性能指标也表现良好,达到了提升服务推荐准确性和有效性的目标。 展开更多
关键词 服务推荐 图注意力网络 注意力因子分解机 应用程序接口
下载PDF
An Intelligent Assessment Tool for Students’ Java Submissions in Introductory Programming Courses
15
作者 Fatima Al Shamsi Ashraf Elnagar 《Journal of Intelligent Learning Systems and Applications》 2012年第1期59-69,共11页
This paper presents a graph-based grading system for Java introductory programming courses, eGrader. This system grades submission both dynamically and statically to ensure a complete and through grading job. While dy... This paper presents a graph-based grading system for Java introductory programming courses, eGrader. This system grades submission both dynamically and statically to ensure a complete and through grading job. While dynamic analysis is based on JUnit framework, the static analysis is based on the graph representation of the program and its quality which is measured by software metrics. The graph representation is based on the Control Dependence Graphs (CDG) and Method Call Dependencies (MCD). eGrader outperforms existing systems in two ways: the ability of grading submission with semantic-errors, effectively, and generating reports for students, as a feedback on their performance, and instructors on the overall performance of the class. eGrader is well received by instructors not only for saving time and effort but also for its high success rate that is measured by four performance indicators which are sensitivity (97.37%), specificity (98.1%), precision (98.04%) and accuracy (97.07%). 展开更多
关键词 JAVA programMING COMPUTER Aided Education COMPUTER Aided Assessment Control DEPENDENCE graphS
下载PDF
基于深层图卷积网络与注意力的漏洞检测方法 被引量:1
16
作者 肖鹏 张旭升 +1 位作者 杨丰玉 郑巍 《计算机工程与应用》 CSCD 北大核心 2024年第3期292-298,共7页
针对现有基于图神经网络的漏洞挖掘方法中缺乏上下文环境信息而导致图结构特征不全面,以及过平滑问题使模型无法学习图结构高阶特征导致预测性能不佳的问题,提出一种基于深层图卷积网络与图注意力的漏洞检测方法 PSG-GCNIIAT。在程序依... 针对现有基于图神经网络的漏洞挖掘方法中缺乏上下文环境信息而导致图结构特征不全面,以及过平滑问题使模型无法学习图结构高阶特征导致预测性能不佳的问题,提出一种基于深层图卷积网络与图注意力的漏洞检测方法 PSG-GCNIIAT。在程序依赖关系图基础上,PSG融合顺序关系图,令代码行语句具备感知其上下文信息能力,通过抽象语法树来生成代码行的嵌入向量,实现图节点深层结构特征提取;GCNIIAT采用深层图卷积网络GCNII,结合图注意力机制,更有效地识别程序切片的图结构特征与漏洞关联。实验结果表明,PSG-GCNIIAT漏洞检测方法比VulDeePecker、GCN、GGNN在准确率和F值指标上具有明显优势,能够显著提升程序漏洞检测的性能。 展开更多
关键词 程序漏洞 图注意力 深层图卷积网络 图结构特征
下载PDF
Program Slicing Based Buffer Overflow Detection
17
作者 Yingzhou Zhang Wei Fu +1 位作者 Xiaofei Qian Wei Chen 《Journal of Software Engineering and Applications》 2010年第10期965-971,共7页
The development of the information technology has brought threats to human society when it has influenced seriously the global politics, economics and military etc. But among the security of information system, buffer... The development of the information technology has brought threats to human society when it has influenced seriously the global politics, economics and military etc. But among the security of information system, buffer overrun vulnerability is undoubtedly one of the most important and common vulnerabilities. This paper describes a new technology, named program slicing, to detect the buffer overflow leak in security-critical C code. First, we use slicing technology to analyze the variables which may be with vulnerability and extract the expressions which will bring memory overflow. Secondly, we utilize debug technology to get the size of memory applied by the variable and the size of memory used for these code segments (the slicing result) further. Therefore we can judge whether it will overflow according to the analysis above. According to the unique excellence of program slicing performing in the large-scale program’s debugging, the method to detect buffer overrun vulnerability described in this paper will reduce the workload greatly and locate the code sentences affected by corresponding variable set quickly, particularly including the potential vulnerability caused by parameter dependence among the subroutines. 展开更多
关键词 program SLICING BUFFER OVERFLOW Inter-Procedure SLICING DEBUG System DEPENDENCE graph
下载PDF
新工科背景下基于知识图谱的程序设计类课程群建设研究
18
作者 冷泳林 《计算机应用文摘》 2024年第16期4-6,共3页
文章探讨了新工科背景下基于知识图谱的程序设计类课程群构建策略,聚焦于课程分析、知识图谱设计与构建、课程内容整合、教学资源和活动规划及评估迭代等关键步骤。研究表明,引入知识图谱重构程序设计类课程群,可以有效优化程序设计类... 文章探讨了新工科背景下基于知识图谱的程序设计类课程群构建策略,聚焦于课程分析、知识图谱设计与构建、课程内容整合、教学资源和活动规划及评估迭代等关键步骤。研究表明,引入知识图谱重构程序设计类课程群,可以有效优化程序设计类课程群的结构,从而提高教学内容的连贯性和系统性。文章提出的建设策略不仅提升了学生的学习效果与学习兴趣,还改善了教学质量,对提高新工科人才培养质量、顺应技术快速迭代的发展趋势具有重要意义。 展开更多
关键词 新工科 程序设计 课程群 知识图谱
下载PDF
分析、布局、优化——图论在建筑策划研究中的应用前景 被引量:1
19
作者 郭凇 庄惟敏 《世界建筑》 2024年第7期76-86,共11页
建筑策划是根据总体规划对建筑本身的规模、性质、容量、性格等影响设计和使用的诸因素做深入的调查、研究、归纳分析,从而得出定性定量的结论和数据的过程,能够有效提升设计成果的合理性。但此前由于技术应用的局限,建筑策划依据进行... 建筑策划是根据总体规划对建筑本身的规模、性质、容量、性格等影响设计和使用的诸因素做深入的调查、研究、归纳分析,从而得出定性定量的结论和数据的过程,能够有效提升设计成果的合理性。但此前由于技术应用的局限,建筑策划依据进行推理的数据往往只能凭经验整合,成果的系统性有待提升。功能气泡图能够简明地用于空间布局的推敲和表达,一直是建筑策划的重要成果形式。基于图论的智能技术的发展带来了策划所用多源数据建立可解释关联的可能性,从而可以全流程地提升策划的科学水平。本文基于相关领域的前沿研究,梳理了当前可用以表示建筑策划所用多种信息的28种图表示类型,以及可在建筑策划分析、布局、优化不同环节融合图论方法提升策划效果的14个切入点。最后,对融合图论建立智能策划理论体系的优势和局限进行了述评,对融合图论的智能建筑策划框架进行展望。 展开更多
关键词 建筑策划 图论 图神经网络 复杂性科学
下载PDF
基于多模态特征融合的源代码漏洞检测
20
作者 赵鹍 何成万 +1 位作者 叶庭瑞 陈伟 《计算机工程与设计》 北大核心 2024年第11期3233-3239,共7页
针对现有的静态漏洞检测方法存在程序特征丢失较多的问题,提出一种基于多模态特征融合的源代码漏洞检测方法。对源代码进行标准化处理,根据数据依赖和控制依赖关系生成程序依赖图,利用双向门控循环单元和图注意力网络分别提取标准化代... 针对现有的静态漏洞检测方法存在程序特征丢失较多的问题,提出一种基于多模态特征融合的源代码漏洞检测方法。对源代码进行标准化处理,根据数据依赖和控制依赖关系生成程序依赖图,利用双向门控循环单元和图注意力网络分别提取标准化代码和程序依赖图的特征,将两种模态的特征进行融合并送入分类器完成漏洞检测。在SARD数据集上进行对比实验,其结果表明,提出方法可以同时检测不同类型的漏洞,综合检测性能优于其它5种方法,准确率达到了85.4%,F1分数达到了81.9%,进一步降低了漏报率和误报率,验证了方法的有效性。 展开更多
关键词 深度学习 多模态 特征融合 漏洞检测 程序依赖图 门控循环单元 图注意力网络
下载PDF
上一页 1 2 30 下一页 到第
使用帮助 返回顶部