首页 > 最新文献

2017 Computer Science and Information Technologies (CSIT)最新文献

英文 中文
Critical problems for a slicing floorplan 切片平面图的关键问题
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312143
A. Kostanyan, Sona Kurazyan
A slicing floorplan is a geometrical structure obtained by a series of successive dissections of a given rectangle by horizontal or vertical lines. The logical structure of a slicing floorplan can be represented by a binary tree whose leaves denote rectangles of the resulting floorplan and internal nodes specify horizontal and vertical cut lines. The slicing structure is widely used in digital circuit physical design to determine rectangles (or, rooms), where blocks (i.e., separated parts of the digital circuit) should be allocated. The quality of a floorplan is estimated based on the area of its enclosing rectangle and the closeness of logically connected blocks to each other. We suggest a method of transformation of a floorplan to solve several optimization problems such as concentration of predefined blocks around a target point, migration of predefined blocks towards each other, etc. All these transformations are done by keeping the bounding rectangle of the floorplan.
切片平面图是通过水平线或垂直线对给定矩形进行一系列连续解剖而获得的几何结构。切片平面图的逻辑结构可以用二叉树表示,其叶子表示最终平面图的矩形,内部节点指定水平和垂直切线。切片结构广泛应用于数字电路物理设计中,以确定矩形(或房间),其中应该分配块(即数字电路的分离部分)。平面图的质量是根据其封闭矩形的面积和逻辑连接块之间的紧密程度来估计的。我们提出了一种平面图的变换方法来解决几个优化问题,如预定义块在目标点周围的集中,预定义块相互迁移等。所有这些转换都是通过保持平面的边界矩形来完成的。
{"title":"Critical problems for a slicing floorplan","authors":"A. Kostanyan, Sona Kurazyan","doi":"10.1109/CSITECHNOL.2017.8312143","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312143","url":null,"abstract":"A slicing floorplan is a geometrical structure obtained by a series of successive dissections of a given rectangle by horizontal or vertical lines. The logical structure of a slicing floorplan can be represented by a binary tree whose leaves denote rectangles of the resulting floorplan and internal nodes specify horizontal and vertical cut lines. The slicing structure is widely used in digital circuit physical design to determine rectangles (or, rooms), where blocks (i.e., separated parts of the digital circuit) should be allocated. The quality of a floorplan is estimated based on the area of its enclosing rectangle and the closeness of logically connected blocks to each other. We suggest a method of transformation of a floorplan to solve several optimization problems such as concentration of predefined blocks around a target point, migration of predefined blocks towards each other, etc. All these transformations are done by keeping the bounding rectangle of the floorplan.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124232745","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
On computational complexity of multiclass classification approach ECOC 多类分类方法ECOC的计算复杂度研究
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312149
H. Danoyan
The multiclass classification approach known as ECOC (error correcting output codes) is considered. The method solves the multiclass classification problem by combining binary classification algorithms according to some binary matrix. The framework is considered where the columns of the mentioned matrix are selected from the given set. It is proved that the algorithmic problem of column selection optimizing the training error is NP complete.
考虑了称为ECOC(纠错输出码)的多类分类方法。该方法根据一定的二值矩阵组合二值分类算法,解决了多类分类问题。考虑框架,其中所述矩阵的列是从给定集合中选择的。证明了优化训练误差的列选择算法问题是NP完全的。
{"title":"On computational complexity of multiclass classification approach ECOC","authors":"H. Danoyan","doi":"10.1109/CSITECHNOL.2017.8312149","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312149","url":null,"abstract":"The multiclass classification approach known as ECOC (error correcting output codes) is considered. The method solves the multiclass classification problem by combining binary classification algorithms according to some binary matrix. The framework is considered where the columns of the mentioned matrix are selected from the given set. It is proved that the algorithmic problem of column selection optimizing the training error is NP complete.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130462450","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On formalization of operating systems behaviour verification 操作系统行为验证的形式化
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312164
A. Khoroshilov
Operating systems are responsible for correct implementation of computation environment properties that are usually assumed during verification of application software like virtual address space, scheduling, time management, etc. Formal analysis of implementation of these aspects is often implemented using specific models and verification techniques. As a result comprehensive verification of operating systems requires a systematic combination of various verification techniques applied for checking different properties. The paper proposes a generic approach to formalization of operating systems behavioural properties verification that allows to apply wide range of verification techniques and to support formal reasoning of their compositions.
操作系统负责正确实现计算环境属性,这些属性通常在验证应用软件时假定,如虚拟地址空间、调度、时间管理等。这些方面的实现的正式分析通常使用特定的模型和验证技术来实现。因此,操作系统的全面验证需要系统地结合用于检查不同属性的各种验证技术。本文提出了一种通用的方法来形式化操作系统的行为属性验证,允许应用广泛的验证技术,并支持其组成的形式化推理。
{"title":"On formalization of operating systems behaviour verification","authors":"A. Khoroshilov","doi":"10.1109/CSITECHNOL.2017.8312164","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312164","url":null,"abstract":"Operating systems are responsible for correct implementation of computation environment properties that are usually assumed during verification of application software like virtual address space, scheduling, time management, etc. Formal analysis of implementation of these aspects is often implemented using specific models and verification techniques. As a result comprehensive verification of operating systems requires a systematic combination of various verification techniques applied for checking different properties. The paper proposes a generic approach to formalization of operating systems behavioural properties verification that allows to apply wide range of verification techniques and to support formal reasoning of their compositions.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116620073","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
On the interaction of meanings in natural languages: Compositional rules, context dependence and coercion 论自然语言中意义的相互作用:构成规则、语境依赖和强制
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312139
S. Zolyan
We intend to concentrate on processes of interaction of lexical meanings within text and context. Based on the notion of semantic coercion, we propose to consider different types of semantic interaction of lexical meanings as a value of the compositional and/or decompositional functions from text, context, and prototypical meanings of the given expression. Some formal rules for its description are suggested.
我们打算集中讨论词汇意义在文本和语境中的相互作用过程。基于语义强制的概念,我们建议将词汇意义的不同类型的语义交互作为文本、上下文和给定表达的原型意义的组合和/或分解功能的值来考虑。对其描述提出了一些形式化的规则。
{"title":"On the interaction of meanings in natural languages: Compositional rules, context dependence and coercion","authors":"S. Zolyan","doi":"10.1109/CSITECHNOL.2017.8312139","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312139","url":null,"abstract":"We intend to concentrate on processes of interaction of lexical meanings within text and context. Based on the notion of semantic coercion, we propose to consider different types of semantic interaction of lexical meanings as a value of the compositional and/or decompositional functions from text, context, and prototypical meanings of the given expression. Some formal rules for its description are suggested.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131290335","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Work incentives of specialist engaged in information technology project activities 从事信息技术项目活动的专家的工作激励
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312169
Elena Mitrofanova, G. Zhaxybayeva
The effective system of work incentives corresponding to the specifics of the organization, the categories of personnel, types of his work, is the key to successful activity of the information technology company. Formation and development of work incentives complex system of specialists engaged in information technology project activities includes subsystems of material monetary and non-monetary stimulation. The presented orders and principles of development of the work incentives system of information technology experts occupied in project activities allow to solve the problem of increase in overall performance and interest of all participants of the project in its successful realization in the conditions of rigid temporary restrictions, at observance of the budget.
与组织的具体情况、人员的类别、工作类型相适应的有效的工作激励制度是信息技术公司活动成功的关键。从事信息技术项目活动的专家工作激励复杂系统的形成与发展包括物质、货币和非货币激励子系统。所提出的项目活动信息技术专家工作奖励制度的发展顺序和原则,可以解决在严格的临时限制条件下,在遵守预算的情况下,提高项目所有参与者的总体业绩和利益的问题,使其成功实现。
{"title":"Work incentives of specialist engaged in information technology project activities","authors":"Elena Mitrofanova, G. Zhaxybayeva","doi":"10.1109/CSITECHNOL.2017.8312169","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312169","url":null,"abstract":"The effective system of work incentives corresponding to the specifics of the organization, the categories of personnel, types of his work, is the key to successful activity of the information technology company. Formation and development of work incentives complex system of specialists engaged in information technology project activities includes subsystems of material monetary and non-monetary stimulation. The presented orders and principles of development of the work incentives system of information technology experts occupied in project activities allow to solve the problem of increase in overall performance and interest of all participants of the project in its successful realization in the conditions of rigid temporary restrictions, at observance of the budget.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133528539","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Biofouling detection based on image processing technique 基于图像处理技术的生物污垢检测
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312162
V. Grishkin, O. Iakushkin, N. Stepenko
Traditional methods for performing biofouling detection are based upon probing object surfaces for subsequent laboratory research. Such methods result in large effort, they are expensive, and require expert consultations. Knowledge of the type of biological contaminants is necessary to protect objects from their harmful impact. In this paper we propose a method for determination of types of biological contaminants existing on the objects surface. The proposed method uses a collection of object's images as input. The collection contains images obtained in the visible and near infrared spectral bands. During pre-processing the series, all images are converted to a selected shooting point, and the background is removed. Feature vector is built from combinations of formal vegetation indices. To recognize the type of biological contaminants, we used a pre-trained classifier based on SVM method with RBF kernel.
进行生物污垢检测的传统方法是基于探测物体表面进行后续实验室研究。这种方法耗费大量精力,费用昂贵,而且需要专家咨询。了解生物污染物的类型对于保护物体免受其有害影响是必要的。在本文中,我们提出了一种确定存在于物体表面的生物污染物类型的方法。该方法使用对象的图像集合作为输入。该集合包含在可见光和近红外光谱波段获得的图像。在对该系列进行预处理时,将所有图像转换为选定的拍摄点,并去除背景。特征向量由正式植被指数组合而成。为了识别生物污染物的类型,我们使用了基于RBF核的SVM预训练分类器。
{"title":"Biofouling detection based on image processing technique","authors":"V. Grishkin, O. Iakushkin, N. Stepenko","doi":"10.1109/CSITECHNOL.2017.8312162","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312162","url":null,"abstract":"Traditional methods for performing biofouling detection are based upon probing object surfaces for subsequent laboratory research. Such methods result in large effort, they are expensive, and require expert consultations. Knowledge of the type of biological contaminants is necessary to protect objects from their harmful impact. In this paper we propose a method for determination of types of biological contaminants existing on the objects surface. The proposed method uses a collection of object's images as input. The collection contains images obtained in the visible and near infrared spectral bands. During pre-processing the series, all images are converted to a selected shooting point, and the background is removed. Feature vector is built from combinations of formal vegetation indices. To recognize the type of biological contaminants, we used a pre-trained classifier based on SVM method with RBF kernel.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133830333","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Extraction of a common up to the names of arguments sub-formula of two elementary conjunctions and some AI problems 两个基本连词的一个公至参数名子公式的提取及一些人工智能问题
Pub Date : 2017-09-01 DOI: 10.1109/csitechnol.2017.8312152
T. Kosovskaya
The paper is devoted to the use of the notion of a common up to the names of arguments sub-formula of two elementary conjunctions of predicate atomic formulas. It allows to construct a level description of a set of goal formulas and to decrease the number of proof steps for one of NP-complete problems. Logic-predicate networks which may change its configuration (the number of layers and the number of cells in the layer) during the process of training are described. The problem of multi-agent description when every agent can describe only a part of an object (these parts are intersected) but every agent gives its own names to the elements of the whole object may be solved with the use of the notion of such a common sub-formula.
本文讨论了谓词原子公式的两个初等连词在参数名以下的公子公式的概念的应用。它允许构造一组目标公式的层次描述,并减少一个np完全问题的证明步骤。描述了在训练过程中可能改变其配置(层数和层中的单元数)的逻辑谓词网络。当每个智能体只能描述一个对象的一部分(这些部分是相交的),但每个智能体对整个对象的元素都有自己的名称时,多智能体描述的问题可以通过使用这种公共子公式的概念来解决。
{"title":"Extraction of a common up to the names of arguments sub-formula of two elementary conjunctions and some AI problems","authors":"T. Kosovskaya","doi":"10.1109/csitechnol.2017.8312152","DOIUrl":"https://doi.org/10.1109/csitechnol.2017.8312152","url":null,"abstract":"The paper is devoted to the use of the notion of a common up to the names of arguments sub-formula of two elementary conjunctions of predicate atomic formulas. It allows to construct a level description of a set of goal formulas and to decrease the number of proof steps for one of NP-complete problems. Logic-predicate networks which may change its configuration (the number of layers and the number of cells in the layer) during the process of training are described. The problem of multi-agent description when every agent can describe only a part of an object (these parts are intersected) but every agent gives its own names to the elements of the whole object may be solved with the use of the notion of such a common sub-formula.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125659605","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Dynamic symbolic execution of Java programs using JNI 使用JNI的Java程序的动态符号执行
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312146
Sergey Vartanov
For the sake of better performance, platform-specific facilities support, or the use of legacy code, Java applications may use JNI (Java Native Interface) to call native functions. We present an approach to perform dynamic symbolic execution of a Java program that tracks tainted data flow through Java bytecode and native code of shared libraries. We propose a tool based on modified virtual machine and static binary code instrumentation. This allows us to collect path constraints for both bytecode and binary code execution but avoid redundant processing of virtual machine own code. Modified path constraints are checked for their satisfiability in order to generate new inputs and execute new paths (to cover new basic blocks of target program). We describe initial experiments with our implementation based on Avian virtual machine and Dyninst.
为了获得更好的性能、特定于平台的设施支持或使用遗留代码,Java应用程序可以使用JNI (Java本机接口)来调用本机函数。我们提出了一种方法来执行Java程序的动态符号执行,通过Java字节码和共享库的本机代码跟踪受污染的数据流。提出了一种基于改进虚拟机和静态二进制代码检测的工具。这允许我们收集字节码和二进制代码执行的路径约束,但避免对虚拟机自己的代码进行冗余处理。为了生成新的输入和执行新的路径(覆盖目标程序的新的基本块),检查修改的路径约束的可满足性。我们描述了基于Avian虚拟机和Dyninst实现的初步实验。
{"title":"Dynamic symbolic execution of Java programs using JNI","authors":"Sergey Vartanov","doi":"10.1109/CSITECHNOL.2017.8312146","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312146","url":null,"abstract":"For the sake of better performance, platform-specific facilities support, or the use of legacy code, Java applications may use JNI (Java Native Interface) to call native functions. We present an approach to perform dynamic symbolic execution of a Java program that tracks tainted data flow through Java bytecode and native code of shared libraries. We propose a tool based on modified virtual machine and static binary code instrumentation. This allows us to collect path constraints for both bytecode and binary code execution but avoid redundant processing of virtual machine own code. Modified path constraints are checked for their satisfiability in order to generate new inputs and execute new paths (to cover new basic blocks of target program). We describe initial experiments with our implementation based on Avian virtual machine and Dyninst.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129152144","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Demographic cognitive patterns revealed from human genome 人类基因组揭示的人口统计学认知模式
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312138
L. Yepiskoposyan
Here, we provide some examples of extracting demographic cognitive patterns from human genome data through applying traditional and recently developed statistical and bioinformatics tools. These methods were used to make inferences on the demographic history of Armenians (as a template population) based on uniparentally (through paternally inherited Y chromosome and maternally inherited mitochondrial DNA) and biparentally (through autosomes) transmitted genetic information.
在这里,我们提供了一些例子,通过应用传统的和最近开发的统计和生物信息学工具,从人类基因组数据中提取人口统计认知模式。这些方法用于根据单系(通过父亲遗传Y染色体和母亲遗传线粒体DNA)和双系(通过常染色体)遗传的遗传信息对亚美尼亚人(作为模板人群)的人口统计学历史进行推断。
{"title":"Demographic cognitive patterns revealed from human genome","authors":"L. Yepiskoposyan","doi":"10.1109/CSITECHNOL.2017.8312138","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312138","url":null,"abstract":"Here, we provide some examples of extracting demographic cognitive patterns from human genome data through applying traditional and recently developed statistical and bioinformatics tools. These methods were used to make inferences on the demographic history of Armenians (as a template population) based on uniparentally (through paternally inherited Y chromosome and maternally inherited mitochondrial DNA) and biparentally (through autosomes) transmitted genetic information.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116986875","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Anomaly detection using Markov chain model 基于马尔可夫链模型的异常检测
Pub Date : 2017-09-01 DOI: 10.1109/CSITECHNOL.2017.8312166
Michael Zheludev, Evgeny Nagradov
This paper provides a method of mathematical representation of the traffic flow of network states. The flow of states is represented as transitions to the Markov Chains. Anomalies are interpreted as graph transitions with low probabilities.
本文提出了一种网络状态交通流的数学表示方法。状态流表示为向马尔可夫链的转换。异常被解释为具有低概率的图形转换。
{"title":"Anomaly detection using Markov chain model","authors":"Michael Zheludev, Evgeny Nagradov","doi":"10.1109/CSITECHNOL.2017.8312166","DOIUrl":"https://doi.org/10.1109/CSITECHNOL.2017.8312166","url":null,"abstract":"This paper provides a method of mathematical representation of the traffic flow of network states. The flow of states is represented as transitions to the Markov Chains. Anomalies are interpreted as graph transitions with low probabilities.","PeriodicalId":332371,"journal":{"name":"2017 Computer Science and Information Technologies (CSIT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116649159","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
2017 Computer Science and Information Technologies (CSIT)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1