我的生活记录
Hello World!
首页
数学建模
程序语言学习
R语言
Latex
SQL
Matlab
Code训练-leetcode
python等编程
论文写作
关于
@
我的生活记录
Dijkstra_c++算法
#include <stdio.h> #include <stdlib.h> #define MaxV 100 typedef struct graph *Graph; struct graph { int V; int E; int deg[MaxV]; int **adj; }; typedef struct {
阅读全文»
2018年08月07日
数学建模
Add Comment
2706℃
建模笔记-数学建模必用的思想,模型,软件,算法
机器学习 分析数据间的关系,建立模型 监督学习 输入输出连续,为回归问题 输入输出不连续,为分类问题 输入
阅读全文»
2018年08月07日
数学建模
Add Comment
3047℃
‹‹
1
››