资源列表

« 1 2 ... .73 .74 .75 .76 .77 16578.79 .80 .81 .82 .83 ... 28522 »

[数据结构常用算法hafumanbianma

说明:c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,
<SongLY> 在 2025-02-04 上传 | 大小:50kb | 下载:0

[数据结构常用算法touziwenti

说明:1. 熟悉动态规划的使用方法 2. 分析投资问题的最优子结构 3. 用动态规划求解投资问题 求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。 -1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 inv
<SongLY> 在 2025-02-04 上传 | 大小:20kb | 下载:0

[数学计算/工程计算svd

说明:数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
<李和瀚> 在 2025-02-04 上传 | 大小:3.26mb | 下载:0

[数据结构常用算法sort

说明:各种内部排序讲义及实现代码(插入排序,希尔排序,归并排序,快速排序,堆牌等等)-Sort notes and various internal implementation code (insertion sort, shell sort, merge sort, quick sort, heap card, etc.)
<李和瀚> 在 2025-02-04 上传 | 大小:67kb | 下载:0

[matlab例程4G-ref

说明:降低OFDM性能通过设置门限值,这是个完整的程序拿来就能用的。详细列出了papr的详细算法-inorder to reduce the OFDM papr system perfermance, this code implemented by clipping code. this is efficiency and useful. basic on the matlab langurage.
<wang shendi> 在 2025-02-04 上传 | 大小:578kb | 下载:0

[数学计算/工程计算FFT

说明:信号系统中快速傅里叶变换学习资料及实现代码(c++)-Signaling system in the fast Fourier transform learning materials and the implementation code (c++)
<李和瀚> 在 2025-02-04 上传 | 大小:623kb | 下载:0

[matlab例程Low-Complexity-for-PAPR

说明:这是IEEE上一篇比较不错的论文:关于低复杂度解决OFDM 系统中降低papr的新技术-This is the IEEE paper on a relatively good: low complexity solutions for OFDM systems in new technologies to reduce papr
<wang shendi> 在 2025-02-04 上传 | 大小:291kb | 下载:0

[matlab例程16QAM

说明:这个是本人编写的构建16QAM的源代码,详细阐述了里面construction 调整解调。这是个完整的程序并且可以运行-I am writing this is to build the source code for 16QAM, which details the construction adjustment demodulation. This is a complete program and can run
<wang shendi> 在 2025-02-04 上传 | 大小:1kb | 下载:0

[matlab例程aoshu

说明:小学数学一个奥数题目的编程,方便运算出此类型的题目-Primary Mathematics Olympiad title of a program to facilitate the operation of this type of subject
<why> 在 2025-02-04 上传 | 大小:1kb | 下载:0

[数值算法/人工智能1D-FDTD-ABSORB

说明:electromagnetic simulation using fdtd method (Sullivan Dennis)书后第一章加了吸收边界的程序-electromagnetic simulation using fdtd method (Sullivan Dennis)
<wangweili> 在 2025-02-04 上传 | 大小:1kb | 下载:0

[数值算法/人工智能randomc

说明:随机数生成器,含3种随机数生成算法,比标准库的随机函数好用-Random number generator, with three kinds of random number generation algorithm, than the standard library random function easy to use
<xie> 在 2025-02-04 上传 | 大小:240kb | 下载:0

[matlab例程rastaplp

说明:rastaplp m-file calculates RASTA-PLP coefficients, defaults to 1 if 0, just calculate PLP coefficients.-rastaplp m-file calculates RASTA-PLP coefficients, defaults to 1 if 0, just calculate PLP coefficients.
<alollos> 在 2025-02-04 上传 | 大小:1kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 16578.79 .80 .81 .82 .83 ... 28522 »

源码中国 www.ymcn.org