-
操作系统同步与互斥问题之过桥
操作系统中的同步于互斥问题一直是一个难题,相对与独木桥问题而言,中间可以过两个人而两边只可以一次过一个人的问题,要更为复杂,如何让同步程度更大去实现该算法也更为不易。
- 2023-01-30 07:10:04下载
- 积分:1
-
流形学习的源代码
流形学习的源代码,ISOMAP和LLE方法来实现。
- 2022-02-03 15:17:00下载
- 积分:1
-
物理动画处理
物理动画
- 2022-07-17 18:55:28下载
- 积分:1
-
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算...
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算-This is a calculated bank interest and the principal and the VB program, as long as the importation of interest rates, principal, the number of years of deposits, it can be directly calculated
- 2022-07-07 04:02:59下载
- 积分:1
-
背包问题的C++ 实现
背包问题的 求解代码,自己用C++实现,里面包括0-1背包问题 和 单位质量的背包问题,包括如下几个关键的函数:void vwComp(Item*item,int n) ;void vwSort(Item*item,int n);int getMaxValue(Item*item,int n, int p,int cvs,int cws);double frackKnapsack(Item*item,int n,double *chs);void zeroOneKnapsack(Item*item,int n,int &fv,int &fw,int *fch)
- 2022-10-14 21:55:03下载
- 积分:1
-
路径查找代码[dephi版本代码]
路径查找代码[dephi版本代码]-path search code [code dephi version]
- 2023-03-28 00:50:04下载
- 积分:1
-
求定积分的通用函数,以给定算例,演示了定积分的求解过程,简单明了。...
求定积分的通用函数,以给定算例,演示了定积分的求解过程,简单明了。-Seek a common definite integral function to the given examples to demonstrate the definite integral of the solution process, simple and straightforward.
- 2022-01-26 00:04:49下载
- 积分:1
-
高斯正算坐标程序计算高斯投影的正算问题克拉索夫斯基椭球...
高斯正算坐标程序计算高斯投影的正算问题克拉索夫斯基椭球-Gaussian count is calculated coordinates of the Gaussian projection is counting police used batons for dispersing ellipsoid
- 2023-05-22 00:55:03下载
- 积分:1
-
长整数计算 用于计算长整数的加减乘除 如:100,000 ,000+200,000 ,000=300,000 ,...
长整数计算 用于计算长整数的加减乘除 如:100,000 ,000+200,000 ,000=300,000 ,-long integer calculations used in the calculation of long integer arithmetic such as : 100,000 ,000 300,000 ,000 200,000,000,000 =
- 2023-05-01 22:05:03下载
- 积分:1
-
非局部均值滤波
资源描述图像去噪图像处理中的非局部均值算法。不同于“局部均值”的过滤器,它采取的平均值的一组像素周围的目标像素的平滑图像,非局部均值滤波,以平均的所有像素的图像,加权类似这些像素的目标像素。这导致了更大的后过滤的清晰度,减少损失图像中的细节与局部均值算法比较。
- 2022-02-27 07:56:04下载
- 积分:1