搜索资源列表
moreThread
- 这个源码是symbian下的关于多线程的例子! 对于要了解多线程的人有很好的帮助!-symbian is the source of multithreading on the example! With respect to the multithreading of good help!
exampleofsymbian
- 一个学习Symbian很好的例子,里面有很多的代码
1
- 自己买了本symbian的书,里面有几个例子。大家共享。
symbianC++example
- symbian C++ 开发学习的一个很好的例子,对初学者很有用处。
Series60
- 《Series+60应用程序开发》的代码,里面有许多很好的例子。
pyschart.rar
- pys60相关的各种图表的例子,对学习python的人很有用处,pys60 charts examples which are very useful for people learning python
cJSON
- 里面有cJSON的修改版和原版, 修改版支持long long类型(之前项目有需求改的), 原版也在里面并且带有使用例子.. 这是我比较过10几款json库觉得最好用的, 支持中文, dom解析 而且简单易用! 而且我修改后的那个是可以解析long long类型的-There cJSON the modified version of the original and modified version of support for long long type (before
Symbian_OS_code
- symbian开发例子程序,来自书籍 symbian os c++手机应用程序开发,总有17章,几十个例子-Examples of symbian development process, from books symbian os c++ mobile application development, with a total of 17 chapters, dozens of examples of
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
Simple_Menu
- symbian下一个目录的例子,对新手有很大帮助-symbian a directory under the examples of great help for novice
Widgets_for_the_S60_Platform_Training_Course_v1_0_
- 诺基亚Widget的门例子,里面有PDF文档说明和源码。例子实现的是输入城市的代码,可以查询其三天内的天气。-example for nokia widget
multiviews1
- 一个关于symbian中多视图的例子,希望对大家有帮助-a example for mulview ,welcome
HTTPExample
- 一个关于http上传和下载的例子子,希望对大家有帮助-a example for http (symbian ),hope to help others
hello
- Symbian C++一个简单的hello world例子,使用Carbide IDE建立的工程,对初学者有参考价值-Symbian C++ with a simple hello world example, using the Carbide IDE build project reference value for beginners
S60_Camera_Example
- symbian 平台 视频开发的例子 里面有详细的代码,写得很详细-symbian video system example thank you
InputType
- 这是关于symbian的输入法类型的一个实用例子,有很多有用的东东啊-It' s all about symbian input method type of a practical example, there are many useful Dongdong A
ImageConverter
- 这个例子展示如何使用图象转换APIs可利用在S60平台(图象转换图书馆, ICL)。 这些APIs包括重要类,例如为转动和称图象和CBitmapScaler将使用的CBitmapRotator,分别。 CImageEncoder和CImageDecoder类被用于访问图象编码器和译码器可利用在ICL中。 图象在同样或一个不同的格式可以被打开,被转动,被称和被保存。 更新应用的UI为接触被优选了使用,例如,长的轻拍和有触觉的反馈。 S60第5编辑与接触UI和S60的第3例子项目支持大厦与一个传统键
developStyle1
- 良好的代码风格(一),这是一个对做symbian开发有好的开发习惯的例子-Good coding style (a), this is a symbian developer to do a good example of development of habits
developStyle2
- 良好的代码风格(二),这是一个对做symbian开发有好的开发习惯的例子-Good coding style (b), this is a symbian developer to do a good example of development of habits
GraphicImgByTom
- 我自己实现的一个Symbian加载图片的例子。书上是在一个容器里面绘制,我这个是直接在AppView里面绘制的。希望对初学的朋友有帮助。-Symbian graphic image example.