-
hongwai
说明: 这是有关红外的一些原理,红外解码的原理。。。(This is some of the infrared principle, the principle of infrared decoder)
- 2009-07-25 21:37:20下载
- 积分:1
-
模拟扫雷游戏
模拟扫雷游戏代码,算法优化,可作为游戏开发者参考程序。程序详细,通俗易懂,再现了扫雷游戏的过程
- 2023-05-03 21:15:03下载
- 积分:1
-
ImageProcess
c#写的图像处理程序框架,包括打开图片、保存、关闭等功能。图像处理包括图像增强里用到的灰度化、亮度增强、线性非线性平滑、一阶二阶锐化等。(c# write image-processing program framework, including open images, save, close and other functions. Image processing including image enhancement is used inside the gray-oriented, brightness increased, the linear non-linear smoothing, sharpening and so on a first-order second-order.)
- 2009-10-22 10:19:21下载
- 积分:1
-
sqlite
windows sqlite3 封装类接口(windows Sqlite3 package class interface)
- 2017-04-20 23:06:27下载
- 积分:1
-
Simulation
各种工控仿真仪表,很适合做何种监控软件,(A variety of industrial control simulation instrument)
- 2012-08-24 17:32:17下载
- 积分:1
-
equalvalueline
使用Visual C++,MFC类库绘制等值线(Visual C++, MFC class library to draw contour)
- 2013-04-03 20:45:23下载
- 积分:1
-
19、录音室预定系统(源码+数据库)-北大青鸟机试模拟题.zip
19、录音室预定系统(源码+数据库)-北大青鸟机试模拟题.zip
- 2019-08-05下载
- 积分:1
-
STM32的磁场定向控制(FOC)源代码
它实现了该领域
- 2022-03-03 08:41:54下载
- 积分:1
-
SimpleBLEPeripheral协议栈 (蓝牙点灯)
1.添加特征值
我们添加一个1Byte的特征值来控制灯的亮灭
因为simpleGATTProfile是共用的文件,为了不影响其它工程,我们使用一个宏来控制新增加的属性
#if SIMPLEPROFILE_LED
#endif
(1)修改simpleGATTProfile.h
(2)添加UUID
//Characteristic 6 UUID:0xFFF6
(3)添加属性
// Simple Profile Characteristic 6 Properties
// Characteristic 6 Value
// Simple Profile Characteristic 6 User Description
(4)属性表
// Characteristic 6 Declaration
// Characteristic Value 6
// Characteristic 6 User Description
(5)属性设置操作
SimpleProfile_SetParameter
(6)属性获取操作
Get a Simple Profile parameter
(7)属性读操作
simpleProfile_ReadAttrCB
(8)属性写操作
simpleProfile_WriteAttrCB
2.Profile的改造完成后,我们将这个宏打开,配置工程。
3.接着我们在staticvoid simpleProfileChangeCB( uint8 paramID )函数的switch中加入CHAR6的判断即可
- 2022-12-28 01:00:05下载
- 积分:1
-
Dialog_Access
基于vc++ MFC的UG二次开发——对话框的操作(Based vc++ MFC of UG secondary development- Dialog operation)
- 2013-05-30 22:28:02下载
- 积分:1