Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts 2020年12月16日 at 下午8:06 in reply to: 作业7的提高题踩得一些坑(慢更中) #7494 Score: 0 东东Participant 改了很久,求解二元一次方程部分是没有问题的,问题出在那两个if(t0<0)的语句,我通过把它修改成以下的语句消除了黑色的噪点. if (t0 < 100 * EPSILON) t0 = t1; if (t0 < 100 * EPSILON) return result; (此时EPSILON的值是1e-4) 2020年12月15日 at 下午4:37 in reply to: 作业七Windows下踩坑 #7493 Score: 0 东东Participant 非常感谢。。在windows上跑真的会出现各种奇怪的错误(包括生成全黑图、进度条前进到2%就退出、只能生成整张图片的左上角等等),最后通过修改global.hpp中的随机数生成函数总算解决了。 Author Posts Viewing 2 posts - 1 through 2 (of 2 total)