来源: 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. 我的Android六章:Android中SQLite数据库操作

    今天学习的内容是Android中的SQLite数据库操作,在讲解这个内容之前小编在前面有一篇博客也是讲解了SQLite数据库的操作,而那篇博客的讲解是讲述了 如何在Window中通过DOM来操作数据库 ...

  2. iOS开发--遇到ARGB/RGBA怎么办

    一.前言 在iOS开发过程中,我们经常会用16进制来表示色值,一般来说我们都是这样表示的:比如#000000表示黑色,#ffffff表示白色,但是如果我们想来个透明度呢? 接下来就让我们来了解一下怎么 ...

  3. 禁止uiscrollview垂直方向滚动,只允许水平方向滚动;或只允许垂直方向滚动

    禁止UIScrollView垂直方向滚动,只允许水平方向滚动 scrollview.contentSize =  CGSizeMake(你要的长度, 0); 禁止UIScrollView水平方向滚动, ...

  4. JavaScript SetInterval与setTimeout使用方法详解

    setTimeout和setInterval的语法相同.它们都有两个参数,一个是将要执行的代码字符串,还有一个是以毫秒为单位的时间间隔,当过了那个时间段之后就将执行那段代码.不过这两个函数还是有区别的 ...

  5. 教你怎么检测Heartbleed OpenSSL漏洞

    Heartbleed错误是一个严重的漏洞.这个弱点可以窃取信息,在正常情况下,由SSL / TLS加密保护互联网.Heartbleed错误允许任何人在互联网上阅读系统的内存保护脆弱的OpenSSL的软 ...

  6. C#参考书的链接推荐

    Visual C#.NET入门与提高http://download.chinaitlab.com/soft/6330.htm 使用Visual C# 开发asp.NET入门http://downloa ...

  7. post请求报文

    POST /02_WEB_HTTP/index.html HTTP/1.1 Accept: application/x-ms-application, image/jpeg, application/ ...

  8. 京东MySQL监控之Zabbix优化、自动化

    原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://wangwei007.blog.51cto.com/68019/1833332 随 ...

  9. 0010《SQL必知必会》笔记06-表的修改与删除

    1.表的修改: 1.1 删除列:ALTER TABLE 表名 DROP COLUMN 列名 1.2 添加列:ALTER TABLE 表名 ADD(列名 数据类型) 1.3 修改列名:ALTER TAB ...

  10. 像编程一样写文章—Markdown

    Markdown是什么 是一种极其简单的标记语言,写的时候只需要普通编辑器即可: 它可以使文本内存具有某种格式: Markdown设计理念使文本易读.易写 文件后缀名:.md . .markdown. ...