资源列表

« 1 2 ... .14 .15 .16 .17 .18 25419.20 .21 .22 .23 .24 ... 28522 »

[数据结构常用算法qSort

说明:快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序
<忠波> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash

说明:数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。-Curriculum design data structure, hash table. Design documents have been written, can be directly used to use.
<嘎嘎> 在 2025-05-18 上传 | 大小:377kb | 下载:0

[数据结构常用算法haf

说明:哈弗曼编码的课程设计报告,报告文档已经写好了,可以直接拿来用,适合大多数学校的课程设计-哈弗曼encoded curriculum design report has been written document, can be directly used to use, suitable for the majority of the school curriculum design
<嘎嘎> 在 2025-05-18 上传 | 大小:454kb | 下载:0

[压缩解压Audio_PCM

说明:音频的压缩和解压耳机里实时发出mic收到声音。录音,程序将会把mic输入声音存储到flash里面,程序会停止在三个断点之一。这三个断点分别是flash擦除失败、flash写入失败、录音结束。如果是停在前两个断点,是flash操作失败。如果是停在第三个断点,表明录音结束。可以停止程序,进行录音回放操作。录音回放,程序将会循环播放flash里面存储的声音。-Audio compression and decompression issued
<皮皮> 在 2025-05-18 上传 | 大小:116kb | 下载:0

[matlab例程DICOMviewer

说明:Dicom文件读取的matlab程序,包括gui-DICOM files readable matlab procedures, including gui
<炯炯> 在 2025-05-18 上传 | 大小:5kb | 下载:0

[matlab例程mia24

说明:医学图像处理matlab工具箱,medical image processing toolbox-Medical image processing matlab toolbox, medical image processing toolbox
<炯炯> 在 2025-05-18 上传 | 大小:1.52mb | 下载:0

[matlab例程BWNoiseReduction

说明:Reduce noise in Binary Image 二值图去噪小程序,matlab-Reduce noise in Binary Image binary image denoising applet, matlab
<炯炯> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[matlab例程fsk

说明:该文件有助于初学习matlab者建立信号的概念-The document will help to establish early learning matlab signal concept
<英雄> 在 2025-05-18 上传 | 大小:1kb | 下载:0

[matlab例程BloodVessel

说明:血管分割matlab代码,主要实现眼部血管的分割-Vascular segmentation matlab code, the main division of the eye blood vessels
<炯炯> 在 2025-05-18 上传 | 大小:44kb | 下载:0

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

说明:人工智能中的八数码问题。它由一个3×3的方阵中的八个数码构成,其中的一个单元是空的,它的周边单元中的数码可以移到该单元中。此问题的任务是找到一个数码移动序列使初始的无序数码转变为一些特殊的排列.本程序用A*算法实现8数码的移动-Artificial Intelligence 8 digital issues. It consists of a 3 × 3 square of eight digital composition, in w
<刘路> 在 2025-05-18 上传 | 大小:16kb | 下载:0

[数据结构常用算法Calgorithm

说明:C语言常用算法源代码,非常实用,包括各种常用的算法。-C language commonly used algorithm source code, very useful, including a variety of commonly used algorithms.
<吴鸣仕> 在 2025-05-18 上传 | 大小:328kb | 下载:0

[matlab例程GMSK

说明:高斯最小频移键控(gmsk)调制解调原理,-Gaussian Minimum Shift Keying (gmsk) modulation and demodulation principle,
<徐小明> 在 2025-05-18 上传 | 大小:239kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 25419.20 .21 .22 .23 .24 ... 28522 »

源码中国 www.ymcn.org