登录
首页 » 算法 » 精通Matlab综合辅导与指南

精通Matlab综合辅导与指南

于 2022-01-21 发布 文件大小:1,008.98 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

精通Matlab综合辅导与指南-proficient Matlab comprehensive counseling and guidance

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 有用的哦,要好好看一下。而且比较难找到的
    有用的哦,要好好看一下。而且比较难找到的算法-useful oh, what better look good. , And more difficult to find the algorithm
    2022-01-26 07:07:03下载
    积分:1
  • 独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 1111...
    独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 111101111 111111111    111    111    111 其中,0表示没有放置棋子, 1表示放置。 规定走法如下: a. 任一棋子可越过一相邻棋子(紧相邻)跳到一空缺位置, 并吃掉越过的棋子(从棋盘移处) 如, 走一步后棋盘状态:    111    111    111 111111111 111110011 111111111    111    111    111 b. 最后只留下一个棋子在棋盘上, 并且位置在正中央。 要求: 用程序得出正确走法。 输入: 无 输出: 每一步移动后的棋盘状态, 格式如上。-independent diamond chess Problem description : a chessboard, there are 44 pieces of diamonds, a position vacant chessboard initial state as follows : 111111111 111101111 111111111 which, 0 no place pawn, a place said. Provisions in law are as follows : a. as a pawn to be crossed an adjacent piece (bear adjacent) jumped to a vacant position, and eaten across the pawn (shift from the chessboard) If, after the chessboard go one step further state : 111111111 111111111 111110011 111111111 111111111 b. leaving only a game son on the chessboard, and in the middle position. Requirements : getting the correct procedures in law. Input : None output : e
    2023-01-15 08:55:03下载
    积分:1
  • 实现数据的FFT,纯C代码,可移植性,可用于生成。
    实现数据的FFT算法,纯c代码,可移植性好,可以用于一般程序-Realize data FFT algorithm, pure c code, portability, and can be used in the general procedure
    2022-03-15 17:00:25下载
    积分:1
  • Matrix的实例
    Matrix的实例-Matrix
    2022-04-01 02:13:52下载
    积分:1
  • C语言实现sm2/sm3/sm4
    国密SM2、SM3、SM4算法源码,有从事银行安全方面的朋友或者对国密算法感兴趣的朋友可以下载研究一下。
    2023-02-18 19:25:03下载
    积分:1
  • 基于BP神经网络的RFID室内定位研究
    资源描述:针对室内物体或者人员使用主动式射频识别(RFID)技术问题,设计了适用于室内环境的定位算法。传统的RFID室 内定位算法由于室内环境复杂多变,路径损耗系数很难准确估计,定位精度不高。为解决上述问题,提出一种采用BP神经 网络的RFID室内定位算法,算法引入参考标签辅助定位,利用BP神经网络建立场强信号转化模型。在模型中输入接收信 号强度值,输出路径损耗系数,网络模型提高了路径损耗系数的准确性,再利用距离一损耗模型实现精确定位,从而减小定位 误差。与传统的RFID定位算法比较,仿真和实验结果表明,改进算法的定位精度有显著的提高,可用于仓库、监狱、超市等 室内环境。
    2022-09-18 04:45:03下载
    积分:1
  • CSP 代码共同的空间分布格局
    对于脑电信号(EEG)特征提取的问题,因为 EEG 信号非常微弱(微伏级),甚至噪声的强度会超过有效的 EEG 信号,因此使得特征提取问题变得困难。目前应用广泛的一种方法是共同空间模式(Common spatial pattern,CSP)算法,该算法已经在一些 BCI 应用中显示出较好的特征提取性能。
    2022-09-08 10:40:05下载
    积分:1
  • 几个c语言的程序,其中推荐快速傅丽叶变换
    几个c语言的程序,其中推荐快速傅丽叶变换-Several c language program, which recommended the rapid transformation傅丽叶
    2022-06-01 00:31:36下载
    积分:1
  • 先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计运行时间...
    先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间-First occurrence of the formula set random number seed value, the basis of this result in a random array, and then sort through the insertion sort, and calculate the running time
    2022-08-12 10:12:19下载
    积分:1
  • 数值积分实现对一阶微分方程组的计:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方实现对x1微分=x2 x2微分=x3 x3微分=...
    数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3 x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算-Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming language, the use of Euler and forecast correction, Runge-Kutta method of achieving x1 differential = x2 x2 differential = x3 x3 differential =- 800* x1-80* x2-24* x3+ sin (t) y = 800x1 computing
    2022-01-26 00:33:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载