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

2019年8月26日

IAR for MPS430 V7.12.1 编程规范

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

posted @ 2019-08-26 09:39 Milo_lu 阅读(960) 评论(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 阅读(90) 评论(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 阅读(114) 评论(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 阅读(409) 评论(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 阅读(1097) 评论(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 阅读(173) 评论(0) 推荐(0) 编辑

2017年11月21日

msp430f5438a Information Flash Seg Write -- Chapter

摘要: Today we are going to study how to write information flash by using msp430f5438a. The size of the information is 512 bytes (1800-19FF). when you start 阅读全文

posted @ 2017-11-21 16:32 Milo_lu 阅读(289) 评论(0) 推荐(0) 编辑

2017年11月4日

MFC 编辑框内容更新方法以及滚动条设置

摘要: 在事件处理时调用函数:m_Edit1_path_Ctl.LineScroll(m_Edit1_path_Ctl.GetLineCount()); 更新后代码如下: 1 // FileCrcDlg.cpp : implementation file 2 // 3 4 #include "stdafx. 阅读全文

posted @ 2017-11-04 23:26 Milo_lu 阅读(4524) 评论(0) 推荐(0) 编辑

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

导航