来源: 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. NSFileManeger

    #define PATH @"/Users/wenhua/testdir" // 删除, 复制 剪切  这些行为都是管理文件的行为 //创建文件 void createFile(v ...

  2. 电脑公司最新GHOST WIN7系统32,64位优化精简版下载

    系统来自系统妈:http://www.xitongma.com 电脑公司最新GHOST win7系统32位优化精简版V2016年3月 系统概述 电脑公司ghost win7 x86(32位)万能装机版 ...

  3. ORA-00988: missing or invalid password(s)

    创建账号或修改账号密码时有可能会遇到ORA-00988: missing or invalid password(s),那么什么情况下会遇到这种错误呢? 一般是因为密码的设置不符合命名规范: 1:密码 ...

  4. Sql Server之旅——第四站 你必须知道的非聚集索引扫描

    非聚集索引,这个是大家都非常熟悉的一个东西,有时候我们由于业务原因,sql写的非常复杂,需要join很多张表,然后就泪流满面了...这时候就 有DBA或者资深的开发给你看这个猥琐的sql,通过执行计划 ...

  5. Java中Date的比较(befor与after方法的缺陷)

    java.util.Date中的before和after方法只会比较到Day,不管你的date是yyyy-MM-dd HH:mm:ss还是yyyy-MM-dd格式的.最好用getTime()来比较具体 ...

  6. Kafka 分布式的,基于发布/订阅的消息系统

    Kafka是一种分布式的,基于发布/订阅的消息系统.主要设计目标如下: 通过O(1)的磁盘数据结构提供消息的持久化,这种结构对于即使数以TB的消息存储也能够保持长时间的稳定性能. 高吞吐量:即使是非常 ...

  7. Cloudera5.8.3:Flume+Morphline+Solr开发小技巧

    1.Flume和Morphline添加日志打印 log4j.logger.org.apache.flume.sink.solr=DEBUG log4j.logger.org.kitesdk.morph ...

  8. MYSQL的JOB

    要让JOB顺利运行,必须要打开MYSQL的定时器. -- 查看是否开启定时器 SHOW VARIABLES LIKE '%sche%'; -- 开启定时器 0:off 1:on -- 这个需要最高权限 ...

  9. Android程序函数 将assets文件夹下的文件复制到手机的sd卡中(包括子文件夹)

    最近在做个功能是将asset文件夹下的所有文件(包括子文件)全部拷贝出来到指定目录下.所用的方法无非是用AssetManager.但是这里 有个问题是也要讲子文件夹和子文件都要拷贝出来.到网上Goog ...

  10. 设置输入域(input/textarea)中文本光标的位置

    以前记录了一篇 将光标定位于输入框最右侧的实现方式 ,实现光标定位在文本的最末.这种需求往往在修改现有的文本.有时可能还需要把光标定位在首位,或者中间某个位置,这就需要实现一个更通用的方法. 这个方法 ...