围城个人博客

人丑就要多读书


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • menu.projects

Monte Carlo Ray Tracing

发表于 2018-02-21   |   分类于 CAD&GC   |  
简介这是笔者在浙江大学读研阶段选修的由冯结青教授和王锐教授所授的计算机图形学的大作业之一,Monte Carlo Ray Tracing(蒙特卡洛光线追踪)的实现。此次作业对笔者是一次从所未有的挑战,前前后后笔者耗费了一个半月时间。其中第一版用了将近一个月的时间,但是很可惜最后结果炸了,而且找不到原因。然后笔者把这个作业放下了一段时间,并去接了一个锅。等到快放假的时候再捡起了这个作业开始重写,并且很幸运的赶在了除夕之前写完了。以下就是笔者的感想,该作业的说明文档,以及全部工程和附属说明文件的百度云链接。 感想这次作业对于笔者最大的困难其实并不在于算法,虽然从底层开始实现确实非常复杂。等到年后写 ...
阅读全文 »

Interval Scanning Line ZBuffer

发表于 2017-12-07   |   分类于 CAD&GC   |  
简介这是笔者在浙江大学读研阶段选修的由冯结青教授和王锐教授所授的计算机图形学的大作业之一,区间扫描线ZBuffer算法的实现。此次作业对笔者是一次巨大的挑战,前前后后笔者耗费了二周多除去上课和做老板给的外包外的所有可利用的时间。以下就是该作业的说明文档,以及全部工程和附属说明文件的百度云链接。 说明文档 百度云盘链接笔者把自己的代码无偿提供给大家,希望和大家相互学习,如果链接失效了可以联系笔者1链接:https://pan.baidu.com/s/1gfQv5xp 密码:5p1n 感谢您的阅读!
阅读全文 »

Multi Loops Sweeping Base On Euler Operators

发表于 2017-11-16   |   分类于 CAD&GC   |  
简介这是笔者在浙江大学读研阶段选修的由高曙明教授所授的三维CAD建模的大作业,基于欧拉操作的多环扫成。以下就是该作业的说明文档,以及全部工程和附属说明文件的百度云链接。高老师也是笔者实验室的大老板,其一身的学者风范,严谨的态度,学术的精神和作风,是笔者在浙江大学读研阶段最敬仰的老师之一。 说明文档 百度云盘链接笔者把自己的代码无偿提供给大家,希望和大家相互学习,如果链接失效了可以联系笔者1链接:https://pan.baidu.com/s/1hsrNJ5E 密码:ny39 感谢您的阅读!
阅读全文 »

How To Rebuild Hexo

发表于 2017-09-22   |   分类于 Notes   |  
Step 1Copy files and directories below to new device:12345- _config.yml- package.json- scaffolds/- source/- themes/ Create a directory named hexo to store them and the instructs followed run under this path(~/hexo/) unless otherwise stated . Step 2Install Node.js(recommend node-v4.4.1-x64.msi, usin ...
阅读全文 »

Anomaly Detection:Isolation Forest

发表于 2017-08-03   |   分类于 Machine Learning   |  
IForest algorithm is proposed by Dr. Liu (Fei Tony Liu), while studying at Monash University, derected by Prof. Chen (Kai-Ming Ting) and Prof. Zhou (Zhi-Hua Zhou). The first version, published in ICDM in 2008, won the annual best paper. In industry, IForest is a practical, effective, time efficient ...
阅读全文 »

毕设 视觉显著性目标检测算法研究与实现

发表于 2017-07-01   |   分类于 Papers   |  
说明由于作者比较懒,所以全是截图,可能有些图片放大就失真了,但是一张一张截并且尽可能保持大小一样和较好的清晰度也非常困难,所以请见谅 论文 感谢非常感谢您的阅读
阅读全文 »

Fast Fourier Transform And It's Inverse Transform

发表于 2017-05-12   |   分类于 Mathematics   |  
FFTThe Formulas are too complex and the author is too lazy. Please read the references below instead: Wikipedia: Fast Fourier Transform Fast Fourier Transform The Principle and Formula of Fast Fourier Transform (FFT) 2D-FFT CodeFunction FFT is fast fourier transform.1234567891011121314151617181920 ...
阅读全文 »

Inverse Discrete Fourier Transform And Two-Dimensional Inverse Discrete Fourier Transform

发表于 2017-05-10   |   分类于 Mathematics   |  
IDFT FormulaN is the size of the sequence. Fundamental Components WN = e^[-j*(2pi/N)], WN^(-nk) is K subharmonic component.The relation between Euler Formula and Trigonometric Function is:e^(it) = cos(t)+i·sin(t)e^(-it) = cos(t)-i·sin(t) IDFT CodeI deleted my IDFT code unconsciously. The code below ...
阅读全文 »
12…7
围城

围城

Java|Python|CC++

52 日志
9 分类
84 标签
RSS
GitHub Weibo Zhihu
友情链接
  • XiaoWei
  • 阿尔卑斯君
© 2014 - 2018 围城