txrw1

所属分类:Linux/Unix编程
开发工具:Others
文件大小:64KB
下载次数:0
上传日期:2018-07-28 12:55:42
上 传 者kfintgndcco
说明:  基于Symbian OS的手机开发与应用的源代码
(Source code of mobile phone development and application based on Symbian OS)

文件列表:
PCH07\Example_HelloWorld\group\ABLD.BAT (308, 2006-03-27)
t5CH01\Example_HelloWorldGUI\group\ABLD.BAT (308, 2006-03-27)
dBCH05\Example_Timer\ABLD.BAT (311, 2006-03-27)
j5CH03\Example_HBufC\ABLD.BAT (311, 2006-02-02)
DCH06\Example_FileRW\ABLD.BAT (312, 2006-03-27)
DCH06\Example_GetDir\ABLD.BAT (312, 2006-01-23)
DCH06\Exercise_File\ABLD.BAT (312, 2006-02-14)
j5CH03\Example_HBufC2\ABLD.BAT (312, 2006-02-02)
XCH04\Example_RArray\ABLD.BAT (312, 2006-03-28)
j5CH03\Exercise_HBufC\ABLD.BAT (313, 2006-02-12)
V9CH02\Example_FullTime\ABLD.BAT (314, 2005-10-10)
DCH06\Example_DriveInfo\ABLD.BAT (315, 2006-01-22)
DCH06\Example_FileStore\ABLD.BAT (315, 2006-02-18)
j5CH03\Example_TBufAndTBufC\ABLD.BAT (318, 2006-02-01)
j5CH03\Example_TPtrAndTPtrC\ABLD.BAT (318, 2006-02-02)
XCH04\Example_DynamicArray\ABLD.BAT (318, 2006-02-13)
j5CH03\Exercise_Description\ABLD.BAT (319, 2006-02-12)
XCH04\Example_RPointerArray\ABLD.BAT (319, 2006-02-14)
XCH04\Exercise_DynamicArrays\ABLD.BAT (321, 2006-02-19)
PCH07\Exercise_GUIClock\ABLD.BAT (323, 2005-07-06)
V9CH02\Exercise_CMemoryManagement\ABLD.BAT (325, 2006-03-01)
dBCH05\Exercise_ActiveObjectExample\ABLD.BAT (327, 2006-01-28)
V9CH02\Example_TowPhaseConstruct\ABLD.BAT (327, 2005-12-07)
PCH07\Exercise_GUIClock\Alarm.h (1111, 2005-06-13)
V9CH02\Exercise_CMemoryManagement\CMemoryManagement.h (919, 2006-03-03)
dBCH05\commonframework\commonframework.h (1508, 2003-08-27)
DCH06\commonframework\commonframework.h (1508, 2003-08-27)
j5CH03\commonframework\commonframework.h (1508, 2003-08-27)
PCH07\commonframework\commonframework.h (1508, 2003-08-27)
t5CH01\commonframework\commonframework.h (1508, 2003-08-27)
V9CH02\commonframework\commonframework.h (1508, 2003-08-27)
XCH04\commonframework\commonframework.h (1508, 2003-08-27)
V9CH02\Example_TowPhaseConstruct\Commonframework.h (1599, 2005-09-28)
PCH07\Exercise_GUIClock\DiaClockCtrl.h (919, 2005-06-13)
PCH07\Exercise_GUIClock\DigClockCtrl.h (939, 2005-06-13)
PCH07\Exercise_GUIClock\GUIClock8.h (5582, 2005-06-13)
PCH07\Example_HelloWorld\inc\HelloWorldApp.h (1231, 2006-03-10)
t5CH01\Example_HelloWorldGUI\inc\HelloWorldApp.h (1231, 2006-03-10)
PCH07\Example_HelloWorld\inc\HelloWorldAppUi.h (1894, 2006-03-25)
... ...

光盘说明: 光盘包含了本书所用到的所有源代码文件。 Example_XXX为每章内容介绍所用源代码文件; Exercise_XXX为每章习题所提供的源代码样例。 CH01-CH07中都有一个commonframework文件夹,在编写控制台程序时都需要包含此文件夹。 CH01----|----commonframework 公共框架文件 |----Example_HelloWorldGUI GUI环境的HelloWorld例程 |----Example_HelloWorld 控制台HelloWorld例程 CH02----|----commonframework 公共框架文件 |----Example_FullTime FullTime例程 |----Example_TowPhaseConstruct 二阶段构造例程 |----Exercise_CMemoryManagement 内存管理习题 CH03----|----commonframework 公共框架文件 |----Example_HBufC HBufC例程 |----Example_HBufC2 HBufC2例程 |----Example_TBufAndTBufC TBufAndTBufC例程 |----Example_TPtrAndTPtrC TPtrAndTPtrC例程 |----Exercise_Description 描述符例程 |----Exercise_HBufC HBufC习题 CH04----|----commonframework 公共框架文件 |----Example_DynamicArray 动态数组例程 |----Example_RArray RArry例程 |----Example_RPointerArray RPointerArray例程 |----Exercise_DynamicArrays DynamicArrays习题 CH05----|----commonframework 公共框架文件 |----Example_Timer Timer例程 |----Exercise_ActiveObjectExample 活动对象习题 CH06----|----commonframework 公共框架文件 |----Example_DriveInfo 驱动器信息例程 |----Example_FileRW 文件读写例程 |----Example_FileStore 文件存储例程 |----Example_GetDir 获取目录列表例程 |----Exercise_File 文件习题 CH07----|----commonframework 公共框架文件 |----Example_HelloWorld HelloWorld例程 |----Example_HelloWorld2 HelloWorld2例程 |----Example_HelloWorldD HelloWorldDilog例程 |----Exercise_GUIClock GUI时钟习题 CH08----|----Example_CountDown 倒计时例程 CH09----|----Example_Dialog 对话框例程 |----Example_DynamicList 动态列表例程 |----Example_HelloWorld HelloWorld例程 |----Example_ListBoxApp 列表例程 |----Example_NormalTextEditor 文本编辑器例程 |----Exercise_list 列表练习 CH10----|----Example_BasicDraw 基本绘图例程 |----Example_BasicSound 基本声音例程 |----Example_Bitmap 基本位图例程 |----Exercise_TextImageSound 基本图形声音习题 CH11----|----Exercise_ClassSchedule 课程表管理系统 CH12----|----Example_game 俄罗斯方块例程 CH13----|----Example_BluetoothChat 蓝牙例程

近期下载者

相关文件


收藏者