搜索资源列表
sman12-sources
- 手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of assuming there wi
Calcu24
- 这是一个基于symbian操作系统的速算24游戏,在S60平台1.2和2.0平台上测试通过-This is an operating system based on the speed football scores count 24 games, the S60 platform 1.2 and 2.0 on the test platform
HFloor
- 这是一个基于symbian操作系统的下100层游戏,在S60平台1.2和2.0平台上测试通过-This is a football scores based on the operating system layer to the next 100 games, the S60 platform 1.2 and 2.0 on the test platform
CallSummary
- 这是一个基于symbian操作系统的手机来电监听工具,在S60平台1.2和2.0平台上测试通过-This is a football scores on the mobile phone operating system monitoring tools, the S60 platform 1.2 and 2.0 on the test platform
s60_21_helloworld
- symbian s60 2.1 helloworld示例代码.-s60 symbian 2.1 helloworld sample code.
SymbianOS
- 内容: Symbian OS 概述 (1上) Symbian SDK及其开发环境 (1上) Symbian软件开发概述 (1上) 内存管理 (1下) Descr iptors (2上) 动态数组 (2上) 活动对象 (2下) -: Symbian OS Overview (1 on) and Symbian SDK development environment (one on) Symbi an overview of software development
Mopoid_Source
- Symbian OS Series60 1.2 VC-Symbian OS Series 60 1.2 VC
fish7.0
- Symbian手机游戏,可运行于S60 1.x和2.x下, Carbide.C++ & Vs.Net2003下编译 游戏为吞食鱼的手机版,通过服用比自己体积小的鱼而使自己长大
screenshot
- 截屏软件,保存成指定图片,支持S60 1,2,3版本的源代码。
Tank
- 欢迎使用蓝牙联网坦克大战,运行平台为Symbian OS 使用说明: 1.打开应用程序,进入手机游戏之后,有三种模式可供您选择。 Stand Alone模式为单机模式,Server为服务器模式,如果要想用 蓝牙进行连接,请先选择此模式,然后等待开启客户端模式。 Client模式为客户端模式,进入此模式之后,选择所要的服务器, 然后等待服务器 开启游戏。 2.在蓝牙连接下,连接建立好之后,由服务器进入游戏状态, 玩家即可开始游戏。 3.方向键控制着坦克运行方
Symbian_OS_primer_plus
- symbian C++ 入门经典 初学者必读,step by step 目录 1 概述 5 2 预备知识 5 3 Symbian OS Platform及应用开发5 3.1 内核和用户库.5 3.2 文件和目录5 3.3 目标平台及其变种6 3.4 Symbian OS的目标类型.6 4 应用开发工具包(SDKs)和工具7 4.1 SDK安装后的目录结构.7 4.1.1 根目录.7 4.1.2 Epoc32\.7 4.1.3 Epoc32E
7edb6b0ec1b3c24482916d1a00ac28fa
- S60照相源码 Carbide C++ 1.2-S60 camera source Carbide C++ 1.2
STLport-5.1.5-symbian-r1-RC
- symbian 上的stl_port进过编译的。-the stl_port of symbian 3rd_fp1
SDL-1.2.13-s60-2.3.4
- S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 multimed
20051022233642428
- 周公解梦”是一款以中国古代的解梦专著>为基础,加以现代的诠释和扩展,能在各类S60系列手机中运行的一款优秀应用软件。此软件功能强大、古朴易用、解释全面。特点:1、 超大的解梦容量,提供了14大类600小类数万字的解梦内容;2、人性化的“解梦向导“,帮你轻松解梦; 3、“解梦搜索”能根据您提供的“关键字”快速定位到相关的解梦记录; 4、各种个性化的背景,使整个界面异常精美,时尚十足。感谢quinze@3G365提供适用手机: 诺基亚3650 3-周公解梦”是一款以中国古代的解梦专著>为
RetroBlaster
- 1,自适应屏幕,经过2nd fp1,3rd fp1模拟器测试176x208 240x320下表现尚可。 2,支持s60,2nd, 3rd。 3,一个比较完整的坦克游戏。-1, adaptive screen, the 2nd fp1, 3rd fp1 emulator 176x208 240x320 test can be performed. 2, support for s60, 2nd, 3rd. 3, a more complete game of the tanks.
funambol-symbian-sync-src-8.0.2
- Funambol是由www.funambol.com推出的一款开源的push mail软件。它的主要功能如下: 1.push mail 2.日历和电话本的同步 3.设备管理-Funambol syncs this data with billions of phones and with thousands of applications and online services. It doesn t matter if you use Gmail, Yahoo!, AOL, Hot
2
- 一个qt编程的按钮,有全部的生成文件可直接应用-1 qt programming button, there are all generated files can be directly applied
PyCamLib-1.2
- nokia出的基于python的camlib库,与melib类似,这是库的安装文件-nokia out of python-based camlib library, similar to melib This is the library installation files
circulant.m
- function A = circulant(x) function A = circulant(x) return square circulant matrix with first row x barnett 2/5/08 x = x(:) A = toeplitz([x(1) x(end:-1:2)], x) -function A = circulant(x) function A = circulant(x) retu