资源列表
[C#编程] EnterKey
说明:C# WinForm,按回车键跳转到下一个控件,需先对控件的属性TabIndex进行编号,接着重写bool ProcessDialogKey(Keys keyData)方法可达到目的-C# WinForm, press the Enter key to jump to the next control, you must first TabIndex of the control' s properties are numbered, and then override bool Proc<小志> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] CheckBox
说明:C#WinForm中一组CheckBox实现单选,加个GroupBox(或其它容器) 把几个CheckBox 放到容器中。实现CheckBox_CheckedChanged事件。 -C# WinForm CheckBox in the realization of a group of radio, add a GroupBox (or other container) into several CheckBox into the container. Achieve CheckBox_Ch<小志> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] CSharp-WebService
说明:C#调用WEBSERVICES,实现对不同结构数据库的访问和操作,并实现交互性的访问。-C# call WEBSERVICES, to achieve access to the database on the different structures and operations and to achieve interactive access.<张丰> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[C#编程] curvefit
说明:调用方法: CurveFitting fitting = new CurveFitting() double[] xs = fitting.Fitting(xv, yv, n, m) 说明: 拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至ga<renyuhui> 在 2025-06-07 上传 | 大小:2kb | 下载:0