-
//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
-
Data structure of the famous Tower of Hanoi problem to achieve, based on C++ imp...
数据结构中著名的汉诺塔问题的实现,基于C++实现-Data structure of the famous Tower of Hanoi problem to achieve, based on C++ implementation
- 2022-02-01 19:58:27下载
- 积分:1
-
本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大...
本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大-the package to achieve a ranking within the various functions, as can the use of the header files, Packaging, and intensity
- 2022-01-24 15:06:59下载
- 积分:1
-
数据结构
详细描述了如何创建二叉树的方法以及操作
数据结构
详细描述了如何创建二叉树的方法以及操作-Data structure described in detail how to create a binary tree method and the operation of
- 2022-02-01 06:31:34下载
- 积分:1
-
一个很简单的用C写的文本编辑的工具,在tc下运行调试成功 希望对大家有用!...
一个很简单的用C写的文本编辑的工具,在tc下运行调试成功 希望对大家有用!-a very simple C text editor to write the tools running under the debugger tc success useful for all!
- 2022-02-03 20:28:58下载
- 积分:1
-
vc ADO 连接数据库
vc ADO 连接数据库-vc ADO to connect to the database
- 2023-04-26 02:00:03下载
- 积分:1
-
任务提前加入数据Coursera大数据
关于大数据的Coursera课程的第二个任务。火星任务
- 2022-07-28 01:58:19下载
- 积分:1
-
Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行
Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。-Town is 100% pure Java API, it is located JDBC API the crown.
This API goal is the simplification and a JDBC compatible relational
database interactive. Through uses Town, may carry out and manage
select/insert/update/delete the SQL sentence, but does not need truly
to write line of SQL. Town also may use any JDBC to connect the
character string and internal connection pond.
- 2022-03-13 08:42:25下载
- 积分:1
-
实现ADT,可以实现两个二叉树的几种逻辑关系来显示它们之间的联系.如:求两个二叉树是否是等价的.它们的交集并集是怎样的.等等.这样这些都是ADT要实现的方法....
实现ADT,可以实现两个二叉树的几种逻辑关系来显示它们之间的联系.如:求两个二叉树是否是等价的.它们的交集并集是怎样的.等等.这样这些都是ADT要实现的方法.-achieve ADT, can achieve two binary tree several logical relationship to show the linkages between them. Such as : whether the binary tree for two are synonymous. The intersection of what is the set. And so on. ADT then these are the methods to achieve.
- 2022-01-26 01:22:21下载
- 积分:1
-
屏幕录像模块VC代码
运行程序,打开程序主界面,在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。
- 2022-03-13 13:09:49下载
- 积分:1