资源列表
[数学计算/工程计算] xishujuzhen
说明:稀疏矩阵的运算,主要是通过十字链表的方式进行实现的 十分有效 适合初学者-Sparse matrix operations, primarily by way of the cross linked list achieve very effective for beginners<段铁笼> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] BendersDecomposition
说明:应用Benders分解算法求解混合0-1规划。对于研究非线性规划的同学很有益。-Application Benders decomposition algorithm for mixed 0-1 programming. Very useful for the study of nonlinear programming students.<zuoyongyang> 在 2025-06-18 上传 | 大小:1kb | 下载:1
[数学计算/工程计算] gaosixiaoyuan
说明:高斯消元解方程的C语言算法,代码比较精炼,稍加修改,即可使用-Solving equations Gaussian elimination algorithm in C language, the code is relatively refining, slightly modified, can be used<zheng> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] 2
说明:掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar<me20082010> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] 3
说明: 分别编写函数实现冒泡排序、快速排序和简单插入排序算法; 2) 2路归并排序(选做) 3) 编制一个应用程序,它将随机产生的N个0~65535之间的整数插入到一个顺序表中,然后分别用上述排序算法对这个顺序表进行排序;记录并显示各种方法的运行时间; 4) 以N=500和N=5000运行这个应用程序,对算法运行的时间作比较和分析。 -Write a separate function to achieve the bubble sort, quick sort and simple<me20082010> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] a
说明:在数论,对正整数n,欧拉函数是少于或等于n的数中与n互质的数的数目。 φ函数的值 通式:φ(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn) 其中p1, p2……pn为x的所有质因数,x是不为0的整数。φ(1)=1(唯一和1互质的数就是1本身)。 (注意:每种质因数只一个。比如12=2*2*3 那么φ(12)=12*(1-1/2)*(1-1/3)=4) 若n是质数p的k次幂,φ(n)=p^k-p^(k-1)=(p-1)p^(k-1),因为除了<koko> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] elyar-code
说明:这是一个AC算法程序,可以从树结构中找到关键词,很实用。-This is an AC algorithm, keywords can be found in the tree structure, very practical.<elyar> 在 2025-06-18 上传 | 大小:1kb | 下载:0