考试T1,建一个反图跑一个最短路就好了~ code: ...
分类:
其他好文 时间:
2019-10-14 14:35:31
阅读次数:
71
泛型动态实例化需要三个步骤:1.获得泛型类型,2.指定泛型类型,3.实例化 有如下泛型类型: 则 Buy<T> 实例化步骤如下 1.获得泛型类型 typeBuy 2.指定泛型类型,获得最终泛型类型 ,如最终类型为 Buy<int>,则最终泛型类型 typeBuyInt 3.使用类型 typeBuyI ...
分类:
其他好文 时间:
2019-10-08 23:44:08
阅读次数:
94
源码下载: stock knowledge graph A small knowledge graph (knowledge base) construction using data published on the web. 利用网络上公开的数据构建一个小型的证券知识图谱(知识库)。 tree: ...
分类:
其他好文 时间:
2019-10-07 23:23:14
阅读次数:
180
2019/10/3 homework_3 - Jupyter Notebooklocalhost:8891/notebooks/Desktop/hw03/homework_3.ipynb 1/12Stock market clusteringData Structures and Algorithm ...
分类:
其他好文 时间:
2019-10-07 19:23:15
阅读次数:
81
思路: 建立虚点把点券转化成边权 cpp include include include include include define int long long define maxn 850500 using namespace std ; int read() { int x = 0 , f ...
分类:
其他好文 时间:
2019-10-07 17:35:10
阅读次数:
154
class Solution { public: int maxProfit(int k, vector<int> &prices){ int n=prices.size(),v=0,p=0,ret=0; vector<int> profits; stack<pair<int,int>> vp; w... ...
分类:
其他好文 时间:
2019-10-02 12:58:58
阅读次数:
62
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/solution/xiang-xi-tong-su-de-si-lu-fen-xi-duo-jie-fa-by-29/ 描述 给定一个数组,它的第 i 个元素是一支给定股 ...
分类:
其他好文 时间:
2019-09-27 19:28:22
阅读次数:
80
There are N wines in a row. Each year you sell either the leftmost or the rightmost wine. The i-th wine has initial price p[i] and price k * p[i] in t ...
[Java] Java 8、9特性入门课程视频 [sell=45,2]链接:https://pan.baidu.com/s/1a-BzgKiDF_yUp96CSoW7jw提取码:dhk9解压密码:www.mukedaba.com[/sell] ...
分类:
其他好文 时间:
2019-09-20 00:17:48
阅读次数:
67
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:
其他好文 时间:
2019-09-11 11:53:03
阅读次数:
107