全部博文(45)
发布时间:2013-08-01 22:10:21
点击(此处)折叠或打开this.zedGraphControl1.GraphPane.CurveList.Clear();this.zedGraphControl1.GraphPane.GraphObjList.Clear();this.zedGraphControl1.IsShowCursorValues = false;this.zedGraphControl1.IsShowPointValues = true;//数据节点.........【阅读全文】
发布时间:2013-07-26 10:24:42
当MATLAB系统在计算机上正确安装后,MATLAB计算引擎Active X组件将自动在系统注册。在Visual Studio .NET开发环境下使用MATLAB计算引擎,首先应添加COM应用“Matlab Application(Version 7.8)Type Library”。完成了MATLAB计算引擎组件的应用后就可以在程序中实例化引擎对象。 如果.........【阅读全文】
发布时间:2013-06-05 22:04:52
父窗体:点击(此处)折叠或打开using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u.........【阅读全文】
发布时间:2013-05-31 22:10:55
DateTime.Now.ToShortTimeString()DateTime dt = DateTime.Now;dt.ToString();//2005-11-5 13:21:25dt.ToFileTime().ToString();//127756416859912816dt.ToFileTimeUtc().ToString();//127756704859912816dt.ToLocalTime().ToString();//2005-11-5 21:21:25dt.ToLongDateString().ToString();//2005年11月5日dt.ToLo.........【阅读全文】