登录
首页 » 算法 » 2维数组 截断 追加 测试

2维数组 截断 追加 测试

于 2022-11-15 发布 文件大小:10.08 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

应用背景 二维数组的截断和追加并不像TStringList那么简单。在研究二维数组的截断和追加时,写了本例子来研究。提供给有相同问题的后来人参考,代码有点青涩,毕竟是研究算法的的demo,不喜勿喷! 关键技术 二维数组的截断和追加是一个抽象的概念,本demo把它实例化,可以给爱偷懒的程序学习者参考,不足之处欢迎拍砖。{删除动态数组指定元素的过程: 参数 arr 是数组名, 参数 Index 是要删除的索引} procedure TForm1.DeleteArrItem(Index:Integer); var    j:integer; begin   if   Length(MyProArr)>1 then   begin    for j := Index to Length(MyProArr)-2 do        begin         MyProArr[j,0]:=MyProArr[j+1,0];         MyProArr[j,1]:=MyProArr[j+1,1];      end;     setlength(MyProArr,Length(MyProArr)-1,2);    end else    begin      setlength(MyProArr,0,2);    end;

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

发表评论

0 个回复

  • 利用黄金分割求解线性方程组逼近问题。转载
    利用黄金分割法求解线性方程组逼近问题。转载-The use of golden section method for solving linear equations approximation problem. Reprint
    2022-01-21 20:42:19下载
    积分:1
  • 使用 Sga 的 IIR 高通滤波器设计
    滤波器的设计一直是信号 iiii 重要问题处理。kCdUSe intinite 冲激响应 (IIR) 滤波器有liequency 选择和高精度的良好特性与较低的订单,它 atlracts 很多研究者的关注,是一般应用于许多领域。通讯技术、 雷达信号处理、 语音和图像信号处理。数字过滤、-IDTV。等。因为那里是没有分析方法显然当 IIR设计了数字分蘖与任何频率响应,一般采用优化方法。在本文中,NQGA 用于优化设计 01" IIR 数字分蘖频率域直接。
    2022-02-15 14:06:32下载
    积分:1
  • 线性方程组求解模板,包括求解线性方程组的各种
    线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including solution system of linear equations each algorithm
    2022-07-12 11:27:24下载
    积分:1
  • 使用嵌入式零树小波的图像压缩
    这是使用嵌入式零树小波的图像压缩算法。它用于在小波域中。这种算法是非常有效和有用在图像处理中。
    2022-01-25 20:52:54下载
    积分:1
  • fourier transform and MATLAB
    fourier transform and MATLAB
    2022-01-25 16:39:32下载
    积分:1
  • 实对称 三对角阵的全部特征值及相应的特征向量的计
    实对称 三对角阵的全部特征值及相应的特征向量的计算-Symmetric diagonal matrix of all eigenvalues and eigenvectors corresponding calculation
    2023-08-28 17:55:03下载
    积分:1
  • 遗传优化随机共振
    应用背景随机共振利用噪声,可以增强信号。对于双稳态系统,朗之万方程的参数a,b对系统影响很大,需要合理选取。压缩包中有两个使用GA遗传算法的示例程序,一个简单一个较复杂。关键技术随机共振SR相比于以往的去噪技术,可以利用噪声进行信号增强。使用了遗传算法对系统的参数进行优化
    2022-04-15 13:35:32下载
    积分:1
  • 该书详细介绍了如何利用matlab对信号进行处理
    该书详细介绍了如何利用matlab对信号进行处理- This book in detail introduced how carries on using matlab to the signal processes
    2022-08-20 07:18:11下载
    积分:1
  • Pilot Contamination Reduction
    应用背景This paper considers the problem of interference mitigation in multi-cell multi-antenna time division duplex (TDD) wireless systems for downlink transmission. An efficient way to obtain channel state information (CSI) at the base station is by using uplink pilots and reciprocity of the downlink channel. At the same time, it has been shown that pilots from different cells contaminate each other, resulting in corruption of precoding matrices used by base stations, and high inter-cell interference. This paper studies the effects of shifting the location of pilots in time frames used in neighboring cells, and its effectiveness in obtaining better channel estimates, and, thereby, inter-cell interference reduction.关键技术Wireless cellular network designs with multiple antennas have been adopted by several modern wireless systems, which aim for high throughput as well as high
    2023-07-07 06:45:03下载
    积分:1
  • vb关于CRC校验的程序
    vb关于CRC校验的程序-vb about CRC verification procedure
    2022-02-01 05:18:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载