读书人

科学家将研究梅西大脑 150万寻球王怎么

发布时间: 2012-07-24 17:47:58 作者: rapoo

科学家将研究梅西大脑 150万寻球王如何诞生

科学家将研究梅西大脑 150万寻球王如何诞生
2012年01月16日
  科学家将研究梅西大脑 150万寻球王如何诞生
  2012年01月16日02:29现代金报我要评论(314)
  http://sports.qq.com/a/20120116/000199.htm?pgv_ref=aio
  据阿根廷媒体报道,荷兰奈梅亨大学的医学专家彼得??梅登多夫计划对阿根廷球星梅西(微博 博客 数据)的大脑进行研究,以了解梅西如何能够在面对众多选择时瞬间作出最佳判断。
  梅登多夫说,人的大脑并不是一台计算机,而是一台概率机器。梅西能够在瞬间准确判断自己应该跑动、跳跃还是踢球,科学家们希望通过研究他的大脑解开其中的谜团。
  “他为什么选择这个而不是那个?他怎么判断一种选择的实际效果?”梅登多夫说,“人们在运动的时候,作出判断往往是下意识的,完全是根据影像、力量和声音的作用。梅西为什么总能在足球场上作出正确的判断,作出正确的反应和动作,这是非常值得研究的。”
  报道说,荷兰科学研究组织为这个项目拨款150万欧元。
  
  
  已有7828条微博讨论#梅西#话题 点击参与
  var g_official_account = 'qqsports';(function(){document.domain="qq.com";window.share2qmail=new function(g){var a=this;a.body=document.body;a.title=g.title;a.width=g.width;a.height=g.height;a.src=g.src;a.isDrag=false;a.isIE=document.all?true:false;a.getMX=function(b){return a.isIE?b.clientX+Math.max(document.body.scrollLeft,document.documentElement.scrollLeft):b.pageX};a.getMY=function(b){return a.isIE?b.clientY+Math.max(document.body.scrollTop,document.documentElement.scrollTop):b.pageY};a.setEvent=function(b){b.setCapture&&b.setCapture();window.captureEvents&&window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP)};a.releaseEvent=function(b){b.releaseCapture&&b.releaseCapture();window.releaseEvents&&window.releaseEvents(Event.MOUSEMOVE|Event.MOUSEUP)};a.creatDom=function(b,d){var c=document.createElement(b.tag||"div"),f=c.setAttribute?true:false,e;for(e in b)if(!(e=="tag"||e=="children"||e=="cn"||e=="html"||e=="style"||typeof b[e]=="function"))if(e=="cls")c.className=b.cls;else if(f)c.setAttribute(e,b[e]);else c[e]=b[e];if(b.html)c.innerHTML=b.html;(function(i,h){function n(k,o,l){if(!(!k||typeof l!="string")){k.style[o?o:""]=l?l:"";return k}}if(h)if(typeof h=="string")for(var j=/\s?([a-z\-]*)\:\s?([^;]*);?/gi,m;(m=j.exec(h))!=null;)n(i,m[1],m[2]);else if(typeof h=="object")for(j in h)n(i,j,h[j])})(c,b.style);d&&d.appendChild(c);return c};a.getObjPosition=function(b){var d={};d.x=b.offsetLeft;for(d.y=b.offsetTop;b=b.offsetParent;){d.x+=b.offsetLeft;d.y+=b.offsetTop}return d};a.getWindowSize=function(){var b={};if(window.self&&self.innerWidth){b.width=self.innerWidth;b.height=self.innerHeight;return b}if(document.documentElement&&document.documentElement.clientHeight){b.width=document.documentElement.clientWidth;b.height=document.documentElement.clientHeight;return b}b.width=document.body.clientWidth;b.height=document.body.clientHeight;return b};a.keyDownListener=function(b){b=b?b:window.event;b.keyCode==27&&a.closePopup()};a.keyDownAddListener=function(){a.isIE?document.attachEvent("onkeydown",a.keyDownListener):document.addEventListener("keydown",a.keyDownListener,false)};a.keyDownRemoveListener=function(){a.isIE?document.detachEvent("onkeydown",a.keyDownListener):document.removeEventListener("keydown",a.keyDownListener,false)};a.createInfoWindow=function(b){a.layerbg=a.creatDom({cls:"share_layer"});a.main=a.creatDom({cls:"share_layer_main"});a.layerTitle=a.creatDom({cls:"share_layer_title"});var d=a.creatDom({tag:"h3",html:a.title});a.close=a.creatDom({tag:"a",title:"关闭",cls:"del_fri",href:"javascript:void(0)",html:"X"});a.close.onmousedown=function(){a.releaseEvent(a.layerTitle);a.closePopup()};a.layerTitle.appendChild(d);a.layerTitle.appendChild(a.close);a.main.appendChild(a.layerTitle);a.con=a.creatDom({cls:"share_layer_cont"});a.iframe=a.creatDom({tag:"iframe"});a.iframe.setAttribute("frameBorder","0",0);a.iframe.setAttribute("marginheight","0");a.iframe.setAttribute("marginwidth","0");a.iframe.setAttribute("scrolling","no");a.iframe.style.width=a.width+"px";a.iframe.style.height=a.height+"px";a.iframe.style.display="block";a.con.appendChild(a.iframe);window.setTimeout(function(){a.iframe.setAttribute("src",a.src,0)},5);a.main.appendChild(a.con);d=a.creatDom({cls:"bg"});a.layerbg.appendChild(a.main);a.layerbg.appendChild(d);a.body.appendChild(a.layerbg);a.floatPopup(b);a.dragPopup(a.layerTitle,a.layerbg)};a.floatPopup=function(b){var d=document.body.scrollTop||document.documentElement.scrollTop;d={width:(document.body.scrollLeft||document.documentElement.scrollLeft)+a.getWindowSize().width,height:d+a.getWindowSize().height};var c=a.getObjPosition(b);c.y=c.y+a.height>d.height?c.y-b.offsetHeight-a.height-a.layerTitle.offsetHeight-30:c.y+b.offsetHeight+5;c.x-=b.offsetWidth/2;a.layerbg.style.width=a.width+2+"px";a.layerbg.style.left=(d.width-a.width)/2+"px";a.layerbg.style.top=c.y+"px"};a.dragPopup=function(b,d){b.onmousedown=function(c){d.style.position="absolute";a.isDrag=true;var f=document;if(!c)c=window.event;x=c.layerX?c.layerX:c.offsetX;y=c.layerY?c.layerY:c.offsetY;a.setEvent(b);f.onmousemove=function(e){if(a.isDrag){if(!e)e=window.event;var i=a.getMX(e),h=a.getMY(e);if(!e.pageX)e.pageX=i;if(!e.pageY)e.pageY=h;i=e.pageY-y;d.style.left=e.pageX-x-(a.isIE?10:7)+"px";d.style.top=i-(a.isIE?10:7)+"px"}};f.onmouseup=function(){a.isDrag=false;a.releaseEvent(b);f.onmousemove=null;f.onmouseup=null;f.onselectstart=null};f.onselectstart=function(){return false}}};a.resizePopup=function(b){if(b.width){a.iframe.style.width=b.width+"px";a.layerbg.style.width=b.width+2+"px"}if(b.height)a.iframe.style.height=b.height+"px"};a.showPopup=function(b){a.layerbg&&a.closePopup();a.createInfoWindow(b);a.keyDownAddListener()};a.closePopup=function(){a.layerbg.style.display="none";a.layerbg.parentNode.removeChild(a.layerbg);a.iframe.src="";a.iframe.parentNode.removeChild(a.iframe);a.layerbg=null;a.keyDownRemoveListener()};a.dataCenter={}}({title:"分享到QQ邮箱",width:600,height:430,src:"http://mail.qq.com/cgi-bin/qm_share_qz?url="+ARTICLE_INFO.article_url});window.share2qmail_ptlogin2resize=function(g,a){share2qmail.resizePopup({height:a})};window._addPtlogin2_onResizeFunc=function(g){var a=window.ptlogin2_onResize;window.ptlogin2_onResize=typeof a!="function"?g:function(b,d){try{a(b,d)}catch(c){}try{g(b,d)}catch(f){}}}})();
  分享到: 微博
  争当转播第一人
  空间 朋友 邮箱
  1
  推荐给好友
  /*微博划词转发@by tomiezhang shqzheng austinjin@2011-11-24v2 感恩节*/(function(W){var WBwd = W.WBwd = function(id){return new WBwd.fn.init(id);}WBwd.fn = WBwd.prototype = {$:function(o){return document.getElementById(o)},_x:0,_y:0,_getSele:function(){//获得选取内容if(W.getSelection){return W.getSelection().toString();}else if(document.getSelection){return D.getSelection(); }else if(document.selection) { return document.selection.createRange().text;}},_stopBubble:function(e){if(!document.all){e.stopPropagation();}else{window.event.cancelBubble=true;}},_stopDefault:function(e){if(!document.all){e.preventDefault();}else{window.event.returnValue=false;return false;}}, _getX:function(obj){var left=obj.offsetLeft;while(obj=obj.offsetParent){left+=obj.offsetLeft;}return left; }, _getY:function(obj){var top=obj.offsetTop;while(obj=obj.offsetParent){top+=obj.offsetTop;}return top; }, _getPicUrl:function(id){var imgs = _$$(document.getElementById(id), 'img'), i, result='';for(i in imgs){var o = imgs, w = _MUI.width(o), h = _MUI.height(o);if(w>100 || h>100){result = o.src;break;}}return result; }, _getTipsPos:function(e,id,isIe){//获得TIPS位置var ev = W.event||e,_self = this;this._x=ev.clientX-this._getX(this.$(id))+document.body.scrollLeft+document.documentElement.scrollLeft;this._y=ev.clientY-this._getY(this.$(id))+document.body.scrollTop+document.documentElement.scrollTop;if(!isIe){this.$("tipsWBzf").style.left = this._x+"px";this.$("tipsWBzf").style.top = this._y-32+"px";}else{this.$("tipsWBzf").style.left = this._x+"px";this.$("tipsWBzf").style.top = this._y-32+"px";} }, _setTips:function(id){this.$(id).style.position = "relative";var _self = this;var oFrag=document.createDocumentFragment(); var tp = document.createElement("DIV");tp.id="tipsWBzf";tp.style.cssText = "width:59px;height:22px;position:absolute;visibility: hidden;text-decoration:none;z-index:899;cursor:pointer";tp.innerHTML = '';oFrag.appendChild(tp);this.$(id).appendChild(oFrag); }, init:function(id){if(id){var _self = this,isClick=false;this._setTips(id);//设置浮层this.$(id).onmouseup = function(e){if(_self._getSele().length>10 && !isClick){if(!document.all){_self.$("tipsWBzf").style.visibility = "visible";_self._getTipsPos(e,id,false);}else{_self.$("tipsWBzf").style.visibility = "visible";_self._getTipsPos(e,id,true);}_self._stopBubble(e);_self._stopDefault(e);}else{_self.$("tipsWBzf").style.visibility = "hidden";isClick = false;}}this.$("tipsWBzf").onmousedown = function(){_self.$("tipsWBzf").style.visibility = "hidden";var t = _self._getSele(),u=window.location.href;if(u.indexOf('#') >0 ){u = encodeURI(u.substr(0,u.indexOf('#')));}else{u = encodeURI(u);}//微博字符串长度//modified: shqzheng 2011.11.03 增加@频道减少可以划的字数if(_MI.string.length(t)>119)t = _MI.string.cut(t, 119*2-4);_MI.Bos('qqcom.dp.huaci',null,'qqcom.dp.wradio');_MI.Share.pop({txt:t,surl:u,pic:_self._getPicUrl(id),pref:'qqcom.dp.wradio'});isClick = true;window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();return false;};this.$("tipsWBzf").onmouseup=function(){return false;}document.onmousedown = function(e){if(_self.$("tipsWBzf").style.visibility == "visible"){_self.$("tipsWBzf").style.visibility = "hidden";isClick = false;}}} }} WBwd.fn.init.prototype = WBwd.prototype;})(window);_MUI.ready(function(){WBwd("Cnt-Main-Article-QQ");});
  我要评论(314)
  相关阅读:??梅西家中展示三尊金球奖杯 超级满贯金碧辉煌 2012.01.15
  ??高效!75分钟1球 皇马摩托车让梅西C罗也汗颜 2012.01.15
  ??权威机构评本赛季王中王 梅西领跑C罗仅第五 2012.01.14
  ??穆帅推3后卫战术战巴萨 克制梅西就看此一搏 2012.01.14
  ??国青主帅赞鲁能小将堪比梅西 有7种手段过人! 2012.01.13

读书人网 >其他相关

热点推荐