-
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数...
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
- 2022-08-13 06:49:23下载
- 积分:1
-
快速排序、归并排序与选择排序平均时间之比较
/*----------------------选择排序-----------------------------*/
void SelectSort(int data[],int low,int high)
{
for(int i=low;i
- 2022-03-18 12:13:58下载
- 积分:1
-
砝码称重问题! 用1,2,5,10,20,50的砝码称出1到88的物重
砝码称重问题! 用1,2,5,10,20,50的砝码称出1到88的物重-weight problem! With 1, said 2,5,10,20,50 weight 1-88 out of the weight
- 2022-07-15 20:27:31下载
- 积分:1
-
基于视频的图像处理系统
基于AVI的 图像处理系统 里面有目标检测和背景差分法还有提供目标跟踪分析。
- 2022-06-21 12:42:59下载
- 积分:1
-
哈夫曼编码解码演示程序,生动有趣,适合教学演示以及深刻理解哈夫曼编码解码算法。包含哈夫曼编码解码算法以及高级界面技术...
哈夫曼编码解码演示程序,生动有趣,适合教学演示以及深刻理解哈夫曼编码解码算法。包含哈夫曼编码解码算法以及高级界面技术-Huffman encoding and decoding demonstration program, lively and interesting, for teaching demonstrations and deep understanding of Huffman encoding and decoding algorithm. Included Huffman encoding and decoding algorithms and advanced interface technology
- 2022-02-06 13:48:53下载
- 积分:1
-
本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve
the Joseph link problem: Establishes to circulate Shan Lianbiao,
assigns the point according to the smooth search, after found deletes,
finally prints the serial number sequence which deletes.
- 2022-05-30 07:29:42下载
- 积分:1
-
三角剖分的算法
这段代码为了完成德诺捏三角剖分,可以比较好的实现三角剖分的效果,已经实践过了,稍加调整就可以使用,算法比较周全使用简便。是一个非常好的资源,可以尝试着用以用
- 2022-11-05 15:45:12下载
- 积分:1
-
介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。...
介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。-algorithm introduced the books, more detailed correlation algorithm introduced some basic knowledge of the process and issues.
- 2023-06-12 16:15:06下载
- 积分:1
-
非
非线性多分辨率信号的分解,论文及matlab代码-Non-linear multi-resolution signal decomposition, papers and matlab code
- 2023-08-30 21:35:04下载
- 积分:1
-
用C++编写最小二乘曲线拟合函数程序
用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
- 2022-01-22 02:02:13下载
- 积分:1