摘要:小玩意,很实用(自己太懒) InputBox class The InputBox class is a public class with a private constructor. You use it by calling the static Show method. This method instantiates a new instance of the class, sets...
阅读全文
摘要:读取XML中的数据对串口配置,小玩意 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// fSerialPort :fSerialPort的构造函数 /// public class fSerialPort :Seria...
阅读全文
摘要:Trv.AllowDrop = true; Trv.ItemDrag += new ItemDragEventHandler(Trv_ItemDrag);// Trv.DragEnter +=new DragEventHandler(Trv_DragEnter);// Trv.DragLeave +=new ...
阅读全文
摘要:Double d;int i;d=3.87;i=(int)d;取整
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->* * Author: Marcus Lorentzon, 2001 * d98malor@dtek.chalmers.se * * Freeware: Please do not re...
阅读全文