登录
首页 » Windows开发 » Bluetooth programmer can direct them to the Bluetooth module for beginners shoul...

Bluetooth programmer can direct them to the Bluetooth module for beginners shoul...

于 2023-04-07 发布 文件大小:947.54 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

蓝牙程序可以直接烧写到蓝牙模块当中对于初学者应该是一个很好的帮助-Bluetooth programmer can direct them to the Bluetooth module for beginners should be a very good help

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

发表评论

0 个回复

  • 呼叫中心的代码,基于东方和对话板的设计与
    一套呼叫中心代码,基于东进和Dialogic板卡设计开发的呼叫中心代码-A call center code, based on the east and the Dialogic board design and development of call center code
    2022-02-13 07:35:27下载
    积分:1
  • 提供一个串口测试的小程序 希望对大家的学习有点帮助
    提供一个串口测试的小程序 希望对大家的学习有点帮助 -Provide a serial test applet would like to help everyone to learn a bit
    2022-06-28 00:35:22下载
    积分:1
  • 算法实现题2
    算法实现题2-9 排列的字典序问题 « 问题描述: n个元素{1,2, , n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…, n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值 0 1 2 3 4 5 排列 123 132 213 231 312 321 « 编程任务: 给定n 以及n 个元素{1,2, , n }的一个排列,计算出这个排列的字典序值,以及按字 典序排列的下一个排列。 « 数据输入: 由文件input.txt提供输入数据。文件的第1 行是元素个数n。接下来的1 行是n个元素 {1,2, , n }的一个排列。 « 结果输出: 程序运行结束时,将计算出的排列的字典序值和按字典序排列的下一个排列输出到文件 output.txt中。文件的第一行是字典序值,第2行是按字典序排列的下一个排列。 输入文件示例 输出文件示例 input.txt output.txt 8 2 6 4 5 8 1 7 3 8227 2 6 4 5 8 3 1 7
    2022-02-12 05:10:54下载
    积分:1
  • MEGA16 点亮或者熄灭指定的LED,流水灯等实验
    MEGA16 点亮或者熄灭指定的LED,流水灯等实验-MEGA 16 LED
    2022-09-05 12:50:03下载
    积分:1
  • 在大多2440板BSP中的SMDK2440DRIVERSacklite目录下一般都有背光驱动。在注册表中添加如下函数的时候,机时确实可以打印"!!!!!...
    在大多2440开发板BSP中的SMDK2440DRIVERSacklite目录下一般都有背光驱动。在注册表中添加如下函数的时候,开机时确实可以打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!,如果没有操作大概1分钟后也可以打印!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!。但打印("!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!后,就算有触发事件(在触摸屏上点击,或者移动鼠标)也不会打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!。 其实这个驱动大体是正确的,只是当键盘鼠标或触摸屏输入时候gwes 发送“PowerManager/ActivityTimer/UserActivity” event,而不是原驱动中的“("UserInputEvent") ”修改后的源程序如下(SMDK2440DRIVERSacklite目录下bak_hw.cpp文件)。-2440 development board in the majority of BSP in SMDK2440 DRIVERS backlite directory generally backlight driver. Add the following in the registry function, the boot print when really " !!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!, If there is no operation after about 1 minute can also print it !!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!。 Print (" !!!!!!!!!!!! BACKLIGHT OFF!! !!!!!!!!!! after, even if there are triggering events (click on the touch screen, or move the mouse) will not print " !!!!!!!!!!!! BACKLIGHT ON !!!!! In fact, this dr
    2023-05-27 05:15:03下载
    积分:1
  • 高级窗口调试(由艾迪生)
    Advanced Windows Debugging (c) by Addison-Wesley Professional
    2022-05-24 22:52:59下载
    积分:1
  • hi this program zooom up the coordinate system
    hi this program zooom up the coordinate system
    2023-08-12 15:25:03下载
    积分:1
  • 学生信息管理系统
    学生信息管理系统-Student Information Management System
    2023-05-12 16:30:03下载
    积分:1
  • 本人设计该软件用于记录串口的二进制数据, 能显示BIN数据,也可以存盘....
    本人设计该软件用于记录串口的二进制数据, 能显示BIN数据,也可以存盘. -I designed the software used to record the serial binary data showing the BIN data, you can save.
    2022-07-16 03:09:41下载
    积分:1
  • 编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一始人选一个正整数作为报数上限m,从第一个人始按顺时针方向从自1始顺序报数,...
    编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始人选一个正整数作为报数上限m,从第一个人开始按顺时针方向从自1开始顺序报数,报道m时停止报数。报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。采用单向循环链表模拟此过程,按照出列的顺序印出各人的编号测试数据:m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为6,1,4,7,2,3,5)-No. 1, 2, ..., n n clockwise direction by individuals sitting around a circle, each holding a password (positive integers), a candidate started as a positive integers m ceiling on the number of reported from the first individuals to embark on the clockwise direction from the start sequence from a few newspaper reports m reportedly stopped a few. M reported out of the list of his password as a new value m, from the clockwise direction on the next re-started from a few reported so on, until all out all out, the design of a procedure sought out the order out. Listless one-cycle simulation process and follow the sequence shown in the numbers printed each test data : m for the initial 20; N = 7,7 personal passwords were : 3,1,7,2,4,8
    2022-01-24 15:11:40下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载