-
Example program for adjacent_difference
Example program for adjacent_difference
- 2022-04-29 18:29:53下载
- 积分:1
-
杭州电子科技大学在线系统ACM的1102题,用贪心方法解决
杭州电子科技大学在线系统ACM的1102题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1102 title with a greedy solution
- 2022-08-22 17:28:37下载
- 积分:1
-
C++用贪心法解决货币兑换序列问题
已知有n中货币c1,c2,c3...cn和有关兑换率的n*n的表R,其中Ri,j是一个单位的货币ci可以卖到的货币cj的数量,要求一个序列使之兑换结果变多。
- 2022-05-22 03:07:50下载
- 积分:1
-
聚类算法实现
聚类算法VC++,可产生随机数,实现了k均值聚类算法和ISODATA算法,可实现样本的载入和聚类,系统在Vc++6平台下运行,有运行的界面和菜单,聚类数目可以人为设定,不同类别以不同的颜色来表示。
- 2022-02-26 11:54:45下载
- 积分:1
-
通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。...
通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.
- 2022-08-06 13:10:42下载
- 积分:1
-
基于堆的优先队列C语言实现
优先队列(priority_queue)和一般队列(queue)的函数接口一致,不同的是,优先队列每次出列的是整个队列中最小(或者最大)的元素。
本文简要介绍一种基于数组二叉堆实现的优先队列
详细出处参考:http://www.jb51.net/article/41978.htm
- 2022-03-13 04:05:17下载
- 积分:1
-
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题....
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
- 2022-02-12 08:16:30下载
- 积分:1
-
大家一定写过计算器程序吧!但如果让你写一个用来计算成千上万位数的程序,你也许不会那么容易就写出来吧!...
大家一定写过计算器程序吧!但如果让你写一个用来计算成千上万位数的程序,你也许不会那么容易就写出来吧!-wrote calculator program! But if you write one used to calculate the median of thousands of procedures, you may not be so easy to write honest!
- 2022-08-17 14:08:34下载
- 积分:1
-
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值...
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
- 2022-05-07 13:45:08下载
- 积分:1
-
For solving a number of matrix even by the best algorithm that can optimize the...
对于求解多个矩阵连乘的最好的算法,能最优化的最短时间能求出值-For solving a number of matrix even by the best algorithm that can optimize the shortest time that can derive value
- 2023-03-03 19:10:03下载
- 积分:1