This C++ code example provides a method for transferring objects or chunks of data from one device to another via the Bluetooth OBEX protocol. These chunks are typically files or other blocks of binary data. This example demonstrates how to run OBEX on top of the Bluetooth RFCOMM protocol, but OBEX can also be used with other transport media, such as IrDA and USB.
標簽: transferring provides example objects
上傳時間: 2015-12-02
上傳用戶:13160677563
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.
標簽: storage implementing simplifies drivers
上傳時間: 2014-01-01
上傳用戶:txfyddz
This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package. Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
標簽: document contains detailed overview
上傳時間: 2013-12-14
上傳用戶:希醬大魔王
SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
標簽: examples e.g. weighted Training
上傳時間: 2014-07-26
上傳用戶:zsjzc
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
標簽: examples e.g. part-of-speech Training
上傳時間: 2015-12-05
上傳用戶:gyq
a new algorithm for computing sparse signal representations using overcomplete dictionaries
標簽: representations dictionaries overcomplete algorithm
上傳時間: 2015-12-05
上傳用戶:haoxiyizhong
A Methodology For The Design And Implementation Of Communication Protocols For Embedded Wireless Systems
標簽: Implementation Communication Methodology For
上傳時間: 2014-07-01
上傳用戶:Avoid98
The purpose of this code is to assist developers get some good ideas for how to build a PayPal shopping cart. It is your job as a developer to ensure that any code provided meets your needs.
標簽: developers purpose PayPal assist
上傳時間: 2013-12-21
上傳用戶:851197153
Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square.
標簽: game implementation Minesweeper addictive
上傳時間: 2014-01-06
上傳用戶:zhaiyanzhong
"Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses JNI to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.
標簽: wrapper-classes Java-classes implementati for
上傳時間: 2015-12-07
上傳用戶:liuchee