-
CRC32 calculation in C++
CRC32计算算法采用C++语言,可用于嵌入式系统和GUI等应用。
- 2022-03-05 00:31:47下载
- 积分:1
-
网络模拟器
这是简单的网络模拟的 MST 分区算法和直径分区算法。你几乎可以生成随机节点并创建虚拟链接路径。查找边缘节点,断开连接的节点。最短路径。和节点分区。等,还可以看到在图形视图中的所有过程。使用鼠标可以拖动和放置任何节点。
- 2022-11-21 07:45:03下载
- 积分:1
-
用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵
用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵-Using elementary similarity transformation will be about real matrix H into the matrix, that is, Hessen berg matrix
- 2022-03-05 18:16:40下载
- 积分:1
-
简单的队列的实现
简单的队列的实现-simple realization of the Queue
- 2022-09-01 20:15:03下载
- 积分:1
-
图像去噪
小波变换去噪,小波包去噪,小波增强去噪,程序可以运行,特别适合初学者使用。
- 2022-01-25 18:58:46下载
- 积分:1
-
缓存:你会得到一个字符,你应该模拟计算机的M。
cache: you will be given a char at will and you should simulate the computer s memory and cache .-cache : you will be given a char at will and you should sim ulate the computer"s memory and cache.
- 2022-06-13 23:50:06下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
数值分析中迭代法的使用,其算法相当的简单,可以参考
数值分析中迭代法的使用,其算法相当的简单,可以参考-Numerical analysis of the use of iterative method, its algorithm is quite simple, can refer to
- 2022-01-24 14:36:19下载
- 积分:1
-
vibe背景差分建模
资源描述应用vibe在背景差分法中进行背景建模,有效地背景建模方式能够提高后续的运动目标检测,准确分离前景与背景,比GMM法的效果好.
- 2022-03-21 11:57:29下载
- 积分:1
-
KMP 字符串最小循环匹配 hash
使用哈希来做第一张地图,并使用一个字符串的最小表示测试天气 2 字符串具有相同的最小表示形式,结合哈希。
- 2022-03-24 05:23:28下载
- 积分:1