资源列表

« 1 2 ... .04 .05 .06 .07 .08 2309.10 .11 .12 .13 .14 ... 28522 »

[数值算法/人工智能HeapSort

说明:改进的基于c++的堆积排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved stacking algorithm based on C ++. There are two kinds of sorting
<zuijiaoluo> 在 2025-03-14 上传 | 大小:3.18mb | 下载:0

[数据结构常用算法InsertSort1

说明:改进的基于c++的插入排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved C ++ Based Insertion Sorting Algorithm. There are two kinds of s
<zuijiaoluo> 在 2025-03-14 上传 | 大小:3.18mb | 下载:0

[数据结构常用算法MergeSort

说明:改进的基于c++的归并排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved c ++ based merge sort algorithm. There are two kinds of sorting
<zuijiaoluo> 在 2025-03-14 上传 | 大小:3.17mb | 下载:0

[matlab例程bpsk

说明:BPSK在AWGN信道下误码性能,画图说明(Error performance of BPSK in AWGN channel, drawing descr iption)
<sincerely> 在 2025-03-14 上传 | 大小:3kb | 下载:0

[matlab例程Matlab2010经典超强教程%28清晰、免费版%29

说明:本资料可作为为matlab编程入门学习使用,有较好的参考作用(The upload material is a Fortran 95 programming PDF, which can be used as a reference for learning Fortran language)
<zzli> 在 2025-03-14 上传 | 大小:14.16mb | 下载:0

[数据结构常用算法二叉树的四种遍历方式与层序创建

说明:本例程实现对于二叉树的四种遍历方式,先序,中序,后序,层序四种遍历(This routine implements four traversing methods for two forked trees, the first order, the middle order, the rear order and the sequence of four ergodicity.)
<煜沉> 在 2025-03-14 上传 | 大小:13kb | 下载:0

[数据结构常用算法七种排序算法

说明:本例程是对于冒泡、插入,归并等7种排序算法的程序实现,归纳在一起可做比较(This routine is a program implementation of 7 sorting algorithms, such as bubbling, inserting, merging, and so on.)
<煜沉> 在 2025-03-14 上传 | 大小:29kb | 下载:0

[matlab例程PV_500S

说明:本mdl模型是基于Matlab Simulink的光伏电池仿真模型,经过公式推导和实验,满足工程仿真精度(The mdl model is based on Matlab Simulink photovoltaic cell simulation model, derived and experimental formula to meet the engineering simulation accuracy)
<煜沉> 在 2025-03-14 上传 | 大小:13kb | 下载:0

[matlab例程AR

说明:AR自回归线性滤波器法模拟风速时程曲线,MATLAB(AR autoregressive linear filter method is used to simulate wind speed time history curve, MATLAB)
<blackpera> 在 2025-03-14 上传 | 大小:3kb | 下载:0

[matlab例程elm_kernel

说明:ELM regression model
<GabrielaSong> 在 2025-03-14 上传 | 大小:2kb | 下载:0

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

说明:mnist库上 应用DBN网络 DBN使用RBM结构,半监督网络,逐层训练(Application on the DBN network)
<麦兜@@> 在 2025-03-14 上传 | 大小:22.13mb | 下载:0

[matlab例程yuanbao

说明:二维元胞自动机 规则:先把中间点置为1,每一时间步对每一点,如果周围八个点和为偶数,则变为0,为奇数则变为 1(Two-dimensional cellular automata)
<铁钉> 在 2025-03-14 上传 | 大小:3kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 2309.10 .11 .12 .13 .14 ... 28522 »

源码中国 www.ymcn.org