摘要:
public class Program { public static void Main(string[] args) { Test test1 = new Test(); Test test2 = new Test(); var comparer = EqualityComparer<Test 阅读全文
摘要:
smallpt: Global Illumination in 99 lines of C++ 首先在win平台需要添加函数erand48,修改为main函数,其中的samps是每个像素的采样率,越大越慢 修改后 #include <math.h> // smallpt, a Path Tracer 阅读全文
摘要:
首先需要去修改lsky代码,如果是docker可以 docker exec -it lsky-pro /bin/bash 然后安装个vim apt install vim cd app cd Services/ ls vi ImageService.php 然后vim输入 :set nu 显示行号, 阅读全文