• 博客(0)
  • 资源 (6)

空空如也

R书精选之十二宫(第2部分)(英文书)

R书精选之十二宫(12本英文书籍) 1. R in Action 2. The Art of R Programming 3. A Handbook of Statistical Analyses Using R, Second Edition 4. Modern Applied Statistics with S 5. Introduction to Scientific Programming and Simulation Using R 6. Data Mining with R 7. Machine Learning for Hackers 8. ggplot2 9. R Cookbook 10. R in a Nutshell 11. R Programming for Bioinformatics 12. Software for Data Analysis

2014-06-04

R书精选之十二宫(第1部分)(英文书)

R书精选之十二宫(12本英文书籍) 1. R in Action 2. The Art of R Programming 3. A Handbook of Statistical Analyses Using R, Second Edition 4. Modern Applied Statistics with S 5. Introduction to Scientific Programming and Simulation Using R 6. Data Mining with R 7. Machine Learning for Hackers 8. ggplot2 9. R Cookbook 10. R in a Nutshell 11. R Programming for Bioinformatics 12. Software for Data Analysis

2014-06-04

Matlab常用命令集合

Matlab常用命令集合

2013-09-02

MATLAB拟合函数

在Matlab 6.5以上的环境下,在左下方有一个"Start"按钮,如同Windows的开始菜单,点开它,在目录"Toolboxes"下有一个"Curve Fitting",点开"Curve Fitting Tool",出现数据拟合工具界面,基本上所有的数据拟合和回归分析都可以在这里进行。

2013-08-31

链队列(严蔚敏 C语言版 链队列表示与实现)(c++编写)

链队列(欠判队空操作) 主函数部分纯属测试 部分内容: Status InitQueue (LinkQueue &Q); // 构造一个空队列Q Status EnQueue (LinkQueue &Q,QElemType e) ;// 插入元素e为Q的新的队尾元素 Status DeQueue (LinkQueue &Q,QElemType &e);// 删除Q的队头元素 Status DestroyQueue(LinkQueue &Q); // 销毁队列Q int QueueLength(LinkQueue Q);// 求队列的长度 Status GetHead(LinkQueue Q,QElemType &e);//取队头元素 Status QueueTraverse(LinkQueue Q);//遍历

2013-06-04

单链表结构(c++编写)

单链表代码 由c++编写; 主函数主要是进行测试的;

2013-06-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除