来源: http://blog.sina.com.cn/s/blog_60a751620100k2hj.html

Brodmann areas Name 中文名 Function
1 Somatosensory Cortex 体感皮层 somatic sensory sensations
2 same to above 同上 same to above
3 same to above 同上 same to above
4  Primary Motor Cortex  初级运动皮层  motor execution
5  Somatosensory Association Cortex  体感联合皮层  spatial orientation, among other parietal associational functions
6 Pre-Motor and Supplementary Motor Cortex 前运动皮层  motor planning and execution
7  Somatosensory Association Cortex  体感联合皮层  spatial orientation, among other parietal associational functions
8  Includes Frontal Eye Field  包括额叶眼动区(Frontal eye field)  governance of eye movements (contains "frontal eye fields")
9  Dorsolateral prefrontal cortex  背外侧前额叶皮层  prefrontal associational integration
10  Frontopolar area (most rostral part of superior and middle frontal gyri)  额极区(上额回和中额回最前侧的部分)  same to above
11  Orbitofrontal area (orbital and rectus gyri, plus part of the rostral part of the superior frontal gyrus)  眶额区(眶回,直回和上额回前侧的一部分)  same to above
12 Orbitofrontal area (used to be part of BA11, refers to the area between the superior frontal gyrus and the inferior rostral sulcus) 眶额区(上额回和下前回之间的区域)  same to above
13  Insular cortex  脑岛  associational cortex
17  Primary Visual Cortex  初级视皮层  visual information
18  Visual Association Cortex  视觉联合皮层  same to above
19  Visual Association Cortex  视觉联合皮层  same to above
20  Inferior Temporal gyrus  颞下回  same to above
21  Middle Temporal gyrus  颞中回  processing visual information, among other temporal associational functions
22  Superior Temporal Gyrus, of which the rostral part participates to Wernicke's area  颞上回,其前侧部分属于韦尼克区  auditory processing and language reception
23  Ventral Posterior cingulate cortex  腹后扣带皮层  participates in limbic associational integration
24  Ventral Anterior cingulate cortex  腹前扣带皮层  emotional and cognitive processing
25  Subgenual cortex   膝下皮层  prefrontal associational integration
26  Ectosplenial area   压外区(Ectosplenial area)  limbic associational integration
28  Posterior Entorhinal Cortex  后内嗅皮层  olfaction and hippocampal processing
29  Retrosplenial cingular cortex  压后扣带皮层  limbic associational integration
30  Part of cingular cortex  扣带皮层的一部分  same to above
31  Dorsal Posterior cingular cortex  背侧后扣带皮层  limbic and parietal associational integration
32  Dorsal anterior cingulate cortex  背侧前扣带皮层  emotional and cognitive processing
34  Anterior Entorhinal Cortex (on the Parahippocampal gyrus)  前嗅皮层,位于海马旁回  olfaction and hippocampal processing
35  Perirhinal Cortex (on the Parahippocampal gyrus)  旁嗅皮层,位于海马旁回  in hippocampal associational functions
36  Parahippocampal cortex (on the Parahippocampal gyrus)  海马旁皮层  visual and hippocampal associational functions
37  Fusiform gyrus  梭状回  visual recognition
38  Temporopolar area (most rostral part of the superior and middle temporal gyri  颞极区  limbic associational integration
39  Angular gyrus, part of Wernicke's area  角回,韦尼克区的一部分  processing language, spatial orientation and semantic representation
40  Supramarginal gyrus part of Wernicke's area  缘上回,韦尼克区的一部分  spatial orientation and semantic representation
41  Primary Auditory Cortex  初级听觉皮层 auditory information
42  Primary Association Cortex  听觉联合皮层 same to above
43  Subcentral area (between insula and post/precentral gyrus)  中央下区(Subcentral area)  sensorimotor representation and taste processing
44  pars opercularis Broca's area  岛盖部,布洛卡区的一部分  language production and participates in prefrontal associational integration
45  pars triangularis, part of Broca's area  三角部,布洛卡区的一部分  language production
46  Dorsolateral prefrontal cortex  背外侧前额叶  participates in prefrontal associational integration
47  Inferior prefrontal gyrus  额下回  same to above
48  Retrosubicular area (a small part of the medial surface of the temporal lobe)  下脚后区,颞叶内侧的一小部分   
52  Parainsular area (at the junction of the temporal lobe and the insula)  脑岛旁皮质  

Broadmann分区的更多相关文章

  1. 使用FreeSurfer进行脑区分割

    FreeSurfer 是美国哈佛-麻省理工卫生科学与技术部和马萨诸塞州总医院共同开发的一款磁共振数据处理软件包,是基于 Linux 平台的全免费开源软件.FreeSurfer 能完成对高分辨率的 MR ...

  2. SQL Server表分区

    什么是表分区 一般情况下,我们建立数据库表时,表数据都存放在一个文件里. 但是如果是分区表的话,表数据就会按照你指定的规则分放到不同的文件里,把一个大的数据文件拆分为多个小文件,还可以把这些小文件放在 ...

  3. win7安装时,避免产生100m系统保留分区的办法

    在通过光盘或者U盘安装Win7操作系统时,在对新硬盘进行分区时,会自动产生100m的系统保留分区.对于有洁癖的人来说,这个不可见又删不掉的分区是个苦恼.下面介绍通过diskpart消灭保留分区的办法: ...

  4. Partition:增加分区

    在关系型 DB中,分区表经常使用DateKey(int 数据类型)作为Partition Column,每个月的数据填充到同一个Partition中,由于在Fore-End呈现的报表大多数是基于Mon ...

  5. Partition2:对表分区

    在SQL Server中,普通表可以转化为分区表,而分区表不能转化为普通表,普通表转化成分区表的过程是不可逆的,将普通表转化为分区表的方法是: 在分区架构(Partition Scheme)上创建聚集 ...

  6. Partition:分区切换(Switch)

    在SQL Server中,对超级大表做数据归档,使用select和delete命令是十分耗费CPU时间和Disk空间的,SQL Server必须记录相应数量的事务日志,而使用switch操作归档分区表 ...

  7. WebGIS项目中利用mysql控制点库进行千万条数据坐标转换时的分表分区优化方案

    文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1. 背景 项目中有1000万条历史案卷,为某地方坐标系数据,我们的真实 ...

  8. VMware下对虚拟机Ubuntu14系统所在分区sda1进行磁盘扩容

    VMware下对虚拟机Ubuntu14系统所在分区sda1进行磁盘扩容 一般来说,在对虚拟机里的Ubuntu下的磁盘进行扩容时,都是添加新的分区,而并不是对其系统所在分区进行扩容,如在此链接中http ...

  9. SQL Server 批量主分区备份(Multiple Jobs)

    一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 案例分析(Case) 方案一(Solution One) 方案二(Solution Two) ...

随机推荐

  1. ReactiveCocoa框架下的MVVM模式解读

    记录一些MVVM文章中关于ReactiveCocoa的代码: 实例一:带有分页的文章列表,根据文章类别过滤出文章的列表,可以进入文章详细页面 1:YFBlogListViewModel 首先了解关于列 ...

  2. 【代码笔记】iOS-等待动画

    一,效果图. 二,工程图. 三,代码. RootViewController.h #import <UIKit/UIKit.h> @interface RootViewController ...

  3. Java 控制线程

    1.join public class JoinThreadTest extends Thread { public JoinThreadTest(String name){ super(name); ...

  4. nginx 的信号控制概述

    <nginx 在ubuntu 上的启动,停止,重启>中的停止和重启命令基本都是用信号来控制的.这是一些简单的信号控制. 在Nginx服务器中,通常情况都是通过对其发送控制信号进行控制的,除 ...

  5. FTP远程文件传输命令

    使用ftp命令进行远程文件传输 ftp命令是标准的文件传输协议的用户接口.ftp是在TCP/IP网络上的计算机之间传输文件的简单有效的方法.它允许用户传输ASCII文件和二进制文件. 在ftp会话过程 ...

  6. 面试题整理:SQL(二)

    1. 现有广告合同表Orders,表示广告在哪个广告位的哪几天需要播出 OrderID Positioncode Startdate Enddate 1 A 2015-11-01 2015-11-03 ...

  7. Effective Java Index

    Hi guys, I am happy to tell you that I am moving to the open source world. And Java is the 1st langu ...

  8. Java 文档注释

    Java只是三种注释方式.前两种分别是// 和/* */,第三种被称作说明注释,它以/** 开始,以 */结束. 说明注释允许你在程序中嵌入关于程序的信息.你可以使用javadoc工具软件来生成信息, ...

  9. Servlet/JSP-04 JSP基础

    一. JSP概述 Servlet 是 Java 程序,可以在 Java 程序内部返回一段 HTML 代码(字符串形式)到浏览器,供浏览器解释展示. JSP 是一种脚本语言,在 HTML 内部通过嵌入 ...

  10. C++杂谈(三)产生随机数与time函数

    产生随机数在程序中很有用,这篇文章简单介绍一下产生随机数的方法. 伪随机数 使用标准库<cstdlib>中的rand()函数产生随机数. #include<iostream> ...