资源列表

« 1 2 ... .46 .47 .48 .49 .50 16951.52 .53 .54 .55 .56 ... 28522 »

[数据结构常用算法LRU-update-Cache-

说明:LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algo
<shen6041> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码的码长是变化的,对于出现频率高的信息,编码的长度较短;而对于出现频率低的信息,编码长度较长。这样,处理全部信息的总码长一定小于实际信息的符号长度。-Huffman coding of the code length is variable, for the high frequency information, coding the length of the shorter and for the low frequenc
<shen6041> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[matlab例程myadder

说明:matlab计算器 简单加法,初学者很好的入门源码,功能简单,很精巧-it s a simple matlab program.
<chongwenlong> 在 2025-01-20 上传 | 大小:4kb | 下载:0

[matlab例程work

说明:设计一个切比雪夫滤波器,要求通带截止频率 ,通带最大衰减 ,阻带截止频率 ,阻带最小衰减 。要求绘出滤波器的幅频特性曲线。-Design a Chebyshev filter, the passband cutoff frequency required, the maximum passband attenuation, stopband cutoff frequency, stopband minimum attenuation.
<冷风> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数学计算/工程计算shuzhijisuan

说明:C#完成的数值计算源代码,提供线性代数课程几乎所有的计算源码。-C# source code to complete the numerical calculation, provide a linear algebra calculation of almost all the source code.
<一休> 在 2025-01-20 上传 | 大小:262kb | 下载:0

[matlab例程work

说明:用matlab代码仿真mimo-ofdm,cdma等-simulating mimo-ofdm,cdma with matlab code
<alforyzhang> 在 2025-01-20 上传 | 大小:58kb | 下载:0

[数学计算/工程计算large-A--mul-B

说明:大数相乘 输入两个超大的整数,实现高精度乘法-Multiplying the input of large numbers of two large integers, to achieve high-precision multiplication
<anhun> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[matlab例程channel-simulation

说明:用matlab 仿真分析rayleigh、lognormal 等常见信道模型,初学者可以-Matlab simulation with rayleigh, lognormal, and other common channel models, beginners can take a look
<alforyzhang> 在 2025-01-20 上传 | 大小:4.19mb | 下载:0

[数据结构常用算法hanoi

说明:汉诺塔问题,能够解决碟子数任意多的汉诺塔问题,而且程序显示碟子从哪个柱子移动到哪个柱子-The problem of Hanoi, to solve the problem of Hanoi with any number of plates, moreover, the program display the movement the plate .
<董海光> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[matlab例程cirako

说明:codigo en matlab red pi, red L, res T
<maryrlt> 在 2025-01-20 上传 | 大小:211kb | 下载:0

[数学计算/工程计算fft

说明:一天征服傅里叶变换,超简单的描述,让没有基础的同学都能看的明白,适合还处在似懂非懂的状态的同志们。-One day conquer the Fourier transform, super simple descr iption, so there is no basis to understand the students can look for is still in the state of half-comprehended
<印老大> 在 2025-01-20 上传 | 大小:427kb | 下载:0

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

说明:粒子群最优算法栅格法处理移动机器人最短路径-Grid Particle Swarm Optimization Algorithm for Mobile Robot shortest path Treatment
<太子> 在 2025-01-20 上传 | 大小:4kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 16951.52 .53 .54 .55 .56 ... 28522 »

源码中国 www.ymcn.org