摘要: #include "stdafx.h" #include <iostream> using namespace std; template <typename T> void DisplayValue(T value) { cout<<value<<endl; } struct Currency { 阅读全文
posted @ 2020-02-28 23:06 玥茹苟 阅读(618) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <iostream> #include <vector> float unifRand() { return (static_cast<float>(rand() / 阅读全文
posted @ 2020-02-28 18:07 玥茹苟 阅读(701) 评论(0) 推荐(0) 编辑