资源列表
[数学计算/工程计算] queuing_system
说明:This the programm to illustrate queuing system.-This is the programm to illustrate queuing system.<Nadya> 在 2025-07-01 上传 | 大小:275kb | 下载:0
[数学计算/工程计算] Matrix-Multipy
说明:高阶的矩阵链乘,二分幂算法 Matrix chain into high-end, two power points-Matrix chain into high-end, two power points<Rinkako> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Edmonds_Kap
说明:最大流算法C语言实现,采用edmonds_kap非递归广度优先搜索-maximum flow algorithm implemented by C language<曹魏> 在 2025-07-01 上传 | 大小:417kb | 下载:0
[数学计算/工程计算] 11111
说明:最小二乘法方程及生成曲线图像(VB6.0代码)求平面-text recognation software using neural network algorithm in vb 6<wangxiaotu> 在 2025-07-01 上传 | 大小:29kb | 下载:0
[数学计算/工程计算] Simplex2phase
说明:matlab两阶段单纯形法解线性规划问题的函数,有详细的注释和说明,还有一个word文档是用该程序解决实际问题的一个例子。-Matlab codes for simplex 2 phase algorithm, detailed comments and instructions, and a example using this code to solve a real problem.<郭子> 在 2025-07-01 上传 | 大小:338kb | 下载:0
[数学计算/工程计算] weijidaima
说明:用于多项式误差评估模型,可以用来评价多项式的偏差程度以及精确程度。-Error evaluation model for polynomial<吴佳奇> 在 2025-07-01 上传 | 大小:85kb | 下载:0
[数学计算/工程计算] CRC8_TOOL_and_SourceCode
说明:已经包含编译完成的CRC8校验码生成工具,并且包含该工具的源代码,可以自己定制之后重新编译或者应用到其他项目中。-Already contains the compiled code generation tool CRC8 parity, and contains the source code of the tool, then you can own custom recompilation or applied to other projects.<> 在 2025-07-01 上传 | 大小:94kb | 下载:0
[数学计算/工程计算] tanlanbeibao
说明:进的背包问题:给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中的数值的和正好等于背包的容量。 代码思路:从最大的元素开始遍历超递增序列中的每个元素,若背包还有大于或等于当前元素值的空间,则放入,然后继续判断下一个元素;若背包剩余空间小于当前元素值,则判断下一个元素-Into the knapsack problem: Given a super-increasing sequence and a capacity backpack, an<王杭> 在 2025-07-01 上传 | 大小:7kb | 下载:0