期刊文献+
共找到5,681篇文章
< 1 2 250 >
每页显示 20 50 100
Context Patch Fusion with Class Token Enhancement for Weakly Supervised Semantic Segmentation
1
作者 Yiyang Fu Hui Li Wangyu Wu 《Computer Modeling in Engineering & Sciences》 2026年第1期1130-1150,共21页
Weakly Supervised Semantic Segmentation(WSSS),which relies only on image-level labels,has attracted significant attention for its cost-effectiveness and scalability.Existing methods mainly enhance inter-class distinct... Weakly Supervised Semantic Segmentation(WSSS),which relies only on image-level labels,has attracted significant attention for its cost-effectiveness and scalability.Existing methods mainly enhance inter-class distinctions and employ data augmentation to mitigate semantic ambiguity and reduce spurious activations.However,they often neglect the complex contextual dependencies among image patches,resulting in incomplete local representations and limited segmentation accuracy.To address these issues,we propose the Context Patch Fusion with Class Token Enhancement(CPF-CTE)framework,which exploits contextual relations among patches to enrich feature repre-sentations and improve segmentation.At its core,the Contextual-Fusion Bidirectional Long Short-Term Memory(CF-BiLSTM)module captures spatial dependencies between patches and enables bidirectional information flow,yield-ing a more comprehensive understanding of spatial correlations.This strengthens feature learning and segmentation robustness.Moreover,we introduce learnable class tokens that dynamically encode and refine class-specific semantics,enhancing discriminative capability.By effectively integrating spatial and semantic cues,CPF-CTE produces richer and more accurate representations of image content.Extensive experiments on PASCAL VOC 2012 and MS COCO 2014 validate that CPF-CTE consistently surpasses prior WSSS methods. 展开更多
关键词 Weakly supervised semantic segmentation context-fusion class enhancement
在线阅读 下载PDF
Cascading Class Activation Mapping:A Counterfactual Reasoning-Based Explainable Method for Comprehensive Feature Discovery
2
作者 Seoyeon Choi Hayoung Kim Guebin Choi 《Computer Modeling in Engineering & Sciences》 2026年第2期1043-1069,共27页
Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classificati... Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classification.This limitation becomes critical when hidden secondary cues—potentially more meaningful than the visualized ones—remain undiscovered.This study introduces CasCAM(Cascaded Class Activation Mapping)to address this fundamental limitation through counterfactual reasoning.By asking“if this dominant cue were absent,what other evidence would the model use?”,CasCAM progressively masks the most salient features and systematically uncovers the hierarchy of classification evidence hidden beneath them.Experimental results demonstrate that CasCAM effectively discovers the full spectrum of reasoning evidence and can be universally applied with nine existing interpretation methods. 展开更多
关键词 Explainable AI class activation mapping counterfactual reasoning shortcut learning feature discovery
在线阅读 下载PDF
Effective Token Masking Augmentation Using Term-Document Frequency for Language Model-Based Legal Case Classification
3
作者 Ye-Chan Park Mohd Asyraf Zulkifley +1 位作者 Bong-Soo Sohn Jaesung Lee 《Computers, Materials & Continua》 2026年第4期928-945,共18页
Legal case classification involves the categorization of legal documents into predefined categories,which facilitates legal information retrieval and case management.However,real-world legal datasets often suffer from... Legal case classification involves the categorization of legal documents into predefined categories,which facilitates legal information retrieval and case management.However,real-world legal datasets often suffer from class imbalances due to the uneven distribution of case types across legal domains.This leads to biased model performance,in the form of high accuracy for overrepresented categories and underperformance for minority classes.To address this issue,in this study,we propose a data augmentation method that masks unimportant terms within a document selectively while preserving key terms fromthe perspective of the legal domain.This approach enhances data diversity and improves the generalization capability of conventional models.Our experiments demonstrate consistent improvements achieved by the proposed augmentation strategy in terms of accuracy and F1 score across all models,validating the effectiveness of the proposed method in legal case classification. 展开更多
关键词 Legal case classification class imbalance data augmentation token masking legal NLP
在线阅读 下载PDF
Flood predictions from metrics to classes by multiple machine learning algorithms coupling with clustering-deduced membership degree
4
作者 ZHAI Xiaoyan ZHANG Yongyong +5 位作者 XIA Jun ZHANG Yongqiang TANG Qiuhong SHAO Quanxi CHEN Junxu ZHANG Fan 《Journal of Geographical Sciences》 2026年第1期149-176,共28页
Accurate prediction of flood events is important for flood control and risk management.Machine learning techniques contributed greatly to advances in flood predictions,and existing studies mainly focused on predicting... Accurate prediction of flood events is important for flood control and risk management.Machine learning techniques contributed greatly to advances in flood predictions,and existing studies mainly focused on predicting flood resource variables using single or hybrid machine learning techniques.However,class-based flood predictions have rarely been investigated,which can aid in quickly diagnosing comprehensive flood characteristics and proposing targeted management strategies.This study proposed a prediction approach of flood regime metrics and event classes coupling machine learning algorithms with clustering-deduced membership degrees.Five algorithms were adopted for this exploration.Results showed that the class membership degrees accurately determined event classes with class hit rates up to 100%,compared with the four classes clustered from nine regime metrics.The nonlinear algorithms(Multiple Linear Regression,Random Forest,and least squares-Support Vector Machine)outperformed the linear techniques(Multiple Linear Regression and Stepwise Regression)in predicting flood regime metrics.The proposed approach well predicted flood event classes with average class hit rates of 66.0%-85.4%and 47.2%-76.0%in calibration and validation periods,respectively,particularly for the slow and late flood events.The predictive capability of the proposed prediction approach for flood regime metrics and classes was considerably stronger than that of hydrological modeling approach. 展开更多
关键词 flood regime metrics class prediction machine learning algorithms hydrological model
原文传递
CAWASeg:Class Activation Graph Driven Adaptive Weight Adjustment for Semantic Segmentation
5
作者 Hailong Wang Minglei Duan +1 位作者 Lu Yao Hao Li 《Computers, Materials & Continua》 2026年第3期1071-1091,共21页
In image analysis,high-precision semantic segmentation predominantly relies on supervised learning.Despite significant advancements driven by deep learning techniques,challenges such as class imbalance and dynamic per... In image analysis,high-precision semantic segmentation predominantly relies on supervised learning.Despite significant advancements driven by deep learning techniques,challenges such as class imbalance and dynamic performance evaluation persist.Traditional weighting methods,often based on pre-statistical class counting,tend to overemphasize certain classes while neglecting others,particularly rare sample categories.Approaches like focal loss and other rare-sample segmentation techniques introduce multiple hyperparameters that require manual tuning,leading to increased experimental costs due to their instability.This paper proposes a novel CAWASeg framework to address these limitations.Our approach leverages Grad-CAM technology to generate class activation maps,identifying key feature regions that the model focuses on during decision-making.We introduce a Comprehensive Segmentation Performance Score(CSPS)to dynamically evaluate model performance by converting these activation maps into pseudo mask and comparing them with Ground Truth.Additionally,we design two adaptive weights for each class:a Basic Weight(BW)and a Ratio Weight(RW),which the model adjusts during training based on real-time feedback.Extensive experiments on the COCO-Stuff,CityScapes,and ADE20k datasets demonstrate that our CAWASeg framework significantly improves segmentation performance for rare sample categories while enhancing overall segmentation accuracy.The proposed method offers a robust and efficient solution for addressing class imbalance in semantic segmentation tasks. 展开更多
关键词 Semantic segmentation class activation graph adaptive weight adjustment pseudo mask
在线阅读 下载PDF
Classification and Net Primary Productivity of the Southern China's Grasslands Ecosystem Based on Improved Comprehensive and Sequential Classification System(CSCS) Approach 被引量:7
6
作者 SUN Zheng-guo SUN Cheng-ming +2 位作者 ZHOU Wei JU Wei-min LI Jian-long 《Journal of Integrative Agriculture》 SCIE CAS CSCD 2014年第4期893-903,共11页
This research classified vegetation types and evaluated net primary productivity (NPP) of southern China's grasslands based on the improved comprehensive and sequential classification system (CSCS), and proposed ... This research classified vegetation types and evaluated net primary productivity (NPP) of southern China's grasslands based on the improved comprehensive and sequential classification system (CSCS), and proposed 5 thermal grades and 6 humidity grades. Four classes of grasslands vegetation were recognized by improved CSCS, namely, tundra grassland class, typical grassland class, mixed grassland class and alpine grassland class. At the type level, 14 types of vegetations (9 grasslands and 5 forests) were classified. The NPP had a trend to decrease from east to west and south to north, and the annual mean NPP was estimated to be 656.3 g C m-2 yr-1. The NPP value of alpine grassland class was relatively high, generally more than 1200 g C m2 yr-1. The NPP value of mixed grassland class was in a range from 1 000 to 1200 g C m-2 yr-1. Tundra grassland class was located in southeastern Tibet with high elevation, and its NPP value was the lowest (〈600 g C m'2yrl). The typical grassland class distributed in most of the area, and its NPP value was generally from 600 to 1000 g C m-2 yr-1. The total NPP value in the study area was 68.46 Tg C. The NPP value of typical grassland class was the highest (48.44 Tg C), and mixed grassland class was the second (16.54 Tg C), followed by alpine grassland class (3.22 Tg C), with tundra grassland class being the lowest (0.25 Tg C). For all the grasslands types, the total NPP of forest meadow was the highest (34.81 Tg C), followed by sparse forest brush (16.54 Tg C), and montane meadow was the lowest (0.01 Tg C). 展开更多
关键词 improved CSCS hydro-thermal pattern southem China grasslands classes and types net primary productivity (NPP)
在线阅读 下载PDF
Prevalence of angle class III malocclusion: A systematic review and meta-analysis 被引量:15
7
作者 Daniel K. Hardy Yltze P. Cubas Maria F. Orellana 《Open Journal of Epidemiology》 2012年第4期75-82,共8页
Objective: This study seeks to review current and relevant literature on global Angle class III malocclusion prevalence. Materials and Methods: The electronic databases PubMed, ISI Web of Knowledge, and the Cochrane D... Objective: This study seeks to review current and relevant literature on global Angle class III malocclusion prevalence. Materials and Methods: The electronic databases PubMed, ISI Web of Knowledge, and the Cochrane Database of Systematic Review were searched using specific inclusion criteria to obtain applicable articles. All pertinent references were also examined for acceptability. Results: A total of 20 articles were identified using the inclusion criteria. The prevalence of Angle class III malocclusion ranged from 0 to 26.7% in different populations reported in the literature examined. Meta-regression analysis showed no statistically significant association between prevalence rates and the method of assessment, age group and year of the study. However, much of the study-to-study variation (approximately 40%) could be explained by population. Conclusion: These results suggest that the prevalence of Angle class III malocclusion varies greatly within different races and geographic regions. Chinese and Malaysian populations have a higher prevalence of Angle class III malocclusion compared to other racial groups, while Indian populations have a lower prevalence than all other racial groups examined. 展开更多
关键词 MALOCCLUSION class III PREVALENCE systematic REVIEW META-ANALYSIS
暂未订购
N SOLITON SOLUTION FOR A CLASS OF THE SYSTEM OF LS NONLINEAR WAVE INTERACTION 被引量:4
8
作者 GUO Boling PAN Xiude 《Chinese Physics Letters》 SCIE CAS CSCD 1990年第6期241-244,共4页
In this note,the explicit form of the N soliton solutions for a class of the system of LS nonlinear wave interaction have been obtained by using Hirota's method.
关键词 METHOD class SOLITON
原文传递
Attributes reduct and decision rules optimization based on maximal tolerance classification in incomplete information systems with fuzzy decisions 被引量:1
9
作者 Fang Yang Yanyong Guan +1 位作者 Shujin Li Lei Du 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第6期995-999,共5页
A new approach to knowledge acquisition in incomplete information system with fuzzy decisions is proposed. In such incomplete information system, the universe of discourse is classified by the maximal tolerance classe... A new approach to knowledge acquisition in incomplete information system with fuzzy decisions is proposed. In such incomplete information system, the universe of discourse is classified by the maximal tolerance classes, and fuzzy approximations are defined based on them. Three types of relative reducts of maximal tolerance classes are then proposed, and three types of fuzzy decision rules based on the proposed attribute description are defined. The judgment theorems and approximation discernibility functions with respect to them are presented to compute the relative reduct by using Boolean reasoning techniques, from which we can derive optimal fuzzy decision rules from the systems. At last, three types of relative reducts of the system and their computing methods are given. 展开更多
关键词 rough sets information systems maximal tolerance class attribute reduct decision rules.
在线阅读 下载PDF
EXISTENCE AND NONEXISTENCE FOR THE INITIAL BOUNDARY VALUE PROBLEM OF ONE CLASS OF SYSTEM OF MULTIDIMENSIONAL NONLINEAR SCHRDINGER EQUATIONS WITH OPERATOR AND THEIR SOLITON SOLUTIONS 被引量:3
10
作者 郭柏灵 《Acta Mathematica Scientia》 SCIE CSCD 1989年第1期45-56,共12页
The nonlinear interactions between the monochromatic wave have been considered by K. Matsunchi, who also proposed one class of the nonlinear Schrdinger equation system with wave operator. We also obtain the same type ... The nonlinear interactions between the monochromatic wave have been considered by K. Matsunchi, who also proposed one class of the nonlinear Schrdinger equation system with wave operator. We also obtain the same type of equations, which are satisfied by transverse velocity of higher frequency electron, as we study soliton in plasma physics. In this paper, under some condition we study the existence and nonexistence for this equations in the cases possessing different signs in nonlinear term. 展开更多
关键词 DINGER EQUATIONS WITH OPERATOR AND THEIR SOLITON SOLUTIONS EXISTENCE AND NONEXISTENCE FOR THE INITIAL BOUNDARY VALUE PROBLEM OF ONE class OF system OF MULTIDIMENSIONAL NONLINEAR SCHR
在线阅读 下载PDF
Integrating species and successional classes for wood production in a mixed forest restoration system in a neotropical region 被引量:1
11
作者 Ananias Francisco Dias Junior Ana Lucia Martins Sodero Pincelli +4 位作者 Ana Paula Camara da Silva Alison Moreira da Silva Natalia Dias de Souza Mario Tommasiello Filho Jose Otavio Brito 《Journal of Forestry Research》 SCIE CAS CSCD 2021年第6期2313-2321,共9页
As forests in neotropical regions,particularly in developing countries,are devastated,interventions to restore biodiversity and its ecological functions are needed.Rural producers have thus been encouraged to grow tre... As forests in neotropical regions,particularly in developing countries,are devastated,interventions to restore biodiversity and its ecological functions are needed.Rural producers have thus been encouraged to grow trees for wood production as an economic activity.The objective of this study was to quantify the increment of wood density of four forest species from different successional classes of a mixed system of restoration in a neotropical forest in Brazil.Tree discs were sampled at breast height and analyzed radially by X-ray densitometry to obtain apparent density and basic density.Three trees each of a species from the pioneer,early and late secondary successional stages and of the dominant species in the climax community.The radial profiles indicated increasing density from the pith to bark of trunks,except for some variations due to wood defects and growth.Average density was 0.576 g cm^(-3),0.655 g cm^(-3),0.706 g cm^(-3)and 0.775 g cm^(-3),respectively,for Peltophorum dubium,Schinus terebinthifolius,Cariniana estrellensis and Hymenaea courbaril.Radial profiles indicated higher amplitudes in the apparent densities for slow-growing species.X-ray densitometry generated parameters such as minimum,average and maximum densities,and radial density variations.These parameters are important for understanding the ecological functional role of successional classes of the Atlantic Forest from the Neotropical region. 展开更多
关键词 X-ray densitometry Timber species of neotropical forest Successional classes of forest species Maintenance of forest restoration
在线阅读 下载PDF
NECESSARY AND SUFFICIENT CONDITIONS OF EXISTENCE AND UNIQUENESS OF LIMIT CYCLES FOR A CLASS OF POLYNOMIAL SYSTEM 被引量:1
12
作者 刘德明 《Acta Mathematica Scientia》 SCIE CSCD 1991年第1期65-71,共7页
In this paper, we discuss the limit cycles of the systemdx/dt=y·[1+(A(x)]oy/dt=(-x+δy+α_1x^2+α_2xy+α_5x^2y)[1+B(x)] (1)where A(x)=sum form i=1 to n(a_ix~), B(x)=sum form j=1 to m(β_jx^j) and 1+B(x)>0. We ... In this paper, we discuss the limit cycles of the systemdx/dt=y·[1+(A(x)]oy/dt=(-x+δy+α_1x^2+α_2xy+α_5x^2y)[1+B(x)] (1)where A(x)=sum form i=1 to n(a_ix~), B(x)=sum form j=1 to m(β_jx^j) and 1+B(x)>0. We prove that (1) possesses at most one limit cycle and give out the necessary and sufficient conditions of existence and uniqueness of limit cycles. 展开更多
关键词 NECESSARY AND SUFFICIENT CONDITIONS OF EXISTENCE AND UNIQUENESS OF LIMIT CYCLES FOR A class OF POLYNOMIAL system LIM
在线阅读 下载PDF
EXACT SOLUTIONS FOR STATIONARY RESPONSES OF SEVERAL CLASSES OF NONLINEAR SYSTEMS TO PARAMETRIC AND/OR EXTERNAL WHITE NOISE EXCITATIONS 被引量:2
13
作者 朱位秋 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 1990年第2期165-175,共11页
The exact solutions for stationary responses of one class of the second order and three classes of higher order nonlinear systems to parametric and/or external while noise excitations are constructed by using Fokkcr-P... The exact solutions for stationary responses of one class of the second order and three classes of higher order nonlinear systems to parametric and/or external while noise excitations are constructed by using Fokkcr-Planck-Kolmogorov et/ualion approach. The conditions for the existence and uniqueness and the behavior of the solutions are discussed. All the systems under consideration are characterized by the dependence ofnonconservative fqrces on the first integrals of the corresponding conservative systems and arc catted generalized-energy-dependent f G.E.D.) systems. It is shown taht for each of the four classes of G.E.D. nonlinear stochastic systems there is a family of non-G.E.D. systems which are equivalent to the G.E.D. system in the sense of having identical stationary solution. The way to find the equivalent stochastic systems for a given G.E.D. system is indicated and. as an example, the equivalent stochastic systems for the second order G.E. D. nonlinear stochastic system are given. It is pointed out and illustrated with example that the exact stationary solutions for many non-G.E.D. nonlinear stochastic systems may he found by searching the equivalent G.E.D. systems. 展开更多
关键词 EXACT SOLUTIONS FOR STATIONARY RESPONSES OF SEVERAL classES OF NONLINEAR systemS TO PARAMETRIC AND/OR EXTERNAL WHITE NOISE EXCITATIONS
在线阅读 下载PDF
ON THE FINITE ELEMENT METHODS WITH MESH OF A CLASS SYSTEM OF NONLINEAR DEGENERATIVE PARABOLIC EQUATION
14
作者 袁益让 《Chinese Science Bulletin》 SCIE EI CAS 1985年第11期1555-1556,共2页
We study the initial-boundary problem of a class system of nonlinear degenerative parabolic equation:
关键词 DEGENERATIVE MESH class PARABOLIC FORMULATION SUPPOSE 耐公 了中
在线阅读 下载PDF
THE COMPOUND BOUNDARY VALUE PROBLEM FOR A CLASS OF NONLINEAR PSEUDOPARABOLIC SYSTEMS
15
作者 唐令教 龙赞翔 凌春波 《四川师范大学学报(自然科学版)》 CAS CSCD 1991年第1期57-58,共2页
Let D be N+1 connected bounded domain in plane. Suppose the contour of D consists of N+1 simple-ly closed curves <sub>0</sub>, <sub>1</sub>…, <sub>N</sub> and <sub>1</s... Let D be N+1 connected bounded domain in plane. Suppose the contour of D consists of N+1 simple-ly closed curves <sub>0</sub>, <sub>1</sub>…, <sub>N</sub> and <sub>1</sub>… <sub>N</sub> are in the interior of domain circumscribed byC<sub>μ</sub><sup>1</sup>(0 【μ【 1). In addition, assume that there are n mutually exclusive contour γ<sub>,</sub>j=1,…,n,in interi-or of D,γ=γ<sub>i</sub>; ∈C<sub>μ</sub><sup>1</sup>. Denote D<sub>j</sub> is the bounded domain circumscribed by γ<sub>j</sub>,j=1,…,n, D<sup>-</sup>=D<sub>1</sub>+…+D.,D<sup>+</sup>=D-D<sup>-</sup>,D<sub>t</sub><sup> </sup>=D<sup> </sup>×E, E=[0,T] (T】0), z=0∈D<sup>+</sup>.We consider the following pseudoparabolic complex equation on D<sub>t</sub><sup> </sup> : / t[W<sub>Z</sub>- Q<sub>1</sub>(z)W<sub>z</sub>- Q<sub>2</sub>(z) <sub> </sub>- A<sub>1</sub>(z)W - A<sub>2</sub>(Z) ]= H(t,z,W,W-<sub>2</sub>,W<sub>2</sub>), (z,t) ∈D<sub>t</sub><sup> </sup>, (1) 展开更多
关键词 CONTOUR class INTERIOR connected assume EXCLUSIVE mutually
在线阅读 下载PDF
LYAPUNOV'S STABILITY ON SOLUTION OF A CLASS OF SYSTEM OF INTEGRO-DIFFERENTIAL EQUATIONS AND APPLICATION IN POPULATION CONTROL WITH ILLNESS
16
作者 陈任昭 赵友 《四川师范大学学报(自然科学版)》 CAS CSCD 1991年第1期7-8,共2页
In this paper, we will discuss a class of integro-differential system of equations. It is a mathematicalmodel which is drown from the practical problems of the population control system with illness:where 0 【r<sup... In this paper, we will discuss a class of integro-differential system of equations. It is a mathematicalmodel which is drown from the practical problems of the population control system with illness:where 0 【r<sup>’</sup> m【r<sub>m</sub> and r<sub>m</sub> is the highest age over attained by individual of the population. In this pa-per, P<sub>1</sub>= P<sub>1</sub>(x,t) denotes the age density function of the healthy population; P<sub>2</sub> = P<sub>2</sub>(r,s,ts) denotes theage and period of illness density function of the morbid population; λ(r) =λ(r,t) denotes the relative inci-dence of diseases; η(r,s) =η(r.s.t)denotes the relative recovering rate of patients;μ<sub>2</sub>(r,s) = μ2(r,s,t)denotes the relative mortality of patients. And the other functions μ<sub>1</sub>,(r) =μ<sub>1</sub>,(r,t), β=β(t) , h(r) 展开更多
关键词 illness MORBID class MORTALITY recovering FERTILITY 汉户 云如
在线阅读 下载PDF
INITIAL VALUE PROBLEM FOR A CLASS OF NONLINEAR PARABOLIC SYSTEM OF FOURTH-ORDER
17
作者 陈国旺 《Acta Mathematica Scientia》 SCIE CSCD 1991年第4期393-400,共8页
In this paper, the periodic boundary problem and the initial value problem for the nonlinear system of parabolic type u1=-A(x, t)ux4+B(x, t)ux2+(g(u))x2+(grad h(u))x+f(u)are studied, where u(x, t)=(u1... In this paper, the periodic boundary problem and the initial value problem for the nonlinear system of parabolic type u1=-A(x, t)ux4+B(x, t)ux2+(g(u))x2+(grad h(u))x+f(u)are studied, where u(x, t)=(u1(x, t).…, uJ(x, t) is a J-dimensional unknown vector valued function, f(u) and g(u) are the J-dimensional vector valued function of u(x, t), h(u) is a scalar function of u, A(x, t) and B(x, t) are J×J matrices of functions. The existent, uniqueness and regularities of the generalized global solution and classical global solution of the problems are proved. When J=1, h(u)=0, g(u)=au3, A=a1, B=a2, where a1, a2 a are constants, the system is a generalized diffusion model equation in population problem. 展开更多
关键词 valued uniqueness parabolic scalar matrices CONSTANTS class FORMULAS UNIFORMLY 八布
在线阅读 下载PDF
Study of Asymmetric Polling System with Two Message Classes
18
作者 曹春生 张卫东 《Journal of Beijing Institute of Technology》 EI CAS 2007年第2期182-186,共5页
A novel mixed polling system with multiple stations is considered. Each station produces two classes of messages served with different disciplines. The real time message served with exhaustive service discipline and t... A novel mixed polling system with multiple stations is considered. Each station produces two classes of messages served with different disciplines. The real time message served with exhaustive service discipline and the unreal time message served with gated service discipline. Using an iterative method, the exact mean waiting times for both message classes are derived. The influence of the gate location of the message class served by the gated service discipline on the mean waiting time is also analyzed. The analytical results are verified with simulation method and agree well with simulation results. 展开更多
关键词 mean waiting time message class gate location polling system
在线阅读 下载PDF
Studying on the Fuzzy-QFD System Based on Database Class Encapsulation Technology
19
作者 FANG Xifeng ZHANG Shengwen +1 位作者 LU Yuping WU Hongtao 《武汉理工大学学报》 CAS CSCD 北大核心 2006年第S1期388-392,共5页
Complicated product QFD system design information including design and manufacturing,operation and maintenance as well as relative supply information,all are tightly related to the product life cycle cooperative desig... Complicated product QFD system design information including design and manufacturing,operation and maintenance as well as relative supply information,all are tightly related to the product life cycle cooperative design and the process of establishing the QFD system.In the early stage of product design,we can only get the fuzzy and unreliable information.With design going,the fuzzy and unreliable information become less and less.The defect of the traditional QFD is not deal with the fuzzy contents very well.Adopt database class encapsulation and fuzzy inference technology,and then discuss the realization of QFD system based on VFP database.The structure of the fuzzy QFD system based on database class's encapsulation is built and the work flow of fuzzy algorithm based on VFP software is presented.In the analysis of fuzzy QFD process,fuzzy inference is adopted.A developed prototype system and an example have verified some presented techniques and the research results are the basis of the future development. 展开更多
关键词 quality function deployment(QFD) DATABASE class encapsulation fuzzy inference
在线阅读 下载PDF
Dynamics of Entanglement for a Two-Parameter Class of States in a Qubit-Qutrit System
20
作者 魏海瑞 任宝藏 +2 位作者 李涛 华明 邓富国 《Communications in Theoretical Physics》 SCIE CAS CSCD 2012年第6期983-990,共8页
We investigate the dynamics of entanglement for a two-parameter class of states in a hybrid qubit-qutrit system under the influence of various dissipative channels. Our results show that entanglement sudden death (ES... We investigate the dynamics of entanglement for a two-parameter class of states in a hybrid qubit-qutrit system under the influence of various dissipative channels. Our results show that entanglement sudden death (ESD) is a general phenomenon and it usually takes place in a qubit-qutrit system interacting with various noisy channels, not only the ease with dephasing and depolarizing channels observed by others. ESD can only be avoided for some initially entangled states under some particular noisy channels. Moreover, the environment affects the entanglement and the coherence of the system in very different ways. 展开更多
关键词 dynamics of entanglement qubit-qutrit systems a two-parameter class of states dissipative channels entanglement sudden death
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部