忐忑百合

文章
7
资源
1
加入时间
3年0月20天

计算机视觉 Lecture 02 《Light and Shading》

Lecture 02 《Light and Shading》像素点的强度值主要因素为:1.光照的强度和方向2.表面几何图形3.表面的材料4.附近的表面5.摄像机曝光Image filters in spatial domainFilter is a mathematical operation of a grid of numbersSmooth

Codeforces 746C Tram 模拟+思维

点击打开链接//t1//因为坐车第k次经过x2的时间是固定的,所以上车前走了多少步是不重要的.//人选择坐车时,车要经过x1,人才有可能上车 #include using namespace std;const int N=2e4+20;int main(){ int s,x1,x2,t1,t2,p,d; while(cin>>s>>x1>>x2>>t1>>t