-
完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲
完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲-Perfect ofdm, there is a need to seize the time of the download, the exchange of everyone learning together, the functional is very strong
- 2022-10-04 18:20:02下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
Flash图片查看器源文件
Flash图片查看器源文件,可适时改变图片切换方式,播放模式可选择手动、自动,可设置自动播放的时间间隔,可为每张图片自定义标题和文字介绍,目前来说,它的切换方式为渐变淡入淡出,有兴趣的可查看Flash源代码。
- 2022-03-15 22:58:50下载
- 积分:1
-
密码算法库的用户界面
Crypto Library User Interface
- 2023-06-03 17:20:03下载
- 积分:1
-
内部排序算法比较
一、需求分析
1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。
2. 待排序表...
内部排序算法比较
一、需求分析
1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。
2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。
3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。
-internal sorting algorithm 1, a demand analysis. Experiment on the following six kinds of internal sorting algorithm measured comparison : foaming, direct insertion, simple choice, rapid, Hill, Heap Sort. 2. Sorting tables to the long table is not less than 100, which use the data generated pseudo-random number (RAND ()), be at least five sets of input data are provided for comparison. comparable indicators for the keyword in the number of keywords and the number of participants and the number of mobile keyword. 3. Finally, the results of a simple analysis, including data on the outcome of fluctuations in the size of explanation.
- 2023-01-14 13:35:03下载
- 积分:1
-
用vc编写的视频采集端口编成,以及与之相连的大型的数据库!识别图像!...
用vc编写的视频采集端口编成,以及与之相连的大型的数据库!识别图像!-with vc prepared by the Video Capture ports organization and the associated large-scale database! Image Recognition!
- 2022-11-23 02:10:03下载
- 积分:1
-
广告公司forDV7.1插件测试无错版,绝对能用的哦,大家快来下载吧...
广告公司forDV7.1插件测试无错版,绝对能用的哦,大家快来下载吧-advertising companies forDV7.1 plugin test version no wrong, absolutely usable Oh, you download it to hurry
- 2022-07-15 00:50:05下载
- 积分:1
-
单片机LED七彩跑马灯程序,此程序为飞利浦公司开发
单片机LED七彩跑马灯程序,此程序为飞利浦公司开发-Colorful LED ticker program
- 2022-07-21 17:55:57下载
- 积分:1
-
VB添加和修改环境变量一例
VB创建和修改环境变量一例,演示如何操作Windows的环境变量,比如读取和显示所有变量、改变环境变量值、创建添加新变量等。。
- 2022-02-13 21:04:48下载
- 积分:1
-
矩阵的三角分解,ap指向a,bp指向下三角,cP指向上三角
矩阵的三角分解,ap指向a,bp指向下三角,cP指向上三角-Triangular matrix decomposition, ap point a, bp point lower triangular, cP point to upper triangular
- 2022-04-24 01:07:38下载
- 积分:1