-
operating system, the solution Deadlock
操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock- bankers algorithms, written in C++.
- 2022-09-05 00:20:02下载
- 积分:1
-
CHAIN.C
解马尔科夫链CHAIN.C-CHAIN.C
- 2022-01-27 12:39:48下载
- 积分:1
-
AC-BM算法的实现的压缩包,很流行的字符串匹配算法,已经测试,-AC-BM algorithm for the realization of the compressed, the very popular string matching algorithm has been tested,
- 2022-02-02 16:56:07下载
- 积分:1
-
C 字符串中的程序
#include < stdio.h >
#include < stdlib.h >
int main)
{
char str [20] ;
printf ("Digite uma stringn") ;
setbuf(stdin,NULL) ;
gets(str) ;
int i;
为 (我 = 0 ; 我 < 4; i + +) {
printf("%c",str[i]) ;
}
返回 0 ;
}
- 2022-08-10 12:27:30下载
- 积分:1
-
VB6的CRC算法类
利用VB6编写的一个CRC计算类,支持CRC-16(x16+x15+x2+1)算法和CRC-CCITT(x16+x12+x5+1)算法,每种算法都支持选择先计算低字节还是先计算高字节,非常适合嵌入式系统的辅助计算,已被运用于嵌入式系统的辅助工具中。类中包含计算进度事件,可以在事件中显示计算进度。
- 2022-09-27 20:20:02下载
- 积分:1
-
用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including in
用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including individual objects relative error rate indicators, and marking error rate.
- 2022-02-01 11:21:52下载
- 积分:1
-
实数据快速傅立叶变换算法2
实数据快速傅立叶变换算法2-false information Fast Fourier Transform algorithm 2
- 2023-05-06 12:35:02下载
- 积分:1
-
Curve fitting, curve realize you granges painting, you can generate random numbe...
曲线拟合,实现啦格朗日曲线画法,可以实时产生随机数来画-Curve fitting, curve realize you granges painting, you can generate random numbers in real-time to painting
- 2022-10-27 22:25:03下载
- 积分:1
-
求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)
求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)-For solving nonlinear equations. Call the format x = fmincon (fun, x0, A, b, Aeq, beq, VLB, VUB)
- 2022-05-18 12:48:14下载
- 积分:1
-
高斯曲线拟合和去除的趋势,并对大多数非
曲线的高斯拟合,去除趋势性,对于一般非平稳序列的分析.-Gaussian curve fitting and removal of the trend, and for most non-stationary sequence analysis.
- 2022-12-04 08:20:02下载
- 积分:1