资源列表

« 1 2 ... .93 .94 .95 .96 .97 19798.99 .00 .01 .02 .03 ... 28522 »

[数据结构常用算法slides

说明:用双向链表实现了存储数据的功能。使用了两个链表,分别存储编号对应的幻灯片的两个点对应的坐标,以及序号对应的点的坐标。采用蛮力算法,找每个点是否只落在一个幻灯片所在的区域内,如果只有一个则记下该序号,并且删除该幻灯片和序号;如果出现多于一个的情况,立即跳出for循环,进行对下一个序号点的检验工作;如果没有落入任何一个幻灯片,则表明无解,直接输出-1停止。外面使用了一个虚假的while循环,判读条件是现在是否还有幻灯片以及上一次没有进行fo
<周嘉莉> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法temperature

说明:择使用数组储存数据。*x,*y分别装入观察站的地理坐标,temp装入的是温度信息,*tpx,*tpy分别用作对x,y进行快速排序(tpx[2]=8表示排在第2位的是x[8],rank[8]=2表示x[8]排在第2位)升序,rankx[i]即为最终x[i]的排名。 为了方便计算一个范围内的温度值,定义了一个long long 型的数组sum。算出比点p小的点(不包括点p本身)的所有温度值之和sum,之后范围的四点sum相加减,再对少数
<周嘉莉> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程ooo

说明:给定数学函数 x(t)=12sin(2π×10t+π/4)+5cos(2π×40t) 取N=128,试对t从0~1秒采样,用fft作快速傅立叶变换,绘制相应的振幅-频率图 -Given mathematical function x (t) = 12sin (2π × 10t+ π/4)+5 cos (2π × 40t) Take N = 128, test for t from 0 to 1 second inte
<董军卫> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程pca

说明:This code use Principle Component Analysis(PCA)for feature extraction
<elnazolfati> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程1

说明:一阶动态滑模控制,设计切换函数s,使切换函数与系统控制输入的一阶导数有关-S first order dynamic sliding mode control, design the switch function, make the switch function is associated with the first derivative of system control input
<liyu902> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程3

说明:反演自适应动态滑模控制,可以有效降低抖振-Inversion adaptive dynamic sliding mode control can effectively reduce the chattering
<liyu902> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程RLS-Algorithm

说明:介绍自适应均衡算法RLS的基本代码,可以仿照编写相关程序-RLS adaptive equalization algorithm introduces the basic code, you can follow the preparation of related procedures
<邵明星> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程Ant-colony-algorithm-procedures

说明:改程序是一个基于蚁群算法的TSP问题的源程序,里面有详细的注解哦!-Change is a process based on ant colony algorithm for the TSP source, there are detailed notes, oh!
<周坤> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[压缩解压starter

说明:斯坦福大学 cs294a 人工智能课程 练习一代码答案-stanford university cs 294a artificial intelligence course exercise 1 code
<zhangyi> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程count_unique

说明:Find unique value in matrix then number if ubique alsi find....in matlab
<Rajeswaran> 在 2025-05-19 上传 | 大小:3kb | 下载:0

[matlab例程FastLaplace

说明:实现快速贝叶斯算法,先验超参数分布不再使用高斯函数而是用拉普拉斯函数代替-Fast Bayesian algorithm, a priori super-Gaussian parameter distribution is no longer used but with the Laplace function instead
<IVES> 在 2025-05-19 上传 | 大小:3kb | 下载:2

[matlab例程chengxu

说明:S函数编写的自抗扰控制器,已经试验过,没有问题-ADRC controller is written by S function, it has been tested and there is no problem.
<龙问寒> 在 2025-05-19 上传 | 大小:3kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 19798.99 .00 .01 .02 .03 ... 28522 »

源码中国 www.ymcn.org