-
关于NIOSII的多处理器实验
通过黑金的Cyclone IV E开发板,通过板上5个按键实现,并在VGA显示器上输出的俄罗斯方块游戏。
- 2022-05-21 20:03:53下载
- 积分:1
-
超长整数乘法源程序
超长整数乘法源程序-long integer multiplication source
- 2022-07-20 14:55:39下载
- 积分:1
-
不使用欧式距离,而是采用相关性对数列进行聚类
不使用欧式距离,而是采用相关性对数列进行聚类-Do not use Euclidean distance, instead of using the related series of cluster
- 2022-06-16 18:26:19下载
- 积分:1
-
文本分割
对于文本分割功能,并不差,使用使用 c + + 实现的你可以给它一试,于某简单。
- 2022-10-11 14:35:03下载
- 积分:1
-
随机亮小灯程序
应用背景
51单片机的必敲程序之一,通过使用灯的亮灭可以学习到如何操作51单片机的IO口,由浅入深地学习51单片机
关键技术通过一个随机程序,弄出一个随机值,然后通过对IO操作,最后输出到LED显示
- 2022-08-03 05:36:47下载
- 积分:1
-
数学建模
数学建模-公交车调度问题论文(维普阅读器)-mathematical modeling-bus scheduling problem thesis (Wei-pu readers)
- 2022-09-14 09:25:03下载
- 积分:1
-
顺序表链表
算法与数据结构试验中实验一:完成相关创建链表、排序、插入、 删除 等常见链表操作
- 2022-08-10 13:25:19下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
实数据快速傅立叶变换算法2
实数据快速傅立叶变换算法2-false information Fast Fourier Transform algorithm 2
- 2023-05-06 12:35:02下载
- 积分:1
-
C语言对文件哈夫曼编码压缩,而不是通过范畴…
用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code note in greater detail, the specific code can be seen, including the encoding of the document also decoder.
- 2022-05-19 13:57:26下载
- 积分:1