搜索资源列表
developStyle2
- 良好的代码风格(二),这是一个对做symbian开发有好的开发习惯的例子-Good coding style (b), this is a symbian developer to do a good example of development of habits
demosaicing
- a or b is not integer a = double(uint16(xx)) (a,b) is the base-dot b = double(uint16(yy)) x11 = double(I(a,b)) x11 <- I(a,b) x12 = double(I(a,b+1)) x12 <- I(a,b+1) x21 = double(I(a+1,b)) x21 <- I(a+1,b) x22 = double(I(a+1,b+1))