资源列表
[C#编程] poi
说明:编写程序要求:允许用户输入两整数求出并输出两整数大公约数(Common denominator)里介求公约数算法--欧几里德算法又称辗转相除法其计算理下:用a除b取余数a1 a1 = 0, 则b大公约数 否则用 b 除a1取余数a2 a2 = 0则a1大公约数 否则用 a1 除a2取余数a3a3 = 0则a2大公约数 否则用a2除a3取余数a4-Program requirement: allows the user to enter two integers and big Common di<庞凤梅> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[C#编程] System.Data.DataSet.CDATASections
说明:DataTable写入XML文件时,CData的数据写入方法-DataTable when writing XML files, CData data writing method<徐小勇> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[C#编程] ch9_AvgBackground
说明:opencv中自定义背景建模已实现并测试的源代码-opencv custom background modeling has been implemented and tested source code<马昊> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[C#编程] LexicalAnalyser
说明:analizador lexico hecho para aprender a como analiza<josealex17> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[C#编程] delphigjinstance
说明:Delphi禁止运行程序多个实例,程序先初始化参数,然后判断程序是否已经运行,得到程序的句柄,若发现多个句柄,就只运行一个句柄,程序也就始终保持一个窗口。-Delphi is prohibited to run multiple instances of the program, the program first initialization parameters, and then determine whether the program is already running, get a<李强> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[C#编程] delphinobutton
说明:Delphi禁止显示窗体右上角的各个按钮,关闭按钮也没了,还有最小化、最大化都没有了,并且窗口不能拖动了,那怎么关闭窗口呢?放心,代码中用了其它方法来关闭窗口。-Delphi is prohibited according to the form in the top right corner of the each button, close button, and minimize, maximize all have no, and the window can t drag, then<王珂> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[C#编程] PolyFit
说明:Delphi 多点曲线光滑拟和,实现1次多项式最小二乘、2次多项式最小二乘,最终显示实验值、a+bx+cx^2拟合、ae^(b/x)拟合值,以控制台窗口方式显示出运算结果。-Delphi smooth curve fitting and more, the realization of a polynomial least squares, two polynomial least squares, finally shows the experimental value, a+ bx+ cx<王珂> 在 2025-06-17 上传 | 大小:4kb | 下载:0