大约有 47,000 项符合查询结果(耗时:0.0536秒) [XML]
Makefile经典教程(入门必备) - C/C++ - 清泛网 - 专注C/C++及内核技术
Makefile经典教程(入门必备)Linux_Shell_Classic_tutorialmakefile很重要 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作
makefile。makefile带来的好处就是——“自动化...
Makefile经典教程(入门必备) - C/C++ - 清泛网移动版 - 专注C/C++及内核技术
Makefile经典教程(入门必备)Linux_Shell_Classic_tutorialmakefile很重要 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作
makefile。makefile带来的好处就是——“自动化...
【BLE技术内幕】BLE技术揭秘 - 创客硬件开发 - 清泛IT论坛,有思想、有深度
文章源自:http://doc.iotxx.com/index.php?title=BLE技术揭秘
BLE技术揭秘
BLE是低功耗蓝牙的英文缩写(Bluetooth Low Energy),是蓝牙4.0版本起开始支持的新的、低功耗版本的蓝牙技术规范。蓝牙技术联盟(Bluetooth SIG)在2010年发布了跨...
error: ‘uint16_t’ does not name a type - c++1y / stl - 清泛IT社区,为创新赋能!
#include <stdint.h> 解决。/**
* @file stdint.h
* Copyright 2012, 2013 MinGW.org project
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Softw...
MQTT 之保留消息(Retained Messages) - 创客硬件开发 - 清泛IT社区,为创新赋能!
保留消息定义 如果PUBLISH消息的RETAIN标记位被设置为1,则称该消息为“保留消息”;Broker对保留消息的处理 Broker会存储每个Topic的最后一条保留消息及其Qos,当订阅该Topic的客户端上线后,Broker需要将该消息投递给它。A r...
MIT官方已升级至2.70版本,中文网待测试并升级相关特性 - App Inventor 2 ...
2.70 版本主要更新内容:
Features:Add a Japanese translationUpdate the Spanish translationMake the Sharing component respect DefaultFileScope when sharing relative path files (@arjuninv)Add TextChange event, MoveCursor methods, and HintColor property to TextBox and related components (@gordo...
用户反馈ble广播数据收不到 - 用户反馈 - 清泛IT社区,为创新赋能!
...?要是可以的话我就先买个离线版的,在线的太慢了
清泛:
ble 广播用法不常见,也不太安全,目前就之前一个用户反馈要这个功能,应该是成功过的。这块我还没有实地测试,后续我会用硬件测试一下的
MCU&物联网:
我...
c++ boost::multi_index composite keys efficiency - c++1y / stl - 清泛IT社区,为创新赋能!
Long time reader first time poster! I'm playing around with the boost::multi_index container stuff and have a rather in-depth question that hopefully a boost or C++ container expert might know (my knowledge in C++ containers is pretty basic). For reference, the boost documentation on composite keys ...
NSIS做的安装程序,可接受命令行参数,实现静默安装,静默卸载 - 脚本技术 ...
命令参数 /D=xxx 可以指定安装包的安装路径,覆盖安装包中设置的默认路径及注册表中默认路径。但是,/D= 后面一定不能有引号(不能写成 /D="xxx"),否则不生效,仍然按照安装包中的默认路径安装。
更多请参考英文资...
Unicode and UTF-8 - 综合 - 清泛IT论坛,有思想、有深度
Unicode预订的编码空间大小为0x0-0x10FFFF,最多可以容纳1114112(100多万)个字符,实际上并不能使用这么多的空间,于是编码方式出现了两种:ucs-2(BMP)和ucs-4 编码方式,其中,bmp是Basic Multilingual Plane的简写。
一个字符的Unicode编码(...