//commndline: doxygen Doxyfile /**comment /* /** time diff@pre precondition@post endcondition@throw exceptions @param start The start time 参数 @param end The end time @returns timespec a number 返回值 */ timespec diff(timespec start, timespec end) {} 复用D
从网上看到的,感觉挺不错的! Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't speci
pdflatex \includepdf[addtotoc={1,section,1,something would show in catalog,cc},pages=-,offset=0cm 0.5cm]{*.pdf}. pages=- 所有页数 pages=x-y 部分页数 partly study from :http://blog.sina.com.cn/s/blog_5e16f1770100glpl.html
A picture is worth a thousand words(一图胜千言).图在论文中的重要性不言而喻,本文主要解说图的制作与插入. 1.图像的插入 图像能够分为两大类:位图和向量图. 位图:也就是点阵图,使用像素的小方块组成网格来表示图像.每一个像素都有自己特定的位置和颜色值.一幅图像的像素数量的大小不变,当放大或缩小时,改变的仅仅是像素尺寸的大小.因此放大或缩小时会出现锯齿现象,造成失真.位图还分为:无损压缩和有损压缩.当中,TIFF.PNG.GIF是无损压缩,JP