搜索资源列表
source_code
- symbian s60手机上的短信拦截源代码。-A program to intercept message base on symbian s60.
Developing_Series_60_Applications(A_Guide_for_Symb
- 《Developing Series 60 Applications: A Guide for Symbian OS C++ Developers》本压缩包中包含了电子书和源码。 Series 60是在Symbian OS下进行智能手机应用程序开发的主要平台,它拥有广大的用户群。本书是诺基亚与EMCC软件公司共同推出的一本Series 60开发的权威参考书,为Symbian OS下的C++编程提供全面指导。全书共13章,循序渐进地讲解Symbian OS基础、Series 60 GUI
NetWork
- 该文件是用于获取基站号、小区号、信号强度等信息。是我整理的可以直接使用的文件,但需要结合指定工程。-These files is used when you want to get base-stationid signal-strength or area id and so on
Base
- 最新Symbian 3SDK 例子源码,希望能帮助您 献给Symbian爱好者-the newest Symbian3 SDK example for developer
Wiley.Symbian.OS.Internals.Real.time.Kernel.Progra
- 该电子书详细讲述和介绍了Symbian内核编程的一般性知识和方法,对从事移动手机平台开发的人员会有帮助。-The latest versions of Symbian OS are based upon Symbian’s new realtime kernel. This kernel is designed to make phone-related development easier: base-porting will be easier, device driver deve
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))