-
改进的哲学家问题,用信号和共享内存实现
改进的哲学家问题,用信号和共享内存实现- The improvement philosopher question, realizes with the signal
and the sharing memory
- 2022-01-27 15:21:39下载
- 积分:1
-
判断微分方程是否为病态方程,分别用定步长、变步长和适合病态系统的数值积分方法对系统求解,并与解析解进行对比,分析每种方法的求解精度和速度。...
判断微分方程是否为病态方程,分别用定步长、变步长和适合病态系统的数值积分方法对系统求解,并与解析解进行对比,分析每种方法的求解精度和速度。-To determine whether the pathological differential equations, were used to set step, variable step size and suitable for pathological system numerical method for solving the system, and compared with the analytic solution, analysis of each method to solve the accuracy and speed.
- 2023-07-19 22:15:03下载
- 积分:1
-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
dining philosophers problem source code
哲学家就餐问题源代码-dining philosophers problem source code
- 2022-11-23 20:50:03下载
- 积分:1
-
lowercase amount to the amount of capital used in capital letters and lowercase...
小写金额转大写金额 ,用于在大写和小写金额之间进行相互转换,用DELPHI编写,简单实用-lowercase amount to the amount of capital used in capital letters and lowercase interaction between the amount of conversion, prepared using DELPHI, simple and practical
- 2023-05-29 09:20:03下载
- 积分:1
-
opencv c++色彩恢复的多尺度Retinex算法(MSRCR)
基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。
- 2022-01-30 14:20:22下载
- 积分:1
-
算法、 初始化和非负矩阵分解的收敛性
它是知名好初始化可以改善的速度和准确性的解决方案
许多非负矩阵分解 (NMF) 算法 [56]。许多 NMF 算法很敏感
在 W 或 H 或两者的初始化。这是尤其如此的算法
包括这两个新的 ALS 算法,我们目前的交替最小二乘法 (ALS) 类型 [55]
纸。我们比较六个初始化程序 (两个标准和四新) 的结果对我们 ALS
算法。最后,我们讨论选择适当收敛准则的实际问题。
- 2022-03-05 15:58:22下载
- 积分:1
-
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。...
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。-At the same time identification model order and parameters of the algorithm, derived from Li-Deng Pan system modeling and identification.
- 2023-06-15 16:30:03下载
- 积分:1
-
FDTD algorithm.
FDTD algorithm.
- 2022-06-13 22:48:24下载
- 积分:1
-
RLS和遗传算法的PID在线整定
RLS和遗传算法的PID在线整定,优化效果较好,在线整定控制PID参数
- 2022-11-02 00:10:03下载
- 积分:1