-
//Carry out principal component of the Gaussian elimination method// function: s...
// 带有列主元的高斯消元法
// 功能: 求解线性方程组 Ax = b
// 参数: A - 指向n*n系数矩阵的指针
// b - 常数向量的指针
// n - 方程组的维数
// 返回值:0 - 如果成功。线性方程组的解保存在 b 中
// 1 - 求解失败-//Carry out principal component of the Gaussian elimination method// function: solving linear equations Ax = b// parameters: A- point n* n coefficient matrix of the pointer// b- constant vector pointer// n- Equations dimension// return value: 0- if successful. Linear equations the solution stored in the b in// 1- Solving the failure of
- 2023-05-30 23:15:02下载
- 积分:1
-
代码名称:The alxBase classes for work with dbf files 代码说明:读写DBF文件的类 工具/平台:VC Win2...
代码名称:The alxBase classes for work with dbf files 代码说明:读写DBF文件的类 工具/平台:VC Win2-code name:The alxBase classes for work with dbf files. code specification: a class for reading DBF files.
- 2022-01-22 10:59:54下载
- 积分:1
-
C++写的归并排序算法,非递归,简单高效
C++写的归并排序算法,非递归,简单高效-the nonrecursive code of mergesort
- 2022-05-24 21:16:45下载
- 积分:1
-
to document the data Huffman coding and decoding, data presents given weight, sh...
对文件中的数据进行哈夫曼编码和解码,列出给定数据的权重,列出左右孩子和父亲节点的列表,对任意数据进行进行哈夫曼编码和解码-to document the data Huffman coding and decoding, data presents given weight, shown around children and the father node list of arbitrary data for Huffman coding and decoding
- 2022-03-16 02:51:33下载
- 积分:1
-
大整数的四则运算,搞ACM时丰常常用,我当时是屡试不爽,传上来大家分享...
大整数的四则运算,搞ACM时丰常常用,我当时是屡试不爽,传上来大家分享-Large integer arithmetic, ACM engaged in abundance are often used when, I was applied successfully, Chuan-up to share
- 2022-11-23 15:25:04下载
- 积分:1
-
顺序表类型的实现,数据结构清华大学严老师C语言第二版算法。...
顺序表类型的实现,数据结构清华大学严老师C语言第二版算法。-order to achieve the type of data structure Tsinghua University teachers strict version of the second C-language algorithm.
- 2022-09-28 02:05:03下载
- 积分:1
-
数据结构栈和队列相关练习,让你熟练掌握掌握它们的用法,迅速编程...
数据结构栈和队列相关练习,让你熟练掌握掌握它们的用法,迅速编程-Stack and queue data structure practice, so that you master
- 2022-08-21 14:09:06下载
- 积分:1
-
一个文档管理的演示程序,针对凌乱的文件及其繁琐的查找问题,如何在数据库中实现全文检索。...
一个文档管理的演示程序,针对凌乱的文件及其繁琐的查找问题,如何在数据库中实现全文检索。-A document management demonstration program, for the messy and tedious to find the file problem, how to achieve the full-text search in the database.
- 2022-07-07 14:02:11下载
- 积分:1
-
一个通讯录――――――利用C++实现的,非常不错哦
一个通讯录――――――利用C++实现的,非常不错哦-Address Book- C++ implementation
- 2022-03-21 07:46:20下载
- 积分:1
-
严蔚敏经典教材《数据结构》的算法源码和实验演示系统
严蔚敏经典教材《数据结构》的算法源码和实验演示系统-Data Structure
- 2022-04-06 15:15:10下载
- 积分:1