CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - library
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - library - List
[
Windows Mobile
]
PDACOMM
DL : 0
用VB.NET2003编写的基于WINDOWS API 函数的PDA串行通讯子程序库-with VB.NET2003 prepared based on the Windows API function PDA Serial Communication Subroutine Library
Date
: 2008-10-13
Size
: 5.61kb
User
:
spr
[
Windows Mobile
]
stgapibuffer
DL : 0
GAPI的一个类库,在手机上可以得到比普通GDI更快,更高效-GAPI of a class library, the phone can be faster than an ordinary GDI, more efficient
Date
: 2008-10-13
Size
: 6.38kb
User
:
gl
[
Windows Mobile
]
PDACOMM
DL : 0
用VB.NET2003编写的基于WINDOWS API 函数的PDA串行通讯子程序库-with VB.NET2003 prepared based on the Windows API function PDA Serial Communication Subroutine Library
Date
: 2025-12-30
Size
: 5kb
User
:
spr
[
Windows Mobile
]
stgapibuffer
DL : 0
GAPI的一个类库,在手机上可以得到比普通GDI更快,更高效-GAPI of a class library, the phone can be faster than an ordinary GDI, more efficient
Date
: 2025-12-30
Size
: 6kb
User
:
gl
[
Windows Mobile
]
RIL
DL : 0
微软无线API RIL(Radio Interface Layer)库文件,这个接口文件是根据微软的专利文件和文档生成的,可以用于RIL层开发-Microsoft Wireless API RIL (Radio Interface Layer) library file, the interface file is based on Microsoft
Date
: 2025-12-30
Size
: 56kb
User
:
lucifer
[
Windows Mobile
]
dzcz
DL : 0
色环电阻测值程序,基于gapi,包括一个完整的图形库-Color ring resistance measurement procedure, based on gapi, including a complete graphics library
Date
: 2025-12-30
Size
: 1.07mb
User
:
wweerr
[
Windows Mobile
]
Mobile7z
DL : 0
7z 移植到windows mobile上,完整的程序并能运行,包括了pthread 多线程库移植windows mobile上的使用及实例.-7z migrate to windows mobile, the integrity of the process and will be able to run, including a multi-threaded pthread library transplantation windows mobile on the use and examples.
Date
: 2025-12-30
Size
: 4.34mb
User
:
dmyss
[
Windows Mobile
]
mobile
DL : 0
MOBILE平台的PNG图片处理,利用imgdecmp库进行透明显示。-MOBILE platform handle PNG images, using a transparent display imgdecmp library.
Date
: 2025-12-30
Size
: 15kb
User
:
chenchang
[
Windows Mobile
]
Call_Settings
DL : 0
icrosoft Foundation Class Library for Windows CE: Call Settings
Date
: 2025-12-30
Size
: 74kb
User
:
mike xiang
[
Windows Mobile
]
fetion
DL : 0
Libfetion的源代码,mfc开发,包含libfetion库,在这儿基础上你可以很容易开发出来自己的飞信手机客户端。或直接集成飞信功能到你的手机客户端。-Libfetion source code, mfc development, including libfetion library, here you can very easily on the basis of developed own Fetion mobile client. Or direct a letter features an integrated fly to your mobile phone client.
Date
: 2025-12-30
Size
: 3.63mb
User
:
cz
[
Windows Mobile
]
31767687samples
DL : 0
主要是一些示例和开发所用的有用的库文件,希望能给你的开发工作提供帮助-Are mainly used in a number of examples and useful development of the library files, hope that I can help your development work
Date
: 2025-12-30
Size
: 372kb
User
:
chenhong
[
Windows Mobile
]
eir_a
DL : 0
This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc. -This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
Date
: 2025-12-30
Size
: 2kb
User
:
nissim
[
Windows Mobile
]
air_b
DL : 0
This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc. -This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
Date
: 2025-12-30
Size
: 1kb
User
:
nissim
[
Windows Mobile
]
ftp_client
DL : 0
This example uses the FTP Client Profile library (ftpc) to implement the simple FTP PUT and GET operations to a known Bluetooth device that supports the File Transfer Protocol service as a server. This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
Date
: 2025-12-30
Size
: 3kb
User
:
nissim
[
Windows Mobile
]
ftp_server
DL : 1
This example uses the FTP Server Profile library (ftps) to implement a simple read-only FTP server application. When the application is running, Bluetooth FTP Profile client devices can connect to this FTP server. The FTP server provides the following functionality: * File & folder browsing * Downloading files Since the filesystem is read only, folder listings can be pre-generated using the included make_listing.pl Perl script for each folder. Each folder to be included in the FTP Server must have a file containing the GOEP Folder Listing. This file should be called "_dir.xml". This must conform to the GOEP specification for folder listings. No processing of this file is made by the example application, it is just sent to the client when requested.
Date
: 2025-12-30
Size
: 6kb
User
:
nissim
[
Windows Mobile
]
Meizu
DL : 0
Meizu Foundation Classes library (MZFC) 是一套结构简明的类库及应用程序接使用MZFC, 可以更轻松的开发Meizu M8平台上运行的应用程序. -Meizu M8
Date
: 2025-12-30
Size
: 521kb
User
:
xy
[
Windows Mobile
]
WiiMP
DL : 0
Most of you are familiar to the Nintendo Wii, and if you know the wii you probably know the wiimote (the Wii remote). The Wiimote is one of the most interactive gaming remotes I have put my hands on. After snooping around the net it turned out that using Bluetooth and the wiimote library, you can connect the wii to your PC as an HID and send/receive messages from and to the wiimote. In this project, we will connect the wiimote and then take control of the Windows Media Player, so the wiimote is going to be controlling the Windows Media Player (WMP) as a simple Bluetooth remote. THIS PROJECT IS CREATED USING VS2008 so it might not work on previous versions. You can download VS2008 Express edition for free.
Date
: 2025-12-30
Size
: 269kb
User
:
embeddedprogram
[
Windows Mobile
]
Gapiapp
DL : 0
gapi用来开发游戏及其图形方面的组件很优秀的一个库。-gapi used to develop the game and the graphics are excellent components of a library.
Date
: 2025-12-30
Size
: 13kb
User
:
黄笛
[
Windows Mobile
]
GprsTest
DL : 0
一个简单的测试了wininet库的小程序,对异步使用wininet程序有很好的帮助-A simple test of the wininet library of small programs, programs for asynchronous use wininet good help
Date
: 2025-12-30
Size
: 2.5mb
User
:
huangxiaojie
[
Windows Mobile
]
ExifLibrary
DL : 0
Exif库,如果想编辑图片属性,可用此库,比如:在图片中加入gps位置信息-Exif library, if you want to edit the picture property, use this library, for example: adding gps in the picture location information
Date
: 2025-12-30
Size
: 59kb
User
:
hailou
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.