-
Check1 (0). Caption = "soap" Check1 (1). Caption = "soap" Ch...
Check1(0).Caption = "香皂" Check1(1).Caption = "肥皂" Check1(2).Caption = "牙膏" Check1(3).Caption = "洗衣粉" Label1(0).Caption = "5.8元" Label1(1).Caption = "2.5元" Label1(2).Caption = "7.9元" Label1(3).Caption = "6.4元"-Check1 (0). Caption = "soap" Check1 (1). Caption = "soap" Check1 (2). Caption = "toothpaste" Check1 (3). Caption = "detergent" Label1 (0). Caption = "5 .8 million "Label1 (1). Caption = "2.5 yuan" Label1 (2). Caption = "7.9 yuan" Label1 (3). Caption = "6.4 yuan"
- 2022-01-25 16:20:06下载
- 积分:1
-
这是我下的fortran的文件,大家多多交流,呵呵,不是垃圾
这是我下的fortran的文件,大家多多交流,呵呵,不是垃圾-the FORTRAN documents, we interact more, huh, not rubbish
- 2022-04-14 20:11:55下载
- 积分:1
-
0/1 knapdack
使用合并清除方法的0/1背包
- 2022-08-31 21:05:03下载
- 积分:1
-
For solving a number of matrix even by the best algorithm that can optimize the...
对于求解多个矩阵连乘的最好的算法,能最优化的最短时间能求出值-For solving a number of matrix even by the best algorithm that can optimize the shortest time that can derive value
- 2023-03-03 19:10:03下载
- 积分:1
-
冒泡法 起泡法 用使数组排列
C语言冒泡法(起泡法)排序
思路:将相邻的两个数进行比较,将小的调到前头。
如果有n个数,那么要进行n-1次的比较。在第一次比较中要进行n-1次的两两比较,在第j次比较中要进行n-j次的两两比较。
过程:先通过动态赋值的方法,把用户输入的10个数字保存到数组中。
用两个for循环语句,外层循环是限制次数,内层循环限制某次要进行两两比较的次数。
如果a[n]>a[n+1],那么将两个数进行交换。
- 2023-04-24 18:25:03下载
- 积分:1
-
Quicksort
快速排序&huffman-Quicksort
- 2022-09-05 00:25:03下载
- 积分:1
-
查找内存泄露的调试方法
在Visual C++工程中,如果程序运行退出时,出现内存泄露的提示,可以将工程设置为Debug状态,根据内存泄露提示的信息,在钩子函数中设置断点条件,并同时在程序疑似内存泄露的地方设置断点。运行程序,即可判断内存泄露的位置。
- 2022-06-21 12:27:38下载
- 积分:1
-
数学函数的运算.zip
数学函数的运算.zip-Math arithmetic. Zip
- 2022-01-21 20:43:50下载
- 积分:1
-
操作系统同步与互斥问题之过桥
操作系统中的同步于互斥问题一直是一个难题,相对与独木桥问题而言,中间可以过两个人而两边只可以一次过一个人的问题,要更为复杂,如何让同步程度更大去实现该算法也更为不易。
- 2023-01-30 07:10:04下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
- 2022-01-26 07:28:21下载
- 积分:1