-
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windo...
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form.C Windows Virsual C 6.0
- 2022-07-04 21:58:06下载
- 积分:1
-
驱动调度程序
问题得到解决:编写一个程序来安排司机15天,给予最佳的解决方案。这是什么意思最优:用于最小驱动器,驱动器的关联是幸福的驾驶员协会强制执行一些规则,如司机不能在白班的工作,如果他在最后一个夜班工作过。输入:驱动程序的首选hollydays,最好轮班工作(阵列模式一样,看JPG GILE)输出:每个驾驶者的换挡,对于整个两个星期内,一些调试数据。在输出中 - 查找出“后移分配”,其他的东西都只是日志信息,你可以放心地忽略。
- 2022-02-04 23:42:00下载
- 积分:1
-
Steepest descent method is based on the negative gradient direction as a decline...
最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum
- 2022-03-12 23:23:09下载
- 积分:1
-
一个比较好的delphi源程序
一个比较好的delphi源程序-a relatively good source delphi
- 2022-02-04 22:52:23下载
- 积分:1
-
科学计算和C程序集,有好多算法实现,很有用的有
科学计算和C程序集,有好多算法实现,很有用的有-Scientific Computing and C procedures set has a lot of algorithms, have useful
- 2022-06-30 14:27:25下载
- 积分:1
-
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等...
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等-In finite element analysis to calculate the structure of the overall stiffness matrix, element stiffness matrix, element node displacement, stress and strain, etc.
- 2022-03-14 12:45:45下载
- 积分:1
-
最小二乘反褶积程序,原代码已编译,可以…
最小平方反褶积程序,原代码,已经编译过了,直接可以应用-least squares deconvolution procedure, the original code has been compiled, can be applied directly
- 2023-06-13 18:10:03下载
- 积分:1
-
可以进行无限制的整数计算
可以进行无限制的整数计算-can unrestricted rounding
- 2022-02-14 01:33:35下载
- 积分:1
-
徐士良算法集
fortran77的各种算法集锦,比如欧拉、高斯消元之类的,有详细方程及对应的算法程序,相当于子程序,可以直接调用
- 2022-09-29 12:15:05下载
- 积分:1
-
计算低于平均分的学生人数
计算score中m个人的平均成绩aver,将低于aver的成绩放在below中,通过函数名返回人数。例如,当score={10,20,30,40,50,60,70,80,90},m=9时,函数返回的人数应该是4,below={10,20,30,40}
- 2022-01-26 02:30:57下载
- 积分:1