资源列表

« 1 2 ... .38 .39 .40 .41 .42 19243.44 .45 .46 .47 .48 ... 28522 »

[人工智能/神经网络/遗传算法pso_new

说明:基于神经网络算法的粒子群算法的源代码,简单易用,可编译-Based on neural network algorithm PSO algorithm source code, easy to use, can be compiled
<da> 在 2025-05-18 上传 | 大小:356kb | 下载:0

[数据结构常用算法greatest-common-divisor

说明:输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
<郭同学> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhishu-fenjie

说明:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n <> k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你,重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
<郭同学> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法aPaaPaaaP....

说明:求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 1.程序分析:关键是计算出每一项的值。 -S = a+aa+aaa+aaaa+aa ... a required value, wherein a is a number. For example 2+22+222+2222+22222 (In this case the
<郭同学> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法CGraphDll

说明:图论 利用有向图排序算法,顶点边之间的关系,求解最优路径-Use a relationship graph theory algorithms, vertex between edges directed graph sort solving the optimal path
<张海洋> 在 2025-05-18 上传 | 大小:35kb | 下载:0

[matlab例程m_code

说明:仿真MIMO-OFDM点对点2×2的环境,调制方式为QPSK-MIMO-OFDM point emulation environment, a modulation scheme is a 2 × 2 QPSK
<allensmith88> 在 2025-05-18 上传 | 大小:282kb | 下载:0

[数学计算/工程计算svd_simple

说明:介绍了一种简化的SVD分解算法,这个算法已在MATLAB上验证,可以用于fpga上实现-ntroduces a simplified SVD decomposition algorithm, this algorithm has been validated in MATLAB can be used to achieve the fpga
<allensmith88> 在 2025-05-18 上传 | 大小:88kb | 下载:0

[数学计算/工程计算correlation_2192

说明:对一序列进行自相关,找到其峰值从而同步。在MATLAB上模拟硬件实现,结果和浮点运算一致,说明了设计的可行性。-Autocorrelation of a sequence, to find the peak sync. MATLAB simulation on hardware implementation, consistent results and floating point operations, indicating the
<allensmith88> 在 2025-05-18 上传 | 大小:1.64mb | 下载:0

[matlab例程mohu-c

说明:一种基于Matlab的改进的模糊C均值聚类算法,简单,易懂,非常实用-a very good algorithm for Matlab users, you can get a lot from it
<小南> 在 2025-05-18 上传 | 大小:7kb | 下载:0

[压缩解压huffmain

说明:c++哈夫曼压缩和解压,数据结构实验题目,源码-c++ Huffman compression
<啊啊的撒> 在 2025-05-18 上传 | 大小:1.06mb | 下载:0

[matlab例程OFDM

说明:OFDM系统调制与解调,采用快速傅里叶变换,内含CP-OFDM system modulation and demodulation, using fast Fourier transform, containing CP
<郑天潇> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[压缩解压project3

说明:这是一个二进制的转换C语言程序,希望能给大家带来一点帮助,谢谢大家!-This is a binary conversion C language program, we hope to bring a bit of help, thank you!
<liyazhou> 在 2025-05-18 上传 | 大小:1.03mb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 19243.44 .45 .46 .47 .48 ... 28522 »

源码中国 www.ymcn.org