摘要: 1 #include <string.h> 2 #include <iom128v.h> 3 #include "main.h" 4 #include <macros.h> 5 //#include "assembly.h" 6 7 static unsigned long timer_1ms = 阅读全文
posted @ 2016-08-31 19:38 gyang_iconergy 阅读(731) 评论(0) 推荐(0)
摘要: 8个月没写博客了- -,一来是有不想继续干开发的想法,二来是赖的写,三来还是不想总结。所以为了继续坚持自己的开发和总结的信念,总结一下C# chart控件的一些基本属性,由于属性太多了,一时半会儿写不完,以后继续补充,这里总结重要的常用的属性 为避免耽误不喜欢这种曲线图效果的亲们的时间,先看一下小D 阅读全文
posted @ 2016-02-18 23:54 gyang_iconergy 阅读(6722) 评论(0) 推荐(0)
摘要: 硬件是STM32: 软件开发环境是VS2012 通讯方式:SERIAL PC界面主要是曲线绘制以及数据库的操作 上传部分多线程代码 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 阅读全文
posted @ 2016-02-11 15:09 gyang_iconergy 阅读(767) 评论(0) 推荐(1)