CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 Symbian 搜索资源 - develop to

搜索资源列表

  1. Developing_Series_60_Applications_A_Guide_for_Symb

    0下载:
  2. this a book for beginner how to develop application in Symbian s60 2nd
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:3686533
    • 提供者:周志城
  1. Symbian_S60_Platform_How_to_Develop_Unit_Tests

    0下载:
  2. Symbian S60 Platform How to Develop Unit Tests
  3. 所属分类:Symbian

    • 发布日期:2017-04-05
    • 文件大小:563684
    • 提供者:宋雅智
  1. AudioPlayer

    0下载:
  2. Symbian S60手机开发音频播放器的一个示例源代码,可以播放MP3,wav,AAC等格式的音频-Symbian S60 mobile phones to develop audio player an example of source code, can play MP3, wav, AAC audio format, etc.
  3. 所属分类:Symbian

    • 发布日期:2017-04-09
    • 文件大小:1136165
    • 提供者:雨中星辰
  1. Symbian_OS_C++_for_Mobile_Phones_Volume_3

    0下载:
  2. Symbian OS C++ for Mobile Phones Volume 3,一本很好的关于Symbian开发的英文原版书,适合于初学者和Symbian开发高手。-Symbian OS C++ For Mobile Phones Volume 3, a very good development on the Symbian original English book, suitable for beginners and Symbian to develop a master.
  3. 所属分类:Symbian

    • 发布日期:2017-05-13
    • 文件大小:3404693
    • 提供者:颜开
  1. Symbian-develop-toolbox

    0下载:
  2. symbian开发的英文资料,建议开发symbian程序的朋友们-symbian development information in English, it is proposed to develop symbian procedures friends
  3. 所属分类:Symbian

    • 发布日期:2017-03-23
    • 文件大小:266408
    • 提供者:姚磊
  1. Symbian

    0下载:
  2. 本文介绍了如何用C++语言来开发Symbian OS应用。文档并不涉及任何具体的软件开发工具包-This article describes how to use C++ language to develop Symbian OS applications. Document does not involve any specific software development kit
  3. 所属分类:Symbian

    • 发布日期:2017-04-25
    • 文件大小:199666
    • 提供者:邓强
  1. Getting_Started_with_Python

    0下载:
  2. 这是python for s60的入门文档,想用python在s60手机上开发的人可以看一下。-This is the the entry document for python for s60 which is suitable for developer who would like to develop python programs in s60 phones.
  3. 所属分类:Symbian

    • 发布日期:2017-04-25
    • 文件大小:223612
    • 提供者:kxu
  1. M_Classes

    0下载:
  2. 详细介绍使用C++语言开发symbian程序中的M类-Details on the use of C++ language to develop symbian program M-Class
  3. 所属分类:Symbian

    • 发布日期:2017-04-06
    • 文件大小:89025
    • 提供者:loubin
  1. Symbian-C-develop-tips

    0下载:
  2. Symbian C++开发经验总结 Symbian C++开发的一些基本知识、注意点-Symbian C++ development experience in Symbian C++ to develop some basic knowledge, attention to points
  3. 所属分类:Symbian

    • 发布日期:2017-03-29
    • 文件大小:329845
    • 提供者:小叶
  1. carbideC

    0下载:
  2. caibide C++初学者开发指南,希望对各位初学者能有帮助。-caibide C++ beginners to develop guidelines, in the hope that you will have to help beginners.
  3. 所属分类:Symbian

    • 发布日期:2017-04-03
    • 文件大小:325772
    • 提供者:村上种树
  1. BluetoothChat

    0下载:
  2. 实现蓝牙聊天功能,供手机开发爱好者共同学习-Bluetooth chat function to achieve for mobile phone enthusiasts to develop a common learning
  3. 所属分类:Symbian

    • 发布日期:2017-04-08
    • 文件大小:218775
    • 提供者:
  1. Series_40_6th_Edition_SDK_v1_0_en

    1下载:
  2. Series_40_6th_Edition_SDK_v1_0_en nokia handphone platform to develop mobile application.
  3. 所属分类:Symbian

    • 发布日期:2016-06-24
    • 文件大小:55950206
    • 提供者:hwa
  1. LocationRefAppForS60

    0下载:
  2. symbian平台上使用移动定位API来获得所在位置的例子。-The Location Reference application is intended for use as an example for programmers who develop applications that use Mobile Location Framework to obtain position information.
  3. 所属分类:Symbian

    • 发布日期:2017-03-30
    • 文件大小:220051
    • 提供者:wensonlin
  1. Symbian_c_develop

    0下载:
  2. Symbian c++ 开发经验总结,中文版,不错的一本教程。刚要入门最好还是看这本-a book summary during develop for symbian c++,Chinese version,a good book to teach you develop the mobile program.
  3. 所属分类:Symbian

    • 发布日期:2017-04-06
    • 文件大小:327459
    • 提供者:
  1. SymbianCppGAME

    0下载:
  2. Symbian游戏是运行在手机上的游戏,它不能干扰手机正常的通讯功能,对操作系统和其它应用程序必须友善。而在首次编写Symbian C++游戏时,我遇到了无数奇怪的问题,其中大部分问题出在内存极端不足,打开太多应用程序,屏幕保护探出,接到短信、电话等特殊情况下。 其实如果养成严谨的代码风格,进行足够的错误处理,大部分问题本可以避免。为了解决它们,我很是花了一番功夫,所以在此把我的一些教训、经验写出,希望大家能避免犯同样的错误。 -Symbian games are games run
  3. 所属分类:Symbian

    • 发布日期:2017-03-30
    • 文件大小:15564
    • 提供者:litao
  1. symbian_Developmentbrowser

    0下载:
  2. symbian浏览器源代码和技术开发文档,程序已在3rd手机N95上测试通过,里面包含很多学习开发资料-symbian browser source code and documentation for technology development, the program has been tested on 3rd N95 mobile phone, which contains a lot of learning to develop information
  3. 所属分类:Symbian

    • 发布日期:2017-05-18
    • 文件大小:5330851
    • 提供者:boya
  1. S60

    0下载:
  2. 一个塞班平台上的视频开发的例子,是关于摄像头采集,然后实时捕捉图像,进行处理,希望对这方面开发的人有一些帮助。-A video development platform Saipan example, people who want to develop in this area have some help.
  3. 所属分类:Symbian

    • 发布日期:2017-04-02
    • 文件大小:170709
    • 提供者:jie
搜珍网 www.dssz.com