说明:用C++编写,黄金分割法进行的一维极小值点搜索-With C++ writing, golden section method, the minimum value of the one-dimensional point search <唐泽栋> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:逆矩阵求法可以大范围的学习到C语言的特征,很适合初学者。-For novice numerical calculation, the inverse matrix method for finding a wide range of learning to the characteristics of the C language, it is suitable for beginners. <wuhengbin> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:用函数重载编程,用以实现循环左移、循环右移的位运算(bit),移位位数在 1-30000范围内任意-The the function overloading programming to achieve Rotate Left and Rotate Right bitwise (bit), shift the median in 1-30000 within any <王祎> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:学生学籍管理,可用于输入学生成绩后显示成绩,并且算出平均值,标准差等许多用途-Student Management can be used to display after input student achievement scores and calculate the average, standard deviation, many uses <zhang> 在 2025-01-16 上传
| 大小:1kb | 下载:0
说明:返回从不同数组中取数据的组合
比如输入两个数组{1 2} {3 4}, 返回值为
{1 3}
{1 4}
{2 3}
{2 4}-Back to take a combination of data from different array such as input two arrays {12} {34}, return value {13} {14} {23} {24} <cx> 在 2025-01-16 上传
| 大小:1kb | 下载:0