上一页 1 ··· 8 9 10 11 12 13 下一页

2019年8月26日

MessageBox 参数说明

摘要: MessageBox in common use: MessageBox("...."); 输出字符" .....". int result = MessageBox("Are you want to save context before Exit ?","AlertDialog",MB_ICON 阅读全文

posted @ 2019-08-26 15:02 Milo_lu 阅读(1115) 评论(0) 推荐(0)

单片机红外线接收算法

摘要: 红外线遥控目前在市面上用得比较的广泛,如遥控电视,遥控灯具,遥控玩具等等。 这里主要介绍一下红外遥控接收代码的编写,先看红外接收代码: 红外编码常用格式为:报头为13.5ms信号,之后才开始传送数据。数据的编码:1ms左右代表0或者1, 2ms左右代表1或者0。这个主要看自己的定义了。 这个算法的重 阅读全文

posted @ 2019-08-26 10:36 Milo_lu 阅读(814) 评论(0) 推荐(1)

IAR for MPS430 V7.12.1 编程规范

摘要: 2019年推出的升级版IAR for MSP430 v7.12.1编译器在编程上有了很大的完善,例如查询相同字符只需选择需要查询的字符,那么编译器自动查询整个文件所有的内容,并标注对应的字符。 当然,在编程过程中,这个版本也要有更加规范的编程习惯,否则,代码在调试过程中容易导致编译器崩溃而强制退出编 阅读全文

posted @ 2019-08-26 09:39 Milo_lu 阅读(1070) 评论(0) 推荐(0)

2019年8月23日

SetupFactory Comm Key

该文被密码保护。 阅读全文

posted @ 2019-08-23 09:57 Milo_lu 阅读(2) 评论(0) 推荐(0)

2019年8月21日

SetupFactory 创建软件卸载快捷键

该文被密码保护。 阅读全文

posted @ 2019-08-21 16:10 Milo_lu 阅读(10) 评论(0) 推荐(0)

2018年5月17日

To make a Virtual Tool by using VS IDE

摘要: 1 #include<iostream> 2 #include <iomanip> 3 #include <string> 4 #include <stdio.h> 5 #include <time.h> 6 #include <windows.h> 7 using namespace std; 8 阅读全文

posted @ 2018-05-17 09:37 Milo_lu 阅读(110) 评论(0) 推荐(0)

2018年3月3日

BXI Protocol data generator

摘要: 1 #include"iostream.h" 2 #include "string" 3 #include <windows.h> 4 using namespace std; 5 6 typedef unsigned long u32; 7 typedef unsigned char u8; 8 阅读全文

posted @ 2018-03-03 23:40 Milo_lu 阅读(138) 评论(0) 推荐(0)

2017年12月15日

socket programming

摘要: 进行 socket programming开始要做的工作: On Linux: 以下是client代码,使用TCP,注意网络字节序: 服务器端程序创建socket的方法是一样的,只是要最后要调用bind()、listen()和accept(),示例代码如下: 使用UDP: 若要发送数据给其他计算机, 阅读全文

posted @ 2017-12-15 16:58 Milo_lu 阅读(428) 评论(0) 推荐(0)

2017年11月27日

基于 IAR 修改工程名称

摘要: There are 7 steps: changed and saved the name of .ewp in the in the file of <?xml version="1.0" encoding="iso-8859-1"?> <workspace> <project> <path>$W 阅读全文

posted @ 2017-11-27 14:39 Milo_lu 阅读(1123) 评论(0) 推荐(0)

Baidu IoT Study

摘要: 百度开放云物接入IoT--MQTT测试 原创 2016年06月21日 17:36:35 标签: <!-- [startarticletags]--> 百度开放云 / MQTT / <!-- [endarticletags]--> 5647 <!-- <li><button class="btn-no 阅读全文

posted @ 2017-11-27 10:48 Milo_lu 阅读(183) 评论(0) 推荐(0)

上一页 1 ··· 8 9 10 11 12 13 下一页

导航