FireFox

我的地盘—我做主

 

04 2006 档案

随笔
摘要:读取XML中的数据对串口配置,小玩意 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// fSerialPort :fSerialPort的构造函数 /// public class fSerialPort :Seria... 阅读全文

posted @ 2006-04-25 15:32 FireFox 阅读(174) 评论(0) 推荐(0)

对于ListView进行拖拽时使用的事件
摘要:Trv.AllowDrop = true; Trv.ItemDrag += new ItemDragEventHandler(Trv_ItemDrag);// Trv.DragEnter +=new DragEventHandler(Trv_DragEnter);// Trv.DragLeave +=new ... 阅读全文

posted @ 2006-04-17 10:06 FireFox 阅读(657) 评论(0) 推荐(0)

取整
摘要:Double d;int i;d=3.87;i=(int)d;取整 阅读全文

posted @ 2006-04-14 15:15 FireFox 阅读(186) 评论(0) 推荐(0)

我的串口入门
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->* * Author: Marcus Lorentzon, 2001 * d98malor@dtek.chalmers.se * * Freeware: Please do not re... 阅读全文

posted @ 2006-04-14 15:11 FireFox 阅读(489) 评论(0) 推荐(0)

摘要:新公司来了快半个月了,这里同以前相比,完全陌生的人,开发环境,项目,还有一大堆叫不上名的设备。 而且貌似很忙的样子。不知道在这里会呆多久。 今天天气有些凉,不知道明天会不会下雨。 阅读全文

posted @ 2006-04-13 12:58 FireFox 阅读(122) 评论(0) 推荐(0)

导航