02 2020 档案
摘要:#include "stdafx.h" #include <iostream> using namespace std; template <typename T> void DisplayValue(T value) { cout<<value<<endl; } struct Currency {
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> #include <time.h> #include <iostream> #include <vector> float unifRand() { return (static_cast<float>(rand() /
阅读全文
摘要:////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // 估计法线 int Top
阅读全文