期刊文献+
共找到618篇文章
< 1 2 31 >
每页显示 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.
在线阅读 下载PDF
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
知识图谱驱动的C++课程BOPPPS+ADCD教学模式探索
3
作者 王云艳 《计算机教育》 2026年第1期233-239,共7页
针对传统教学中自主学习和迁移学习不足、高阶计算思维培养不足、评价体系动态反馈不足等问题,提出知识图谱驱动的BOPPPS+ADCD线上线下混合教学模式,以C++程序设计课程为例,阐述如何通过知识图谱引领学生自主学习,并在BOPPPS参与式教学... 针对传统教学中自主学习和迁移学习不足、高阶计算思维培养不足、评价体系动态反馈不足等问题,提出知识图谱驱动的BOPPPS+ADCD线上线下混合教学模式,以C++程序设计课程为例,阐述如何通过知识图谱引领学生自主学习,并在BOPPPS参与式教学环节融入ADCD四阶段强化高阶计算思维训练,构建“教学—评价—改进”智慧评价的动态教学闭环以实现教学动态优化,最后说明教学实践效果。 展开更多
关键词 C++程序设计 知识图谱 BOPPPS+ADCD教学模式 智慧评价
在线阅读 下载PDF
基于边权重的软件漏洞检测方法
4
作者 于巧 黄子睿 +2 位作者 程圣懿 祝义 张淑涛 《计算机应用》 北大核心 2026年第2期518-527,共10页
随着软件在各个领域的广泛应用,软件漏洞呈不断增长的趋势,基于深度学习的软件漏洞检测方法得到广泛应用;然而,现有的图表示学习方法通常忽略了图中边对软件漏洞检测的影响,并且对边权重的表示过于粗糙。针对该问题,提出一种基于边权重... 随着软件在各个领域的广泛应用,软件漏洞呈不断增长的趋势,基于深度学习的软件漏洞检测方法得到广泛应用;然而,现有的图表示学习方法通常忽略了图中边对软件漏洞检测的影响,并且对边权重的表示过于粗糙。针对该问题,提出一种基于边权重的软件漏洞检测方法EWVD(Edge Weight for Vulnerability Detection)。首先,对源代码中的注释、自定义变量名和函数名进行清理和抽象表示;其次,经过对比分析后选择使用Sent2Vec进行嵌入表示;再次,利用连接结构、邻居节点的重要性和Jaccard相似性这3种度量方式,综合计算边权重,从而识别节点间的信息传递能力;最后,利用边权重提升模型对漏洞语句潜在关系的感知能力,从而判断图中边的重要性。实验结果表明,与7种漏洞检测基线方法中的最优基线VulCNN相比,EWVD的准确率提高了1.06个百分点,而假阳性率(FPR)降低了1.11个百分点。可见,EWVD细化了边权重的表示,并且提升了漏洞检测的综合性能。 展开更多
关键词 漏洞检测 边权重 图表示学习 程序依赖图
在线阅读 下载PDF
基于应用程序接口依赖关系图路径搜索的工作流生成方法
5
作者 梁冬 史骁 +1 位作者 吕存驰 赵晓芳 《高技术通讯》 北大核心 2026年第1期41-52,共12页
工作流编程日益成为重要的软件开发模式,智能辅助工作流生成服务能够显著提升用户开发效率。然而,现有的工作流平台仅提供基本的辅助功能,如候选节点推荐或边连接的限制。尽管大语言模型驱动的智能编程服务在代码生成上取得了显著进展,... 工作流编程日益成为重要的软件开发模式,智能辅助工作流生成服务能够显著提升用户开发效率。然而,现有的工作流平台仅提供基本的辅助功能,如候选节点推荐或边连接的限制。尽管大语言模型驱动的智能编程服务在代码生成上取得了显著进展,但在工作流生成中仍然面临诸多挑战。本文分析了大语言模型在工作流生成过程中常见的幻觉问题,并提出了一种基于应用程序接口(application programming interface,API)依赖关系图路径搜索的工作流生成方法。通过引导模型沿API依赖关系图搜索生成路径,限制其输出解码空间,有效缓解了模型幻觉现象。此外,本文引入多种路径搜索策略,包括出边路径搜索和入边路径搜索,为工作流生成提供了全新的思维链方法。实验结果表明,本文方法在工作流生成质量上优于先前的思维链技术,并显著降低了模型幻觉率。 展开更多
关键词 工作流生成 思维链 路径搜索 大语言模型幻觉 应用程序接口依赖关系图
在线阅读 下载PDF
人工智能技术赋能中职编程课程深度教学的实践路径
6
作者 覃淑梅 《移动信息》 2026年第1期101-103,共3页
为提升中职编程课程在内容结构、教学交互、评价反馈等方面的效能,文中以人工智能技术嵌入教学全过程为路径,构建了一种基于“知识图谱—智能干预—多维评估”的一体化教学机制,提出了课程内容动态重构、行为识别驱动的个性化教学策略... 为提升中职编程课程在内容结构、教学交互、评价反馈等方面的效能,文中以人工智能技术嵌入教学全过程为路径,构建了一种基于“知识图谱—智能干预—多维评估”的一体化教学机制,提出了课程内容动态重构、行为识别驱动的个性化教学策略与基于多模态数据融合的综合评价模型。结果表明,该机制在提升学生代码调试效率、逻辑思维能力与知识迁移表现方面具有显著优势,具备较强的适应性与推广价值。 展开更多
关键词 人工智能赋能 中职编程教学 知识图谱 智能教学干预
在线阅读 下载PDF
面向组合优化问题的图神经网络研究进展
7
作者 朱叶 丁苍峰 +1 位作者 曹博浩 陈科鑫 《计算机科学与探索》 北大核心 2026年第2期367-385,共19页
组合优化作为数学优化领域的重要分支,致力于在有限离散解空间中寻找最优解,其在计算机科学、数学、经济学等多个领域中广泛运用。然而,随着问题规模的扩大,传统求解方法面临巨大挑战。近年来,机器学习技术的迅猛发展为组合优化研究带... 组合优化作为数学优化领域的重要分支,致力于在有限离散解空间中寻找最优解,其在计算机科学、数学、经济学等多个领域中广泛运用。然而,随着问题规模的扩大,传统求解方法面临巨大挑战。近年来,机器学习技术的迅猛发展为组合优化研究带来新契机,尤其是图神经网络凭借其强大的结构建模能力与特征学习优势,成为解决组合优化问题的热门研究方向。为此,系统开展了图神经网络在组合优化问题中的应用研究。从组合优化问题的图表示出发,全面介绍了普通图神经网络、二部图神经网络、三部图神经网络以及超图神经网络等核心模型与算法,深入分析了其在解决具体组合优化问题场景中的应用策略与实际效果。对现有研究成果进行系统梳理与总结,客观评估了各类方法在实际应用中的优点与局限性。针对图神经网络在解决组合优化问题时存在的模型泛化性不足、可解释性差等问题,提出了未来可能的研究方向,期望为该领域的进一步发展提供新的思路与启发。 展开更多
关键词 组合优化问题 图神经网络 混合整数线性规划 旅行商问题
在线阅读 下载PDF
基于既有铁路运行图的市域列车加线方法研究
8
作者 张宇 汤杰 《现代城市轨道交通》 2026年第1期106-111,共6页
为合理利用既有铁路资源开行市域列车,在保障市域列车服务频率的同时减少加线列车对既有运行图的影响,以既有铁路运行图为基础,通过事件活动图构建运行图的抽象化拓扑结构,分析总结市域列车加线要点。研究构建多目标线性规划模型,以最... 为合理利用既有铁路资源开行市域列车,在保障市域列车服务频率的同时减少加线列车对既有运行图的影响,以既有铁路运行图为基础,通过事件活动图构建运行图的抽象化拓扑结构,分析总结市域列车加线要点。研究构建多目标线性规划模型,以最大化市域列车开行数量、最小化既有列车调整时间为目标,以列车区间运行时间、停站时间及安全间隔等为约束,实现基于既有铁路运行图的市域列车加线优化。以杭甬铁路宁波至绍兴段为研究对象,开展不同场景下的算例分析,结果表明,该模型可在有效控制既有列车调整幅度的基础上,实现市域列车加线问题的求解,对相关部门利用既有铁路开行市域列车的运营决策具有重要指导意义。 展开更多
关键词 市域列车 运行图 多目标线性规划 加线模型 事件活动图
在线阅读 下载PDF
藏医药知识图谱与问答系统构建研究
9
作者 葛馨遥 刘缘 +1 位作者 吴若冰 周艳霞 《黑龙江科学》 2026年第3期136-138,共3页
运用新一代人工智能技术,面向从事藏医药相关教学、科研的工作者以及有藏医诊治需求的普通群众,构建一款对用户友好的藏医知识问答助手,以促进藏医药知识的传播与应用。针对藏医药知识传承中存在的术语标准化不足与信息化检索效率低两... 运用新一代人工智能技术,面向从事藏医药相关教学、科研的工作者以及有藏医诊治需求的普通群众,构建一款对用户友好的藏医知识问答助手,以促进藏医药知识的传播与应用。针对藏医药知识传承中存在的术语标准化不足与信息化检索效率低两大痛点,基于《四部医典》构建融合藏医“三因学说”理论的知识图谱,通过AC自动机与规则模板问答匹配算法,依托微信小程序推出轻量化问答服务平台,为探索藏医药相关知识问答平台建设提供思路。 展开更多
关键词 藏医药 知识图谱 问答系统 微信小程序
暂未订购
西门子S7-Graph和S7-HiGraph语言的编程思路 被引量:1
10
作者 兰江 陈彬兵 《自动化信息》 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
11
作者 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在探料系统中的运用
12
作者 徐坤龙 《有色冶金设计与研究》 2015年第3期63-65,共3页
概述了韶关冶炼厂探料系统的应用现状,分析了现用PLC程序的优缺点。为了使得程序更简练,增强易读性,运用西门子s7 GRAPH重新编写了探料程序,并进行了仿真运行。仿真实践证明,采用顺序控制程序编程完全可以实现工艺要求,且更加简练、方便。
关键词 探料系统 顺序功能图 S7 graph 编程
在线阅读 下载PDF
Dynamic Slicing of Object Oriented Programs
13
作者 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
基于模糊测试的Java反序列化漏洞挖掘 被引量:2
14
作者 王鹃 张勃显 +3 位作者 张志杰 谢海宁 付金涛 王洋 《信息网络安全》 北大核心 2025年第1期1-12,共12页
随着反序列化技术在Java Web应用开发中的广泛应用,针对Java反序列化机制的攻击也日益增多,已严重威胁Java Web应用的安全性。当前主流的黑名单防范机制无法有效防御未知的反序列化漏洞利用,而现有的Java反序列化漏洞挖掘工具大多依赖... 随着反序列化技术在Java Web应用开发中的广泛应用,针对Java反序列化机制的攻击也日益增多,已严重威胁Java Web应用的安全性。当前主流的黑名单防范机制无法有效防御未知的反序列化漏洞利用,而现有的Java反序列化漏洞挖掘工具大多依赖静态分析方法,检测精确度较低。文章提出一种基于模糊测试的Java反序列化漏洞挖掘工具DSM-Fuzz,该工具首先通过对字节码进行双向追踪污点分析,提取所有可能与反序列化相关的函数调用链。然后,利用基于TrustRank算法的函数权值分配策略,评估函数与反序列化调用链的关联性,并根据相关性权值对模糊测试种子分配能量。为进一步优化测试用例的语法结构和语义特征,文章设计并实现了一种基于反序列化特征的种子变异算法。该算法利用反序列化的Java对象内部特征优化种子变异过程,并引导模糊测试策略对反序列化漏洞调用链进行路径突破。实验结果表明,DSM-Fuzz在漏洞相关代码覆盖量方面较其他工具提高了约90%。此外,该工具还在多个主流Java库中成功检测出50%的已知反序列化漏洞,检测精确度显著优于其他漏洞检测工具。因此,DSM-Fuzz可有效辅助Java反序列化漏洞的检测和防护。 展开更多
关键词 Java反序列化漏洞 模糊测试 污点分析 漏洞挖掘 程序调用图
在线阅读 下载PDF
AI赋能C语言程序设计智慧课程一体化建设与实践
15
作者 王春梅 《计算机教育》 2026年第2期122-127,共6页
基于智慧教育和我国软件国产化战略推进的双重背景下的需求,提出AI赋能C语言程序设计智慧课程一体化建设思路,具体阐述如何以师、生、机协同为核心,探索AI与教学全要素深度融合路径,通过构建AI赋能的教学新生态,优化整合课程在科教、产... 基于智慧教育和我国软件国产化战略推进的双重背景下的需求,提出AI赋能C语言程序设计智慧课程一体化建设思路,具体阐述如何以师、生、机协同为核心,探索AI与教学全要素深度融合路径,通过构建AI赋能的教学新生态,优化整合课程在科教、产教、跨学科方面的融合内容,组织国产软件结合AI技术的实践活动,采取多维智能考评与统计实现精准评估教学效果,旨在打造智能、个性、高效的学生学习体验,为同类院校C语言程序设计课程改革提供有益参考。 展开更多
关键词 AI赋能 C语言程序设计 智慧课程 一体化建设 教学新生态 知识图谱 个性化学习路径
在线阅读 下载PDF
An Alternative Approach for Solving Bi-Level Programming Problems
16
作者 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++
17
作者 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
18
作者 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
我国程序设计教学的知识图谱分析 被引量:2
19
作者 王新 周勇 +2 位作者 徐月美 孙晋非 李磊 《高教学刊》 2025年第9期85-88,共4页
为探索我国程序设计教学改革的特征和演进脉络,该文采用知识可视化的文献计量方法,对我国1999年至2023年的程序设计教学的文献进行分析。研究结果为,程序设计教学研究呈现三大特征包括新工科重塑程序设计教学理念、在线课程平台重构程... 为探索我国程序设计教学改革的特征和演进脉络,该文采用知识可视化的文献计量方法,对我国1999年至2023年的程序设计教学的文献进行分析。研究结果为,程序设计教学研究呈现三大特征包括新工科重塑程序设计教学理念、在线课程平台重构程序设计教学模式和人工智能驱动程序设计学习变革。通过关键词时间图谱得出研究结论,我国程序设计教学研究与教育部的政策导向及时代环境存在紧密联系;我国程序设计教学研究的演进可以归纳为早期萌芽、稳步增长和深化发展三个不同阶段。 展开更多
关键词 程序设计 知识图谱 教学改革 人工智能 数字化
在线阅读 下载PDF
Program Monitoring Based on Automaton Simulation
20
作者 LING Xiang HUANG Bo WU Guoqing 《Wuhan University Journal of Natural Sciences》 CAS 2013年第2期102-108,共7页
To check whether a program behaves in expectation, program monitoring systems are used for intrusion detection. This article presents a program monitoring system using automaton simulation based on the state graphs ex... To check whether a program behaves in expectation, program monitoring systems are used for intrusion detection. This article presents a program monitoring system using automaton simulation based on the state graphs extracted from C programs through static analysis. For complete state graph construction, a pointer alias analysis method is proposed to solve the function pointers for obtaining actual control flows. After compiling, pro- grams are instrumented with probes to report the internal states when they are running. A program monitor is built in the kernel of Linux system, which monitors the states of programs from probes and checks the paths of execution. This monitoring system could respond to the abnormal behaviors immediately to protect the sys- tems and programs from further damages. 展开更多
关键词 program monitonng intrusion detection h.mCtlOncall state graph
原文传递
上一页 1 2 31 下一页 到第
使用帮助 返回顶部