搜索资源列表
CamTimer_app
- 这个是一个关于实现手机照相功能的源码! 对于手机应用开发有很大的帮助!-this is a camera phone on the realization of the source function! Cell phone use for the development of great help!
HTTPExample
- 一个封装好的HTTPExample引擎,很好用。功能很全面-Packaging HTTPExample a good engine, very good use. Function very comprehensive
BluetoothChat
- 实现蓝牙聊天功能,供手机开发爱好者共同学习-Bluetooth chat function to achieve for mobile phone enthusiasts to develop a common learning
TestSMS
- 一个简单的带有短信发送功能的程序,需要用户确认,可以在.mmp文件中修改相应权限即可-A simple procedure with a short message function, requires the user to confirm, you can. Mmp file, modify the appropriate permissions can be
FileListExam
- 该代码实现的功能是读一个目录,把该目录下的所有文件名以列表的形式展现出来,用户需要在C盘的data下创建folder文件夹,这样来测试。如果想改变这个路径,用户可以修改代码。-The code to achieve the function of reading a directory, put all the files in the directory name to the list in the form of revealed itself, and users need the da
CTelPhoneNum
- 本系统是基于Symbian OS的手机应用软件,实现的通讯录的功能,即管理的是用户手机上的电话号码。-This system is based on Symbian OS mobile applications to achieve the function of the address book, that the management of the user' s phone number on a cell phone.
HouseControl
- 这是一款基于SYMBIAN的几句设置代码,功能完善,可直接复制粘贴,-This is a code based on SYMBIAN of a few settings, perfect function, can directly copy and paste,
SymbianOSCCoeControl
- 首先调用SystemGc()获取图形上下文,SystemGc()是CCoeControl的一个成员函数;然后设置相应的图形上下文项;最后调用绘图函数DrawRect()画一个矩形。 所有的绘图都是通过图形上下文(graphics context,GC)来完成的。在Symbian OS中,定义了一个抽象类CGraphicsContext来统一图形上下文的接口,为设备无关的绘图提供了丰富的API。-First Call SystemGc () to obtain a graphics conte
booklibrary
- 收集了网上一些电子书网站的一个小软件,主要功能为显示网址和利用浏览器打开网址。-Some e-book collection online site of a small software, the main function for the display URL and use the browser to open URL.
KALEIDOSCOPE1.1.9
- 一个本人开发的塞班第三版的开发程序,里面暂时只完成了记事本的功能,其他功能在建设中,对于初学者,决对是超好的学习指南和资料。-I develop a third edition of Symbian development program, which being completed only notepad function, other functions in the building, for beginners, summary and study guide is super goo
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