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影响因子排名的更多相关文章

  1. 最新SCI影响因子发布!Nature屠榜,AI领域Top 1000期刊盘点

    [导读]2018年度SCI期刊影响因子最新发布,Nature.Science.Cell三大神刊排名前列.新智元摘取其中有关人工智能.机器学习.计算机视觉.机器人学等领域的期刊并做简要介绍,希望对读者选 ...

  2. 按SCI影响因子排序的前50人工智能期刊列表

    附录二:按SCI影响因子排序的前50人工智能期刊列表 出版物名称,影响因子 IEEE TRANSACTIONS ON FUZZY SYSTEMS, 6.701    International Jou ...

  3. Computer Science Theory for the Information Age-1: 高维空间中的球体

    高维空间中的球体 注:此系列随笔是我在阅读图灵奖获得者John Hopcroft的最新书籍<Computer Science Theory for the Information Age> ...

  4. 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, ...

  5. 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 ...

  6. [转载] 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 ...

  7. 2012年中国科学技术信息研究所发布自然科学SCI(E)论文期刊分区列表

    分区 期刊名称 ISSN 学科名称 学科名称(中文) 总被引频次 影响因子 5年影响因子 即年影响因子 被引半衰期 特征因子 论文影响指标 1区 ACM COMPUT SURV 0360-0300 C ...

  8. Computer Science Theory for the Information Age-4: 一些机器学习算法的简介

    一些机器学习算法的简介 本节开始,介绍<Computer Science Theory for the Information Age>一书中第六章(这里先暂时跳过第三章),主要涉及学习以 ...

  9. Intro to Computer Science Class Online (CS101) - Udacity

    Intro to Computer Science Class Online (CS101) - Udacity Building a Search Engine

随机推荐

  1. 用js+css3做一个小球投篮的动画(easing)

    <!DOCTYPE html> <html> <head> <script src="jquery-1.11.3.min.js">& ...

  2. springBoot按条件装配:Condition

    编码格式转换器接口 package com.boot.condition.bootconditionconfig.converter; /** * 编码格式转换器接口 */ public interf ...

  3. BZOJ 1452 Count(二维树状数组)

    大水题. 建立100个二维树状数组,总复杂度就是O(qlognlogm). # include <cstdio> # include <cstring> # include & ...

  4. 【bzoj4715】囚人的旋律 dp

    题目描述 给你一个 $1\sim n$ 的排列 $a_i$ ,若 $i\le j$ 且 $a_i\ge a_j$ ,则 $i$ 到 $j$ 有一条边.现在给你这张图,求既是独立集(任意两个选定点都没有 ...

  5. CentOS 压缩(打包)和解压

    1.tar命令 -c 创建压缩文件 -x 解开压缩文件 -t 查看压缩包内有哪些文件 -z 用 Gzip压缩或解压 -j 用 bzip2压缩或解压 -v 显示压缩或解压的过程 -f 目标文件名,在 f ...

  6. 【以前的空间】BIT的两个小小运用

    剩下一点点时间,就来说说最近才会的关于bit的两个妙用. 求一组数的逆序对 求最长不下降序列 其实两个东西思想差不多,就已第一个为例讲讲. 就是所有数排一遍后,再按照原序列顺序(从后往前),做如下操作 ...

  7. [USACO16OPEN]钻石收藏家Diamond Collector

    由于相差不超过k才可以放在一起,要判断不超过k这个条件,显然我们需要排序 首先我们需要一个f数组,f[i]意义看代码开头注释, 假设我们可以选择的某一个区间是a[l]~a[r](已排序且最优(最长的意 ...

  8. POJ3243:Clever Y——题解

    http://poj.org/problem?id=3243 求最小的非负整数y满足x^y=k(mod z) 写完板子之后等待了半个小时poj才终于进入…… poj不行啊.jpg 以前一直觉得BSGS ...

  9. java 实现多个接口 方法重名的解决办法——内部类

    package com.kk.innerClass; /** * 通过内部类实现接口 * 解决多个接口中方法重名问题 * */interface Machine { void run();} clas ...

  10. 除了love和hate,还能怎么表达那些年的“爱恨情仇”?

    实用英语 帮你全面提高英语水平 关注 童鞋们每次刷美剧的时候,相信都会被CP感满满的男女主角虐得体无完肤吧. 可是,一到我们自己表达爱意或者恨意的时候,却苦于词穷,只会用love, like, hat ...