-
第一次来第一次为服务 (FCFS) 算法
其简单的一个文件代码在 C 语言中显示的第一次来第一次服务的算法 (FCFS) 的模拟。
需要投入作为终端应用程序:
进程数。
每个进程 (名称、 服务和抵达时间) 的属性。
最后显示进程的关系图。
- 2022-08-09 20:07:00下载
- 积分:1
-
sift算法源码实现
sift算法的C++实现。需要配置opencv库。配置完后就能直接运行了。里面包含了特征点检测,特征点滤除,图像拼接融合。opencv版本需要2.3.0以上。程序调成已经成功。
- 2023-06-22 09:55:05下载
- 积分:1
-
code which produces plots of grid, velocity vectors, profiles of velocity compon...
code which produces plots of grid, velocity vectors, profiles of velocity components or temperature, contours of pressure, temperature or streamlines, and colour filled contours for
pressure, temperature or streamfunction.
- 2022-06-20 02:11:40下载
- 积分:1
-
Guo Tao algorithm source VC
郭涛算法VC源码-Guo Tao algorithm source VC
- 2022-03-20 10:18:42下载
- 积分:1
-
矩阵求逆算法
工程计算中,很多时候都会用到矩阵的运算,很多时候必然会涉及到矩阵的求逆,我提供了一个矩阵求逆的算法,可以用实际的矩阵验证程序的正确性。
- 2023-06-24 05:20:03下载
- 积分:1
-
文本比较算法
program compare files in 2 directories. argv[1/2] - folder_1/2, argv[3] - file with result
- 2022-12-09 11:30:03下载
- 积分:1
-
遗传算法工具箱
遗传算法工具箱 超全的代码,包含很多个小程序,要是下载这个,就不用担心再去其他地方找了
- 2022-09-24 12:00:02下载
- 积分:1
-
prepared by the steepest decline (equation solution), the attention to the matri...
用C编写的最速下降法(解方程),注意矩阵A是正定对称的-prepared by the steepest decline (equation solution), the attention to the matrix A is symmetric positive definite
- 2022-01-26 01:21:10下载
- 积分:1
-
斗地主c语言版游戏开发代码
c语言版斗地主程序包括如何洗牌、发牌、排序、出牌、胜负的算法
- 2022-06-21 07:18:43下载
- 积分:1
-
Fortran求解矩阵线性方程组,有例子,可以直接运行
Fortran求解矩阵线性方程组,有例子,可以直接运行
/"P.S:本软件既可以计算线性方程组Ax=b,也可以计算矩阵方程AX=B")
Purpose : 消去法解矩阵方程
!
!-----------------------------------------------------
! In put data files :
! 1. fin.txt 输入方程系数
! 2.
! Output data files :
- 2023-03-15 08:45:04下载
- 积分:1