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

2017年11月2日

通过打开按钮打开文件和通过左键移动打开文件并计算crc

摘要: We have learn open a file by using an open button, here is code below: 1 void CFileCrcDlg::OnOpen() 2 { 3 // TODO: Add your control notification handl 阅读全文

posted @ 2017-11-02 22:55 Milo_lu 阅读(163) 评论(0) 推荐(0) 编辑

2017年10月31日

移动文件并将文件路径显示到编辑框内

摘要: This chapter we are study how to get the path of file by using drag drop. Here is the code, enjoy: Thank you! 阅读全文

posted @ 2017-10-31 22:34 Milo_lu 阅读(264) 评论(0) 推荐(0) 编辑

2017年10月17日

Aritronix Virtual Device 运行

摘要: 1 Microsoft Windows [Version 6.1.7601] 2 Copyright (c) 2009 Microsoft Corporation. All rights reserved. 3 4 C:\Users\Administrator>cd "Virtual Device" 5 6 C:\Users\Administrator\Virtua... 阅读全文

posted @ 2017-10-17 14:07 Milo_lu 阅读(191) 评论(0) 推荐(0) 编辑

2017年10月14日

将一个char类型的数转换成曼切斯特数

摘要: 很多时候,在我们编写RF射频编码时,为了能够更好的接收‘发送数据,往往会用到数据的编码。 而曼切斯特就是其中之一。 这种编码方式,对于简单的单片机非常实用。只需一个定时器就可以将数码接收、发送。 代码如下: Thanks. B.R. 阅读全文

posted @ 2017-10-14 10:03 Milo_lu 阅读(152) 评论(0) 推荐(0) 编辑

2017年10月10日

基于单片机定时器---年月日时分秒的算法

摘要: Here ar a part of the code for reference: Please note that the codes should be executed in the timer interrupt routine.changed into seconds by using t 阅读全文

posted @ 2017-10-10 22:02 Milo_lu 阅读(785) 评论(0) 推荐(0) 编辑

按位查询算法---基于Perimiter Sensor

摘要: 这里只贴出部分代码,以备后续参考。 阅读全文

posted @ 2017-10-10 21:49 Milo_lu 阅读(407) 评论(0) 推荐(0) 编辑

2017年10月9日

MFC File crc 计算

摘要: 创建单文档对话框之后,编辑OnOpen函数,并加入crc算法函数,代码如下: 对应的变量声明如图: Running: OK, this is my first home work! Enjoy. thank you ! 阅读全文

posted @ 2017-10-09 14:01 Milo_lu 阅读(556) 评论(0) 推荐(0) 编辑

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

导航