来源: 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:一种直接修改frame的某个属性的方法

    在iOS中view的frame属性使用地太频繁了,尤其是调UI的时候.我们知道,正常情况下我们无法对frame的某个属性(x,y,width,height等)进行单独修改,比如: someView.f ...

  2. symfony2 twig模板引擎

    1.基本语法 Says something:{{    }} Does something:{%  %} Comment something:{#    #} {% extends "App ...

  3. 学习 Docker - 入门

    Docker简介 一种虚拟容器技术. 一种虚拟化分方案: 操作系统级别的虚拟化: 只能运行相同或相似内核的操作系统: 依赖与linux内核特性:Namespace和Cgroups(Control Gr ...

  4. gitlab+gerrit+jenkins持续集成框架

    1.持续集成之gitlab+gerrit+jenkins 1.1. GitLab 1.1.1. 简介 GitLab 是一个使用使用Ruby on Rails搭建的,用于仓库管理系统的开源项目.使用Gi ...

  5. JMS发布/订阅消息传送例子

    前言 基于上篇文章"基于Tomcat + JNDI + ActiveMQ实现JMS的点对点消息传送"很容易就可以编写一个发布/订阅消息传送例子,相关环境准备与该篇文章基本类似,主要 ...

  6. Tomcat:基于Apache+Tomcat的集群搭建

    根据Tomcat的官方文档说明可以知道,使用Tomcat配置集群需要与其它Web Server配合使用才可以完成,典型的有Apache和IIS. 这里就使用Apache+Tomcat方式来完成基于To ...

  7. SQLServer和Oracle创建视图用户

    在数据集成的开发中,经常会需要给对方创建视图,让其可以查看一些必要的数据.既在数据库中创建用户,并赋给该用户查询视图的权限 一.SQLServer --创建登录用户账户USE [master] GO ...

  8. ubuntu16.04源码编译安装wine1.8.6安装不上引来的错误

    configure: libxcomposite 64-bit development files not found, Xcomposite won't be supported. configur ...

  9. linux 分区 物理卷 逻辑卷

    今天我们主要说说分区.格式化.SWAP.LVM.软件RAID的创建哈~ 格式化 查看当前分区:fdisk   -l 这个命令我们以前是讲过的,我现在问下,ID那项是什么意思? 83 是代表EXT2和E ...

  10. android oncreate获取宽高度

    gridView = (GridView) getView().findViewById(R.id.gridView_musicbook); gridView.getViewTreeObserver( ...