%--brain mask with the brain tissuemask_name = 'C:\Users\Administrator\Desktop\workspace\preprocessed\masks\within_brain_mask.nii';M = load_untouch_.....
分类:
其他好文 时间:
2014-06-28 16:44:05
阅读次数:
274
%--brain mask with the brain tissuemask_name = 'C:\Users\Administrator\Desktop\workspace\preprocessed\masks\within_brain_mask.nii';M = load_untouch_.....
分类:
其他好文 时间:
2014-06-28 16:41:01
阅读次数:
272
http://blog.csdn.net/ruglcc/article/details/78020771、查看主机名在Ubuntu系统中,快速查看主机名有多种方法:其一,打开一个GNOME终端窗口,在命令提示符中可以看到主机名,主机名通常位于“@”符号后;其二,在终端窗口中输入命令:hostname...
分类:
其他好文 时间:
2014-06-28 15:58:07
阅读次数:
154
在我的Dell Latitude 3330上, 新装的Ubuntu 14.04一切正常,就是没有system settings程序,以下的命令能够解决:sudo apt-get install ubuntu-desktop不用重新启动,立马生效。
分类:
其他好文 时间:
2014-06-28 11:18:29
阅读次数:
181
【教程主题】:2.Linux高频命令精讲【2.1】Linux的运行方式图形运行方式-本地使用KDE/Gnome集成环境-运行XServer远程使用图形环境命令行(字符运行)方式-本地虚拟终端-使用Telnet远程登录-使用SSH远程登录【2.2】字符界面的使用为什么要使用字符工作方式-可以高效率的完...
分类:
系统相关 时间:
2014-06-23 07:09:15
阅读次数:
319
1. 发布的程序:需要访问本地进程,那么只能发布为exe程序才可以。 此时supportedProfiles 配置为 extendedDesktop desktop desktop保证能发布air时不会出错,而访问本地进程则需要extendedDesktop2. 本地调试:需要访问本地进程 此时su...
分类:
其他好文 时间:
2014-06-21 08:47:05
阅读次数:
180
%% 原始数据datacell_4d = load_untouch_nii('C:\Users\Administrator\Desktop\workspace\phycaa_plus_2104_03_27\func_4d.nii'); ldim = size(datacell_4d.img);%.....
分类:
其他好文 时间:
2014-06-20 22:44:59
阅读次数:
281
ldcca_tms = img_To_4D_array('C:\Users\Administrator\Desktop\contrast\2014-05-20-12-16.img');spm_tms = img_To_4D_array('C:\Users\Administrator\Desktop\...
分类:
其他好文 时间:
2014-06-20 22:44:18
阅读次数:
273
ldcca_tms = img_To_4D_array('C:\Users\Administrator\Desktop\contrast\2014-05-20-17-10.img');spm_tms = img_To_4D_array('C:\Users\Administrator\Desktop\...
分类:
其他好文 时间:
2014-06-20 22:36:07
阅读次数:
264
Ubuntu的Server和Desktop上都配过php的LAMP环境,步骤没什么区别,相关的教程网上也很多,这里把自己的配置过程记录下来,省得每次都google…供参考整个环境用到Apache2、MySQL、php5和phpMyAdmin1、安装Apache2$ sudo apt-get inst...
分类:
Web程序 时间:
2014-06-20 15:45:13
阅读次数:
318