摘要:
#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
玥茹苟
阅读(636)
评论(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
玥茹苟
阅读(711)
评论(0)
推荐(0)

浙公网安备 33010602011771号