登录
首页 » Visual C++ » microsoft-bluetooth-API

microsoft-bluetooth-API

于 2020-12-23 发布 文件大小:62KB
0 358
下载积分: 1 下载次数: 407

代码说明:

  使用 VC++ 调用微软蓝牙 API 函数的示例代码。可以使用 VC++6.0 至 VC++2010 编译代码。(Using VC++ call Microsoft Bluetooth API sample code. You can use VC++6.0 to VC++2010 compiled code.)

文件列表:

make
....\StdAfx.cpp,37,2013-10-25
....\StdAfx.h,1211,2013-10-25
....\vc2002
....\......\stdafx.h,1714,2013-10-25
....\......\Test.sln,1170,2013-10-25
....\......\Test.vcproj,9057,2013-10-26
....\vc2003
....\......\stdafx.h,1458,2013-10-25
....\......\Test.sln,1131,2013-10-25
....\......\Test.vcproj,9442,2013-10-26
....\vc2005
....\......\StdAfx32.h,1910,2013-10-25
....\......\StdAfxCE.h,1786,2013-10-25
....\......\Test.sln,1154,2013-10-26
....\......\Test.vcproj,129959,2013-10-26
....\vc2008
....\......\StdAfx32.h,2774,2013-10-25
....\......\StdAfxCE.h,1656,2013-10-25
....\......\Test.sln,1155,2013-10-26
....\......\Test.vcproj,146309,2013-10-26
....\vc2010
....\......\StdAfx.h,1945,2013-10-25
....\......\Test.sln,1156,2013-10-25
....\......\Test.vcxproj,11818,2013-10-26
....\......\Test.vcxproj.filters,2981,2013-10-26
....\......\Test.vcxproj.user,143,2013-10-26
....\vc6
....\...\StdAfx.h,522,2013-10-25
....\...\Test.dsp,8470,2013-10-26
....\...\Test.dsw,533,2013-10-25
Readme.txt,253,2013-10-26
src
...\BlueTooth.cpp,7002,2013-10-26
...\BlueTooth.h,3018,2013-10-26
...\mfc
...\...\DlgMain.cpp,15198,2013-10-26
...\...\DlgMain.h,2241,2013-10-26
...\...\DlgPairRecv.cpp,852,2013-10-26
...\...\DlgPairRecv.h,682,2013-10-26
...\...\DlgPairSend.cpp,855,2013-10-26
...\...\DlgPairSend.h,726,2013-10-26
...\...\DlgScan.cpp,1778,2013-10-26
...\...\DlgScan.h,925,2013-10-26
...\...\DlgVisible.cpp,1121,2013-10-26
...\...\DlgVisible.h,646,2013-10-26
...\...\res

...\...\...\Test.rc2,751,2013-10-25
...\...\resource.h,2058,2013-10-26
...\...\Test.cpp,901,2013-10-26
...\...\Test.h,547,2013-10-25
...\...\Test.rc,9460,2013-10-26
...\StdAfx.h,111,2013-10-26
...\vc6
...\...\BluetoothAPIs.h,50375,2013-10-25
...\...\bthdef.h,43838,2013-10-26
...\...\bthsdpdef.h,2615,2007-09-27
...\...\irprops.lib,16196,2007-09-27
...\...\Readme.txt,257,2013-10-26
...\...\ws2bth.h,443,2013-10-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mySp
    vc++串口通信 ,可以实现两个串口之间发送字符串(vc++ serial communication between two serial ports that can send a string)
    2011-09-08 10:58:46下载
    积分:1
  • RTU
    四方公司CSC300E远动机的程序,里面包括104、101、cdt、disa等规约的代码,要保密!(CSC300EA FOR RTU)
    2012-07-13 13:14:02下载
    积分:1
  • gest
    void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
    2012-04-30 16:41:44下载
    积分:1
  • msgrouter
    观察者模式实现各模块之间的异步通讯。模拟MFC消息(message router)
    2013-10-16 14:26:10下载
    积分:1
  • ModbusCommunicationTest
    MODBUS通信协议,用VC6.0调试通过,非常好用,做上位机用这个很好(MODBUS communication protocol with VC6.0 debugging through, very easy to do well with this PC)
    2013-09-11 23:12:54下载
    积分:1
  • Communication-by-SerialPort
    实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
    2013-07-24 10:10:28下载
    积分:1
  • 2DFFT
    二维快速离散变换,可快速实现二维快速离散变换,不可多得的程序。(Two-dimensional fast discrete transform, can quickly realize two-dimensional fast discrete transform, a rare procedure.)
    2008-07-23 18:22:23下载
    积分:1
  • Bluetooth
    CBluetoothDlg dlg m_pMainWnd = &dlg INT_PTR nResponse = dlg.DoModal()
    2010-01-14 12:08:18下载
    积分:1
  • LimitlessRemote
    手机无线控制电脑...............(my English is poor)
    2015-10-17 13:31:52下载
    积分:1
  • VBCRC16
    自己做的CRC16校验例子,输入16进制数据,数据之间用空格,得到校验字节(The CRC16 checksum own example, enter the hexadecimal data, with a space between the data check byte)
    2012-10-12 08:45:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载