期刊文献+
共找到464篇文章
< 1 2 24 >
每页显示 20 50 100
On Product-Cordial Index Sets and Friendly Index Sets of 2-Regular Graphs and Generalized Wheels 被引量:2
1
作者 Harris KWONG Sin Min LEE Ho Kuen NG 《Acta Mathematica Sinica,English Series》 SCIE CSCD 2012年第4期661-674,共14页
A vertex labeling f : V →Z2 of a simple graph G = (V, E) induces two edge labelings The friendly index set and the product-cordial index set of G are defined as the setsf is friendly}. In this paper we study and d... A vertex labeling f : V →Z2 of a simple graph G = (V, E) induces two edge labelings The friendly index set and the product-cordial index set of G are defined as the setsf is friendly}. In this paper we study and determine the connection between the friendly index sets and product-cordial index sets of 2-regular graphs and generalized wheel graphs. 展开更多
关键词 Friendly index set product cordial index set 2-regular graphs generalized wheels
原文传递
围长至少为5的IC-可平面图的线性2-荫度
2
作者 闫清华 徐常青 《数学的实践与认识》 北大核心 2026年第1期226-235,共10页
设G是最大度为Δ(G)的IC-可平面图.图G的线性k-边染色是指G的一个k-边染色,满足由染同一种颜色的边集导出的子图的连通分支均是长至多为2的路.图G的线性2-荫度la_(2)(G)是使G有一个线性k-边染色的最小正整数k.运用权转移方法得到对于围... 设G是最大度为Δ(G)的IC-可平面图.图G的线性k-边染色是指G的一个k-边染色,满足由染同一种颜色的边集导出的子图的连通分支均是长至多为2的路.图G的线性2-荫度la_(2)(G)是使G有一个线性k-边染色的最小正整数k.运用权转移方法得到对于围长至少为5的IC-可平面图G有la2(G)≤[Δ(G)/2]+3. 展开更多
关键词 IC-可平面图 线性2-荫度 权转移方法
原文传递
Resource Allocation in V2X Networks:A Double Deep Q-Network Approach with Graph Neural Networks
3
作者 Zhengda Huan Jian Sun +3 位作者 Zeyu Chen Ziyi Zhang Xiao Sun Zenghui Xiao 《Computers, Materials & Continua》 2025年第9期5427-5443,共17页
With the advancement of Vehicle-to-Everything(V2X)technology,efficient resource allocation in dynamic vehicular networks has become a critical challenge for achieving optimal performance.Existing methods suffer from h... With the advancement of Vehicle-to-Everything(V2X)technology,efficient resource allocation in dynamic vehicular networks has become a critical challenge for achieving optimal performance.Existing methods suffer from high computational complexity and decision latency under high-density traffic and heterogeneous network conditions.To address these challenges,this study presents an innovative framework that combines Graph Neural Networks(GNNs)with a Double Deep Q-Network(DDQN),utilizing dynamic graph structures and reinforcement learning.An adaptive neighbor sampling mechanism is introduced to dynamically select the most relevant neighbors based on interference levels and network topology,thereby improving decision accuracy and efficiency.Meanwhile,the framework models communication links as nodes and interference relationships as edges,effectively capturing the direct impact of interference on resource allocation while reducing computational complexity and preserving critical interaction information.Employing an aggregation mechanism based on the Graph Attention Network(GAT),it dynamically adjusts the neighbor sampling scope and performs attention-weighted aggregation based on node importance,ensuring more efficient and adaptive resource management.This design ensures reliable Vehicle-to-Vehicle(V2V)communication while maintaining high Vehicle-to-Infrastructure(V2I)throughput.The framework retains the global feature learning capabilities of GNNs and supports distributed network deployment,allowing vehicles to extract low-dimensional graph embeddings from local observations for real-time resource decisions.Experimental results demonstrate that the proposed method significantly reduces computational overhead,mitigates latency,and improves resource utilization efficiency in vehicular networks under complex traffic scenarios.This research not only provides a novel solution to resource allocation challenges in V2X networks but also advances the application of DDQN in intelligent transportation systems,offering substantial theoretical significance and practical value. 展开更多
关键词 Resource allocation V2X double deep Q-network graph neural network
在线阅读 下载PDF
基于改进Graph2Seq的实体融合摘要生成模型
4
作者 陶源 钱惠敏 《计算机与现代化》 2025年第6期1-8,共8页
针对现有摘要生成模型占用计算资源大和对关键命名实体信息关注不足的问题,基于Graph2Seq模型提出一种融合实体和稀疏注意力的文摘生成模型(ESG2S)。首先,将原始文本构建为句法依存图,并进行实体节点增强,得到图数据;其次,将构建好的图... 针对现有摘要生成模型占用计算资源大和对关键命名实体信息关注不足的问题,基于Graph2Seq模型提出一种融合实体和稀疏注意力的文摘生成模型(ESG2S)。首先,将原始文本构建为句法依存图,并进行实体节点增强,得到图数据;其次,将构建好的图数据送入编码器,进行文本结构的学习;最后,将编码后的图数据送入融合了对称散度增强稀疏注意力的LSTM解码器,生成多条摘要。在CNN/DM数据集上进行实验,结果表明本文模型效果优于近年的一些主流方法,并在实体信息保留上取得了成效,生成的摘要可读性和信息全面性更佳。 展开更多
关键词 关键词摘要生成 graph2Seq 命名实体 稀疏注意力
在线阅读 下载PDF
Prompt-Guided Dialogue State Tracking with GPT-2 and Graph Attention
5
作者 Muhammad Asif Khan Dildar Hussain +5 位作者 Bhuyan Kaibalya Prasad Irfan Ullah Inayat Khan Jawad Khan Yeong Hyeon Gu Pavlos Kefalas 《Computers, Materials & Continua》 2025年第12期5451-5468,共18页
Dialogue State Tracking(DST)is a critical component of task-oriented spoken dialogue systems(SDS),tasked with maintaining an accurate representation of the conversational state by predicting slots and their correspond... Dialogue State Tracking(DST)is a critical component of task-oriented spoken dialogue systems(SDS),tasked with maintaining an accurate representation of the conversational state by predicting slots and their corresponding values.Recent advances leverage Large Language Models(LLMs)with prompt-based tuning to improve tracking accuracy and efficiency.However,these approaches often incur substantial computational and memory overheads and typically address slot extraction implicitly within prompts,without explicitly modeling the complex dependencies between slots and values.In this work,we propose PUGG,a novel DST framework that constructs schema-driven prompts to fine-tune GPT-2 and utilizes its tokenizer to implement a memory encoder.PUGG explicitly extracts slot values via GPT-2 and employs Graph Attention Networks(GATs)to model and reason over the intricate relationships between slots and their associated values.We evaluate PUGG on four publicly available datasets,where it achieves stateof-the-art performance across multiple evaluation metrics,highlighting its robustness and generalizability in diverse conversational scenarios.Our results indicate that the integration of GPT-2 substantially reduces model complexity and memory consumption by streamlining key processes.Moreover,prompt tuning enhances the model’s flexibility and precision in extracting relevant slot-value pairs,while the incorporation of GATs facilitates effective relational reasoning,leading to improved dialogue state representations. 展开更多
关键词 Spoken dialogue systems dialogue state tracking prompt tuning GPT-2 graph attention networks
在线阅读 下载PDF
Graph neural network-driven prediction of high-performance CO_(2)reduction catalysts based on Cu-based high-entropy alloys
6
作者 Zihao Jiao Chengyi Zhang +2 位作者 Ya Liu Liejin Guo Ziyun Wang 《Chinese Journal of Catalysis》 2025年第4期197-207,共11页
High-entropy alloy(HEA)offer tunable composition and surface structures,enabling the creation of novel active sites that enhance catalytic performance in renewable energy application.However,the inherent surface compl... High-entropy alloy(HEA)offer tunable composition and surface structures,enabling the creation of novel active sites that enhance catalytic performance in renewable energy application.However,the inherent surface complexity and tendency for elemental segregation,which results in discrepancies between bulk and surface compositions,pose challenges for direct investigation via density functional theory.To address this,Monte Carlo simulations combined with molecular dynamics were employed to model surface segregation across a broad range of elements,including Cu,Ag,Au,Pt,Pd,and Al.The analysis revealed a trend in surface segregation propensity following the order Ag>Au>Al>Cu>Pd>Pt.To capture the correlation between surface site characteristics and the free energy of multi-dentate CO_(2)reduction intermediates,a graph neural network was designed,where adsorbates were transformed into pseudo-atoms at their centers of mass.This model achieved mean absolute errors of 0.08–0.15 eV for the free energies of C_(2)intermediates,enabling precise site activity quantification.Results indicated that increasing the concentration of Cu,Ag,and Al significantly boosts activity for CO and C_(2)formation,whereas Au,Pd,and Pt exhibit negative effects.By screening stable composition space,promising HEA bulk compositions for CO,HCOOH,and C_(2)products were predicted,offering superior catalytic activity compared to pure Cu catalysts. 展开更多
关键词 Density functional theory Machine learning CO_(2)reduction High entropy alloys graph neural network
在线阅读 下载PDF
The Cordiality on the Union of 3-regular Connected Graph and Cycle 被引量:3
7
作者 XIE Yan-tao CHE Ying-tao LIU Zhi-shan 《Chinese Quarterly Journal of Mathematics》 CSCD 2010年第2期244-248,共5页
Diab proved the following graphs are Cordial;Pm K1,n if and only if(m,n) =(1,2);Cm K1,n;Pm Kn;Cm Kn for all m and n except m ≡ 2(mod 4).In this paper,we proved the Cordiality on the union of 3-regular connected graph... Diab proved the following graphs are Cordial;Pm K1,n if and only if(m,n) =(1,2);Cm K1,n;Pm Kn;Cm Kn for all m and n except m ≡ 2(mod 4).In this paper,we proved the Cordiality on the union of 3-regular connected graph K3 and cycle Cm.First we have the Lemma 2,if uv ∈ E(G),G is Cordial,we add 4 vertices x,y,z,w in sequence to the edge uv,obtain a new graph denoted by G*,then G* is still Cordial,by this lemma,we consider four cases on the union of 3-regular connected graph R3,and for every case we distinguish four subcases on the cycle Cm. 展开更多
关键词 3-regular graph Cordial graph union graph
在线阅读 下载PDF
A POLYNOMIAL ALGORITHM FOR FINDING THEMINIMUM FEEDBACK VERTEX SET OF A3-REGULAR SIMPLE GRAPH 被引量:2
8
作者 李德明 刘彦佩 《Acta Mathematica Scientia》 SCIE CSCD 1999年第4期375-381,共7页
A subset of the vertex set of a graph is a feedback vertex set of the graph if the resulting graph is a forest after removed the vertex subset from the graph. A polynomial algorithm for finding a minimum feedback vert... A subset of the vertex set of a graph is a feedback vertex set of the graph if the resulting graph is a forest after removed the vertex subset from the graph. A polynomial algorithm for finding a minimum feedback vertex set of a 3-regular simple graph is provided. 展开更多
关键词 maximum genus nonseparating independent number feedback vertex set 3-regular graph adjacency matching
在线阅读 下载PDF
2-Walk Linear Graphs with Small Number of Cycles 被引量:1
9
作者 FAN Qiong QI Huan 《Wuhan University Journal of Natural Sciences》 CAS 2010年第5期375-379,共5页
A graph has exactly two main eigenvalues if and only if it is a 2-walk linear graph.In this paper,we show some necessary conditions that a 2-walk(a,b)-linear graph must obey.Using these conditions and some basic the... A graph has exactly two main eigenvalues if and only if it is a 2-walk linear graph.In this paper,we show some necessary conditions that a 2-walk(a,b)-linear graph must obey.Using these conditions and some basic theorems in graph theory,we characterize all 2-walk linear graphs with small cyclic graphs without pendants.The results are given in sort on unicyclic,bicyclic,tricyclic graphs. 展开更多
关键词 2-walk linear graphs unicyclic graphs bicyclic graphs tricyclic graphs
原文传递
不含3-,4-,7-圈平面图的2-距离染色
10
作者 卜月华 包智敏 朱洪国 《浙江师范大学学报(自然科学版)》 2025年第2期133-141,共9页
通过分析极小反例平面图的结构性质,并运用权转移技巧,研究了不含3-,4-,7-圈平面图的2-距离色数.证明了Δ≥24且无3-,4-,7-圈的平面图G,有χ_(2)(G)≤Δ+3.该研究结果推广了此类平面图的2-距离染色的已知结果.
关键词 平面图 2-距离染色 权转移
在线阅读 下载PDF
On L(1, 2)-Edge-Labelings of Some Special Classes of Graphs 被引量:2
11
作者 Dan HE Wensong LIN 《Journal of Mathematical Research with Applications》 CSCD 2014年第4期403-413,共11页
For a graph G and two positive integers j and k, an m-L(j, k)-edge-labeling of G is an assignment on the edges to the set {0,..., m}, such that adjacent edges receive labels differing by at least j, and edges which ... For a graph G and two positive integers j and k, an m-L(j, k)-edge-labeling of G is an assignment on the edges to the set {0,..., m}, such that adjacent edges receive labels differing by at least j, and edges which are distance two apart receive labels differing by at least k. The λ′j,k-number of G is the minimum m of an m-L(j, k)-edge-labeling admitted by G.In this article, we study the L(1, 2)-edge-labeling for paths, cycles, complete graphs, complete multipartite graphs, infinite ?-regular trees and wheels. 展开更多
关键词 L(j k)-edge-labeling line graph path cycle complete graph complete multipartite graph infinite -regular tree wheel
原文传递
Graph neural network-based scheduling for multi-UAV-enabled communications in D2D networks 被引量:1
12
作者 Pei Li Lingyi Wang +3 位作者 Wei Wu Fuhui Zhou Baoyun Wang Qihui Wu 《Digital Communications and Networks》 SCIE CSCD 2024年第1期45-52,共8页
In this paper,we jointly design the power control and position dispatch for Multi-Unmanned Aerial Vehicle(UAV)-enabled communication in Device-to-Device(D2D)networks.Our objective is to maximize the total transmission... In this paper,we jointly design the power control and position dispatch for Multi-Unmanned Aerial Vehicle(UAV)-enabled communication in Device-to-Device(D2D)networks.Our objective is to maximize the total transmission rate of Downlink Users(DUs).Meanwhile,the Quality of Service(QoS)of all D2D users must be satisfied.We comprehensively considered the interference among D2D communications and downlink transmissions.The original problem is strongly non-convex,which requires high computational complexity for traditional optimization methods.And to make matters worse,the results are not necessarily globally optimal.In this paper,we propose a novel Graph Neural Networks(GNN)based approach that can map the considered system into a specific graph structure and achieve the optimal solution in a low complexity manner.Particularly,we first construct a GNN-based model for the proposed network,in which the transmission links and interference links are formulated as vertexes and edges,respectively.Then,by taking the channel state information and the coordinates of ground users as the inputs,as well as the location of UAVs and the transmission power of all transmitters as outputs,we obtain the mapping from inputs to outputs through training the parameters of GNN.Simulation results verified that the way to maximize the total transmission rate of DUs can be extracted effectively via the training on samples.Moreover,it also shows that the performance of proposed GNN-based method is better than that of traditional means. 展开更多
关键词 Unmanned aerial vehicle D2 Dcommunication graph neural network Power control Position planning
在线阅读 下载PDF
Counting Rooted Nearly 2-regular Planar Maps 被引量:1
13
作者 郝荣霞 蔡俊亮 《Northeastern Mathematical Journal》 CSCD 2004年第3期265-270,共6页
The number of rooted nearly 2-regular maps with the valency of root-vertex, the number of non-rooted vertices and the valency of root-face as three parameters is obtained. Furthermore, the explicit expressions of the ... The number of rooted nearly 2-regular maps with the valency of root-vertex, the number of non-rooted vertices and the valency of root-face as three parameters is obtained. Furthermore, the explicit expressions of the special cases including loopless nearly 2-regular maps and simple nearly 2-regular maps in terms of the above three parameters are derived. 展开更多
关键词 planar map simple map 2-regular map
在线阅读 下载PDF
All Nearly 2-Regular Leaves of Partial 6-Cycle Systems
14
作者 Liqun PU Hengzhou XU Hao SHEN 《Journal of Mathematical Research with Applications》 CSCD 2013年第6期653-665,共13页
Let Kn be a complete graph on n vertices. In this paper, we find the necessary conditions for the existence of a 6-cycle system of Kn - L for every nearly 2-regular leave L of Kn. This condition is also sufficient whe... Let Kn be a complete graph on n vertices. In this paper, we find the necessary conditions for the existence of a 6-cycle system of Kn - L for every nearly 2-regular leave L of Kn. This condition is also sufficient when the number of vertices of L is n - 4. 展开更多
关键词 complete graph 6-cycle nearly 2-regular.
原文传递
圈图与简单图的冠图的D(2)-点和可区别边染色的界 被引量:1
15
作者 何静 强会英 《吉林大学学报(理学版)》 北大核心 2025年第2期375-381,共7页
利用组合零点定理、构造染色法和数学归纳法,研究圈图与简单图的冠图的D(2)-点和可区别边染色问题,得到了圈图与简单图的冠图的D(2)-点和可区别边色数的界为Δ(G)+1,进而推出路图与简单图的冠图的界为Δ(G)+1.
关键词 圈图 简单图 冠图 D(2)-点和可区别边染色 D(2)-点和可区别边色数
在线阅读 下载PDF
Some Structural Properties of 2-Walk (a, b)-Linear Graphs
16
作者 FAN Qiong QI Huan 《Wuhan University Journal of Natural Sciences》 CAS 2012年第5期457-460,共4页
A graph has exactly two main eigenvalues if and only if it is a 2-walk linear graph. In this paper, we show some structural properties that a 2-walk (a, b)-linear graph holds. According to these properties, we can e... A graph has exactly two main eigenvalues if and only if it is a 2-walk linear graph. In this paper, we show some structural properties that a 2-walk (a, b)-linear graph holds. According to these properties, we can estimate and characterize more 2-walk linear graphs that have exactly two main eigenvalues. 展开更多
关键词 main eigenvalues 2-walk linear graph PATH CYCLE
原文传递
A Linear-Time Algorithm for 2-Step Domination in Block Graphs
17
作者 Yancai ZHAO Lianying MIAO Zuhua LIAO 《Journal of Mathematical Research with Applications》 CSCD 2015年第3期285-290,共6页
The 2-step domination problem is to find a minimum vertex set D of a graph such that every vertex of the graph is either in D or at distance two from some vertex of D. In the present paper, by using a labeling method,... The 2-step domination problem is to find a minimum vertex set D of a graph such that every vertex of the graph is either in D or at distance two from some vertex of D. In the present paper, by using a labeling method, we provide an O(m) time algorithm to solve the 2-step domination problem on block graphs, a superclass of trees. 展开更多
关键词 2-step domination block graph ALGORITHM labeling method
原文传递
A Note on the Girth of 3-Regular Hamiltonian Graph
18
作者 ZHAO Qiu-lan YUAN Jin-jiang 《Chinese Quarterly Journal of Mathematics》 2022年第4期430-431,共2页
It is well-known that the Petersen graph is nonhamiltonian.A very short proof for this result was presented in[2]due to D.B.West.In this note,by extending the proof technique in[2],we briefly show that the girth of ev... It is well-known that the Petersen graph is nonhamiltonian.A very short proof for this result was presented in[2]due to D.B.West.In this note,by extending the proof technique in[2],we briefly show that the girth of every 3-regular hamiltonian graph on n≥10 vertices is at most(n+4)/3. 展开更多
关键词 GIRTH Hamiltonian graph 3-regular graph
在线阅读 下载PDF
On the 2-Domination Number of Complete Grid Graphs
19
作者 Ramy Shaheen Suhail Mahfud Khames Almanea 《Open Journal of Discrete Mathematics》 2017年第1期32-50,共19页
A set D of vertices of a graph G = (V, E) is called k-dominating if every vertex v ∈V-D is adjacent to some k vertices of D. The k-domination number of a graph G, γk (G), is the order of a smallest k-dominating set ... A set D of vertices of a graph G = (V, E) is called k-dominating if every vertex v ∈V-D is adjacent to some k vertices of D. The k-domination number of a graph G, γk (G), is the order of a smallest k-dominating set of G. In this paper we calculate the k-domination number (for k = 2) of the product of two paths Pm × Pn for m = 1, 2, 3, 4, 5 and arbitrary n. These results were shown an error in the paper [1]. 展开更多
关键词 k-Dominating SET K-DOMINATION NUMBER 2-Dominating SET 2-Domination NUMBER CARTESIAN Product graphs PATHS
在线阅读 下载PDF
Schultz Polynomials and Their Topological Indices of Jahangir Graphs J2,m
20
作者 Shaohui Wang Mohammad Reza Farahani +1 位作者 M. R. Rajesh Kanna R. Pradeep Kumar 《Applied Mathematics》 2016年第14期1632-1637,共6页
Let G = (V;E) be a simple connected graph. The Wiener index is the sum of distances between all pairs of vertices of a connected graph. The Schultz topological index is equal to and the Modified Schultz topological in... Let G = (V;E) be a simple connected graph. The Wiener index is the sum of distances between all pairs of vertices of a connected graph. The Schultz topological index is equal to and the Modified Schultz topological index is . In this paper, the Schultz, Modified Schultz polynomials and their topological indices of Jahangir graphs J<sub>2,m</sub> for all integer number m ≥ 3 are calculated. 展开更多
关键词 Molecular Topological Index Schultz Index Schultz Polynomials Jahangir graphs J2 m
在线阅读 下载PDF
上一页 1 2 24 下一页 到第
使用帮助 返回顶部