来源: 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. IOS客户端Coding项目记录(六)

    1:获取某一行的坐标 UITableViewCell *cell = [_myTableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow: ...

  2. 面试题:“你能不能谈谈,java GC是在什么时候,对什么东西,做了什么事情?”

    面试题目:地球人都知道,Java有个东西叫垃圾收集器,它让创建的对象不需要像c/cpp那样delete.free掉,你能不能谈谈: GC是在什么时候,对什么东西,做了什么事情? 以上算是三个问题,下面 ...

  3. BiliBili 第三方 Android 客户端应用源码

    基于 Material Design 的 BiliBili 第三方 Android 客户端,我们知道这个APP目前比较流行,所以大家也比较喜欢模仿,需要的参考一下 文档共享 : https://dri ...

  4. push notification获取device token

    第一步:申请证书: 第二步:申请app ids,应用名字必须一致.然后再进入进行编辑,使其enable,绿灯. 第三步:申请provisioning profile,生成.mobileprovisio ...

  5. 编写TextRw.java的Java应用程序,程序完成的功能是:首先向TextRw.txt中写入自己的学号和姓名,读取TextRw.txt中信息并将其显示在屏幕上。

    package zuoye; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; pub ...

  6. SQLServer复合查询条件(AND,OR,NOT)对NULL值的处理方法

    在SQL的3值逻辑下,一个查询条件可以产生以下三种情况:TRUE,FALSE,NULL.只有那些满足WHERE子句的值是TRUE的记录才出现在结果表中. NULL值影响查询条件的结果,并且结果很微妙. ...

  7. HBase应用开发回顾与总结系列之一:概述HBase设计规范

      概述 笔者本人接触研究HBase也有半年之久了,虽说不上深入和系统,但至少算是比较沉迷.作为部门里大数据技术的探路者,笔者还要承担起技术传播的职责,所以在摸索研究的过程中总是不断地进行总结和测试, ...

  8. 烂泥:学习ubuntu远程桌面(一):配置远程桌面

    本文由秀依林枫提供友情赞助,首发于烂泥行天下 公司服务器目前安装的都是ubuntu 14.04系统,而且由于业务需要,需要使用到ubuntu的远程桌面功能.所以本篇文章都是围绕ubuntu的远程桌面来 ...

  9. iOS 读取相册二维码,兼容ios7(使用CIDetector 和 ZXingObjC)

    ios从相册读取二维码,在ios8以上,苹果提供了自带的识别图片二维码的功能,这种方式效率最好,也是最推荐的,但是如果你的系统需要向下兼容ios7,就必须用其他方式. 这里我选择的是 ZXingObj ...

  10. javascript日历控件——纯javascript版

    平时只有下班时间能code,闲来写了个纯javascript版.引用该calendar.js文件,然后给要设置成日历控件的input的id设置成calendar,该input就会变成日历控件. < ...