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
随机推荐
- MAC锁屏不断网(快捷键启用屏保)
第一步:要设定锁定输入密码的设置,进入'系统偏好设置''安全性与隐私',将选项'进入睡眠或开始屏幕保护程序后'打勾,选'立即'. 第二步:到'launchpad'中的'其他'文件夹打开'Automat ...
- BZOJ 1197 花仙子的魔法(递推)
数学归纳法. dp[i][j]=dp[i][j-1]+dp[i-1][j-1]. # include <cstdio> # include <cstring> # includ ...
- 状态压缩---UVA6625 - Diagrams & Tableaux
比赛的时候刷出来的第一个状态DP.(期间有点没有把握是状态DP呢.) 题意:题意还是简单的.K行的方格.之后输入L1~LK 代表每一行方格数.在这些往左紧挨的方格子里填上1~N的数字. 其中右边格子的 ...
- 1923: [Sdoi2010]外星千足虫
1923: [Sdoi2010]外星千足虫 Time Limit: 10 Sec Memory Limit: 64 MBSubmit: 1254 Solved: 799[Submit][Statu ...
- Android 数据库存储之db4o
在Android中,使用数据库除了可以使用Android内嵌的SQLite,还可以使用db4odb4o是嵌入式的面向对象的数据库,是基于对象的数据库,操作的数据本身就是对象.特点:对象以其本身的方式来 ...
- POJ1284:Primitive Roots——题解
http://poj.org/problem?id=1284 给一个奇质数p,求p的原根数量. 有一个结论:当正整数n存在原根时,其一共有phi(phi(n))个不同余的原根. 所以答案为phi(p- ...
- 51nod 1215 数组的宽度&poj 2796 Feel Good(单调栈)
单调栈求每个数在哪些区间是最值的经典操作. 把数一个一个丢进单调栈,弹出的时候[st[top-1]+1,i-1]这段区间就是弹出的数为最值的区间. poj2796 弹出的时候更新答案即可 #inclu ...
- JavaScript Date的原型方法扩展
在JavaScript开发中,经常需要对Date类型的对象进行各种验证或格式化,但是js并没有提供那么多的那么细的函数,所以只好自己去用 prototype 扩充了,下面是我自己实现的Date类型常用 ...
- mybaties实体的 Mapper.xml文件中自定义sql时模糊查询的写法
<select id=selectByNameLike" parameterType="string" resultMap="BaseResultMap ...
- ACE日志系统
引用于:http://blog.csdn.net/focusonace/article/details/3108873 http://peirenlei.iteye.com/blog/305036 介 ...