logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python安装sklearn ImportError: cannot import name ‘Type‘

解决办法:将python版本升至3.6及以上参考文献:https://www.codenong.com/55210213/

Bellman-Ford最短路径算法应用----城市间最短路径(包括负值)

#include <stdio.h>#include <string.h>#include <stdlib.h>#include <stdbool.h>struct Dis{/*记录起点到每个顶点的最短路径信息*///string path;int weight;int pre;char path[100];}dis...

#算法
南京大学CS课程计算机系统PA实验(一)---开发环境配置

项目地址:https://nju-projectn.github.io/ics-pa-gitbook/ics2019/The following tools are necessary for PAs:apt-get install build-essential# build-essential packages, include binary utilities, gcc, make, and

南京大学CS课程计算机系统PA实验(一)---开发环境配置

项目地址:https://nju-projectn.github.io/ics-pa-gitbook/ics2019/The following tools are necessary for PAs:apt-get install build-essential# build-essential packages, include binary utilities, gcc, make, and

大数据平台架构实验四----MapReduce的基本使用

一、实验概述:【实验目的】掌握MapReduce计算的数据准备方法;掌握MapReduce的圆周率计算方法;掌握MapReduce的Wordcount计算方法;掌握MapReduce的正则表达式匹配计算方法。【实验要求】保存程序,并自行存档;最终的程序都必须经过测试,验证是正确的;认真记录实验过程及结果,回答实验报告中的问题。【实施环境】(使用的材料、设备、软件)Linux操作系统环境,Virtu

到底了