资源列表
[数据结构常用算法] sort
说明:使用VC6实现的几种排序算法,包括快速排序、堆排序、归并排序、哈希排序。-VC6 achieved using several sorting algorithms, including the quick sort, heap sort, merge sort, hash sorted.<zhangyuanxiu> 在 2025-07-30 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] BPSHENJING
说明:神经网络 实现预测功能 根据数据序列预测下面的数据-Neural network prediction forecasts based upon the data sequence of data below<香槟> 在 2025-07-30 上传 | 大小:2kb | 下载:0
[matlab例程] Unarypolynomialadditionsubtractionmultiplicationim
说明:实现一元多项式的加法、减法、乘法和除法。-Realize a polynomial of addition, subtraction, multiplication and division.<刘传邦> 在 2025-07-30 上传 | 大小:2kb | 下载:0
[matlab例程] CalendarTable
说明:matlab日历和时钟小程序,适用与初学者对GUI的学习-matlab calendar and clock applet, application and beginners to learn on the GUI<灯灯> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[matlab例程] hist
说明:In this document details of histogram processing is given.<Vikas Bajpai> 在 2025-07-30 上传 | 大小:775kb | 下载:0
[matlab例程] LineArrayBeamform
说明:利用相移补偿来仿真一个均匀线列阵的指向性图 -Using phase shift compensation to simulate a uniform linear array of point of Figure<陆宇轩> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[matlab例程] lab_2
说明:*设计一个程序使其计算圆,矩形,正方形的面积。 *定义一个结构体,可以准确的显示用户输入的年,月,日,时,秒,分。 -* Design a program to calculate a round, rectangular, square area.* Define a structure that can accurately display the user to enter the year, month, day, hour, seconds, minutes.<YIDIANER> 在 2025-07-30 上传 | 大小:19kb | 下载:0
[matlab例程] lab_3
说明:1.分别编写四个同名函数max1,实现函数重载,在main()函数中测试函数的功能 2.使用函数模板实现求任意类型数的最大值,针对不同的参数个数,编写两个同名函数模板max1,其参数个数不同,实现函数重载,在main()函数中测试函数功能 3.编写递归函数int fib(int n),在主程序中输入n的值,调用fib函数计算Fibonacci级数。公式为fib(n-1)+fib(n-2),n>2 fib(1)=fib(2)=1。使用if语句判断函数的出口,在程序中用cout语句中输<YIDIANER> 在 2025-07-30 上传 | 大小:46kb | 下载:0