资源列表
[数学计算/工程计算] FFT
说明:用C++语言写的一个数字信号处理中的FFT,该程序可以完成任意N点的FFT计算,并输出结果。对需要C语言处理信号的地方,可直接使用。-Using C++ language to write a digital signal processing FFT, the program can be completed in any N-point FFT calculation, and outputs the result. C language requiring local signal pro<申继鹏> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[matlab例程] NN_tutorial
说明:Program to teach various steps in a neural network<Nisha> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] yiqunsuanfa
说明:蚁群算法对多变量函数进行优化,亲测可用。-Ant colony algorithm for multi-variable function optimization, pro-test available.<王浩> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[matlab例程] rectImage2Polar
说明:Code taken Max s answer to this question on Stack Overflow. http://stackoverflow.com/questions/12924598/examples-to-convert-image-to-polar-coordinates-do-it-explicitly-want-a-slick-m Descr iption: This function takes an input image of any dimen<nothuclasl> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[matlab例程] romberg
说明:这个程序为比较简单的龙贝格算法,程序中有中文注释。-This is a simple algorithm named Romberg, the annotation is in Chinese.<yoyoandzhou> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 2.2
说明:设有一个双向循环链表,每个结点中除有pre,data和next三个域外,还增设了一个访问频度域freq。在链表被起作用前,频度域freq的值均初始化为零,而当对链表进行一次LOCATE(L,x)的操作之后,被访问的结点(即元素值等于x的节点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-There is a two-way circular linked list, each node in addit<steve> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 3.3
说明:试利用循环队列编写求k阶斐波那契序列中前n+1项的算法。要求满足: , 其中max为某个约定常数。 (注意:本题所用循环队列的容量仅为k, 则在算法执行结束时,留在循环队列中的元素应是所求k阶斐波那契序列中的最后k项)-Try using a circulating written request queue order k Fibonacci sequence algorithm that deed before n+1 items. Required to meet:, where t<steve> 在 2025-06-22 上传 | 大小:1kb | 下载:0