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
随机推荐
- 【Windows】Windows Restart Manager 重启管理器
Restart Manager(以下简称RM)可以减少或避免安装或更新程序所需要的系统重启次数.安装(或更新)过程中需要重启的主要原因是需要更新的某些文件当前正被一些其它程序或服务所使用.RM允许除关 ...
- 9.1、AutoEncoder自动编码器[转]
如果给定一个神经网络,我们假设其输出与输入是相同的,然后训练调整其参数,得到每一层中的权重.自然地,我们就得到了输入I的几种不同表示(每一层代表一种表示),这些表示就是特征.自动编码器就是一种尽可能复 ...
- Unity游戏开发技术的最佳实践
活动详情 作为全球规模最大的Unity开发者聚会,历年的Unite大会都成为开发者们获取Unity最新技术知识,交流开发经验,把握行业发展脉搏,体验全球前沿科技与高品质Made with Unit ...
- bzoj 2588 Count on a tree 解题报告
Count on a tree 题目描述 给定一棵\(N\)个节点的树,每个点有一个权值,对于\(M\)个询问\((u,v,k)\),你需要回答\(u\) \(xor\) \(lastans\)和\( ...
- 获取 exception 对象的字符串形式(接口服务返回给调用者)
工具类: package com.taotao.common.utils; import java.io.PrintWriter; import java.io.StringWriter; publi ...
- Educational Codeforces Round 6 B
B. Grandfather Dovlet’s calculator time limit per test 1 second memory limit per test 256 megabytes ...
- 【题解】最大公约数之和 V3 51nod 1237 杜教筛
题目传送门 http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1237 数学题真是做的又爽又痛苦,爽在于只要推出来公式基本上就 ...
- Java设计模式の工厂模式
-------------------------------------------------------- 目录: 一.序言 二.简单工厂模式 三.工厂方法模式 四.简单工厂和工厂方法模式的比 ...
- Mybatis(3) 映射文件-增删改查
映射文件: 映射文件是根据数据库模型生成的编写sql脚本xml文件, mapper标签中namespace属性值为对应模型实体类的全类名. <?xml version="1.0&quo ...
- 百度地图定位API,精度提高
我使用百度定位API DEMO上面好像就可以setCoorType("bd09ll");//百度地图坐标. 然后我找了下从其它坐标体系迁移到百度坐标. 问下: 1.那我还能不能在百 ...