资源列表

« 1 2 ... .75 .76 .77 .78 .79 24880.81 .82 .83 .84 .85 ... 28522 »

[数学计算/工程计算question

说明:快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的-Fast Fourier transform, discrete Fourier Transform Algorithm, which is the discrete Fourier transform of the odd and even, true, real and other properties, on the discrete Fourier transform
<林敏> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数学计算/工程计算jvgz

说明:快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的-Fast Fourier transform, discrete Fourier Transform Algorithm, which is the discrete Fourier transform of the odd and even, true, real and other properties, on the discrete Fourier transform
<林敏> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[matlab例程XOR_nn

说明:XOR using Neural network
<fikrul> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[matlab例程kuosanequation

说明:扩散方程的求解,可根据初边值条件解出该方程.-Diffusion equation, initial boundary value according to the equation solved.
<冯晓伟> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[matlab例程soundexample

说明:Realtime sound acquisiton and processing using matlab
<ab.muqeet1> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法1(2)

说明:分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch and bound method of a wiring
<杨博文> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法2(2)

说明:最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
<杨博文> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法2(2)

说明:计算24点的C程序(穷举法) 几年前,女朋友很喜欢和我玩计算24点的游戏,来测试谁的反应更快一些,结果我总是输而不得不承认在这方面她比我强。于是我就用C和我可怜的数据结构知识写了这个程序来挽回点面子,结果竟然让她很佩服。现在女朋友已经成功升级成老婆了,这程序也久没有用武之地了,就放在这里给和我们有一样故事的人们参考一下吧! -Calculate the C 24-point program (exhaustive method) a few years ago, and my girlfri
<杨博文> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[matlab例程RFIDtanslate

说明:用Matlab仿真了基于EPC-C1G2标准的RFID阅读器发送模块的PIE编码及ASK调制。-Simulation using Matlab based on EPC-C1G2 standard RFID readers to send the module code and ASK modulation PIE.
<朵朵> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[matlab例程rayleigh_ofdm

说明:how to test rayleigh fading channel
<emy> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[压缩解压huff2norm

说明:how to test huffman coding
<emy> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[matlab例程huffman_demo1

说明:what about huffman coding matlab code
<emy> 在 2025-06-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 24880.81 .82 .83 .84 .85 ... 28522 »

源码中国 www.ymcn.org