2012年Elsevier旗下Computer Science期刊最新SCI影响因子排名
Latest Impact Factor figures from Elsevier's Computer Science Journals
Medical Image Analysis
Impact Factor 4.248
Impact Factor 4.424
Information Sciences
Impact Factor 2.833
Impact Factor 2.833 Applied Soft Computing Journal
Impact Factor 2.084
Impact Factor 2.612 Knowledge-Based Systems
Impact Factor 1.574
Impact Factor 2.422
Listed by highest Impact Factor
Journal title Impact Factor
Pattern Recognition 2.292
Artificial Intelligence 2.252
Expert Systems With Applications 2.203
Neural Networks 2.182
Ad Hoc Networks 2.110
Future Generation Computer Systems 1.978
International Journal of Approximate Reasoning 1.948
Fuzzy Sets and Systems 1.759
Image and Vision Computing 1.723
Neurocomputing 1.580
Microelectronic Engineering 1.557
Electronic Commerce Research and Applications 1.472
Information Fusion 1.467
Data & Knowledge Engineering 1.422
Computer Vision and Image Understanding 1.340
Computer Speech & Language 1.319
Parallel Computing 1.311
Computer Standards & Interfaces 1.257
Information and Software Technology 1.250
Computer-Aided Design 1.234
Interacting with Computers 1.233
Computer Networks 1.200
Information Systems 1.198
Cognitive Systems Research 1.173
International Journal of Human - Computer Studies 1.171
Microelectronics Reliability 1.167
Journal of Computer and System Sciences 1.157
Journal of Visual Communication and Image Representation 1.122
Journal of Complexity 1.099
Journal of Network and Computer Applications 1.065
Robotics and Autonomous Systems 1.056
Computer Aided Geometric Design 1.054
Computer Communications 1.044
Pattern Recognition Letters 1.034
Optical Switching and Networking 1.000
Computers & Graphics 1.000
Graphical Models 1.000
Microelectronics Journal 0.919
Computers & Security 0.868
Journal of Parallel and Distributed Computing 0.859
Displays 0.846
The Journal of Systems & Software 0.836
Performance Evaluation 0.791
Computational Geometry: Theory and Applications 0.725
Journal of Symbolic Computation 0.707
Theoretical Computer Science 0.665
Integration, the VLSI Journal 0.646
Science of Computer Programming 0.622
Microprocessors and Microsystems 0.575
Information and Computation 0.560
Journal of Logic and Algebraic Programming 0.506
Journal of Visual Languages and Computing 0.481
Information Processing Letters 0.455
Journal of Systems Architecture 0.444
Computer Languages, Systems & Structures 0.273
2012年Elsevier旗下Computer Science期刊最新SCI影响因子排名的更多相关文章
- 最新SCI影响因子发布!Nature屠榜,AI领域Top 1000期刊盘点
[导读]2018年度SCI期刊影响因子最新发布,Nature.Science.Cell三大神刊排名前列.新智元摘取其中有关人工智能.机器学习.计算机视觉.机器人学等领域的期刊并做简要介绍,希望对读者选 ...
- 按SCI影响因子排序的前50人工智能期刊列表
附录二:按SCI影响因子排序的前50人工智能期刊列表 出版物名称,影响因子 IEEE TRANSACTIONS ON FUZZY SYSTEMS, 6.701 International Jou ...
- Computer Science Theory for the Information Age-1: 高维空间中的球体
高维空间中的球体 注:此系列随笔是我在阅读图灵奖获得者John Hopcroft的最新书籍<Computer Science Theory for the Information Age> ...
- How do you explain Machine Learning and Data Mining to non Computer Science people?
How do you explain Machine Learning and Data Mining to non Computer Science people? Pararth Shah, ...
- Discovering the Computer Science Behind Postgres Indexes
This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation ...
- [转载] A set of top Computer Science blogs
This started out as a list of top Computer Science blogs, but it more closely resembles a set: the o ...
- 2012年中国科学技术信息研究所发布自然科学SCI(E)论文期刊分区列表
分区 期刊名称 ISSN 学科名称 学科名称(中文) 总被引频次 影响因子 5年影响因子 即年影响因子 被引半衰期 特征因子 论文影响指标 1区 ACM COMPUT SURV 0360-0300 C ...
- Computer Science Theory for the Information Age-4: 一些机器学习算法的简介
一些机器学习算法的简介 本节开始,介绍<Computer Science Theory for the Information Age>一书中第六章(这里先暂时跳过第三章),主要涉及学习以 ...
- Intro to Computer Science Class Online (CS101) - Udacity
Intro to Computer Science Class Online (CS101) - Udacity Building a Search Engine
随机推荐
- 第29天:js-数组添加删除、数组和字符串相互转换
一.添加数组var arr=[1,3,5];arr.push(7,9);//添加7和9到数组arr后面,得到[1,3,5,7,9]1.push();可向数组末尾添加一个或多个元素,并返回新的长度.2. ...
- hdu 2962 Trucking (最短路径)
Trucking Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total ...
- POI 2018.10.27
[POI2015]LOG 维护一个长度为n的序列,一开始都是0,支持以下两种操作:1.U k a 将序列中第k个数修改为a.2.Z c s 在这个序列上,每次选出c个正数,并将它们都减去1,询问能否进 ...
- ubuntu14.04安装GTX 1080 ti遇到黑屏问题
实验室给我配置了一个1080ti的卡,那个激动,windows下1000+的FPS,跑分40W,无敌,言归正传,ubuntu14.04下配nvidia 1080的驱动还是出现了很多问题,差点就要重装系 ...
- java 在centos6.5+eclipse环境下调用opencv实现sift算法
java 在centos6.5+eclipse环境下调用opencv实现sift算法,代码如下: import org.opencv.core.Core; import org.opencv.core ...
- Codeforces Round #397 by Kaspersky Lab and Barcelona Bootcamp (Div. 1 + Div. 2 combined) A B C D 水 模拟 构造
A. Neverending competitions time limit per test 2 seconds memory limit per test 512 megabytes input ...
- SDUT3926 kmp
bLue的二叉树 Time Limit: 3000MS Memory Limit: 65536KB Submit Statistic Problem Description Keke 是一个喜爱种树的 ...
- HDU2686 费用流 模板
Matrix Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Subm ...
- YARN和MapReduce的内存设置参考
如何确定Yarn中容器Container,Mapreduce相关参数的内存设置,对于初始集群,由于不知道集群的类型(如cpu密集.内存密集)我们需要根据经验提供给我们一个参考配置值,来作为基础的配置. ...
- Sublime Text 配置python文件
每次配置Sublime Text的都是好一顿搜索配置信息,今天特地把自己电脑上配置好的信息保存下来,方便以后使用. 用到了 AutoPEP8.Anaconda.SublimeCodeIntel.Sub ...