-
SPM,即统计参数图,采用统计的方法来处理fMRI,PET和SPECT的数据
SPM,即统计参数图,也是这个软件的最终输出,它是由英国伦敦大学的Friston教授等人在通用数学软件包Matlab基础上开发的软件系统,其统计功能非常强大,设计这个软件包的初衷是采用统计的方法来处理fMRI,PET和SPECT的数据。
- 2022-04-07 09:46:28下载
- 积分:1
-
Designed to improve the existing code
重构--改善既有代码的设计
侯捷译good to read-Designed to improve the existing code
- 2022-03-04 15:17:50下载
- 积分:1
-
C程序设计的常用算法
计算机解题的基本思想方法和步骤
算法的描述...
C程序设计的常用算法
计算机解题的基本思想方法和步骤
算法的描述-Algorithm
- 2023-04-23 13:40:03下载
- 积分:1
-
good
good - This program has its own library file swap.h. You can use this file to swap the values in any 2 variables.-good- This program has its own library file swap.h. You can use this file to swap the values in any 2 variables.
- 2022-01-22 05:33:48下载
- 积分:1
-
台湾林智仁教授的libsvm源代码 通用的支持向量机算法研究平台...
台湾林智仁教授的libsvm源代码 通用的支持向量机算法研究平台-Taiwan Linzhiren Professor libsvm common source of support vector machine algorithm research platform
- 2022-08-26 10:02:02下载
- 积分:1
-
GPS数据采集VC++ 编译后即可使用,串口接收,学习GPS的好资料
GPS数据采集VC++ 编译后即可使用,串口接收,学习GPS的好资料-GPS data collection after the VC++ compiler can be used, serial receiver, learning good information on GPS
- 2022-03-14 04:41:12下载
- 积分:1
-
MFC Windows程序设计(第2版)修订版源代码
MFC Windows程序设计(第2版)修订版源代码。附件中的是第十二章的源代码。
- 2022-03-13 03:11:40下载
- 积分:1
-
查看DWG格式文件
查看DWG格式文件-View DWG format
- 2022-10-15 19:20:02下载
- 积分:1
-
一个简单的算法设计程序,用C++编写,实现流水线的调度。
一个简单的算法设计程序,用C++编写,实现流水线的调度。-a simple algorithm design process, using C, the realization of the pipeline scheduling.
- 2022-08-18 20:52:31下载
- 积分:1
-
给定的字母表A 由26 个小
写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现...
给定的字母表A 由26 个小
写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如,
a,b,ab,bc,xyz 等字符串都是升序字符串。现在对字母表A 产生的所有长度不超过6 的升序
字符串按照字典序排列并编码如下。
1 2 … 26 27 28 …
a b … z ab ac …
对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
-Given the alphabet A by the 26 lowercase letters of the alphabet composed of A = (a, b, ..., z). Generated by the alphabet ascending string refers to the letter string in accordance with the order from left to right appears in the alphabet and letters appearing in the same order, and each character appears a maximum of 1 times. For example, a, b, ab, bc, xyz, etc. are ascending string string. Alphabet A have now all the length of not more than 6 strings of ascending order in accordance with the dictionary and coding sequence is as follows. 1 2 ... 26 27 28 ... ab ... z ab ac ... for any length of not more than 6 strings of ascending quickly calculate it in the dictionary encoding.
- 2023-06-07 02:40:04下载
- 积分:1