登录
首页 » 算法 » 分段算法的程序,很好的。绝对简练

分段算法的程序,很好的。绝对简练

于 2022-03-04 发布 文件大小:6.34 kB
0 312
下载积分: 2 下载次数: 1

代码说明:

分段算法的程序,很好的。绝对简练-Segmentations procedures very well. Absolutely concise

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

发表评论

0 个回复

  • 2维数组 截断 追加 测试
    应用背景 二维数组的截断和追加并不像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;
    2022-11-15 14:10:02下载
    积分:1
  • C语言实现的矩阵的常用计!包括:矩阵乘,加,求逆,转置,开方等等!...
    C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
    2022-01-25 15:41:08下载
    积分:1
  • 基本为:先将1填入第一行中间位置;再依次将2
    基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law filled out as follows :// 1, the number entered on the right side on his position, if not in his will to the last line, if not right box// then transferred to the most left while the box. 2, to fill the position of several, in turn, to fill it on a number of subordinate box// 3, the first trip to the final a few under a few should fill in the blank space of a few top candidate Department
    2022-02-05 03:13:23下载
    积分:1
  • Nonlinear Schr枚dinger equation source code nonlinear Schr枚dinger equation Nonlin...
    2022-02-11 21:52:14下载
    积分:1
  • 棋盘填满n*n的棋盘上(1LT;= NLT;= 10)请插入1,2,…
    棋盘填数问题 在N*N的棋盘上(1
    2022-03-18 00:25:40下载
    积分:1
  • 不同版本的VOF程序 《运动界面追踪数值模拟方
    不同版本的VOF程序 《运动界面追踪数值模拟方法》-Different VOF programs, thet are abtained from the book by Liu Ru Xun.
    2022-05-15 17:39:18下载
    积分:1
  • some example which explain kalman clearly,if you know little about kalman,it wil...
    some example which explain kalman clearly,if you know little about kalman,it will be good choice.
    2023-05-25 16:25:03下载
    积分:1
  • LDPC校验矩阵源码
    次代码为验证过的ldpc校验矩阵及编解码matlab源代码,能过随意输入码长,列重,行重来构造子想要的校验矩阵。LDPC码 即低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码。
    2022-04-18 22:03:28下载
    积分:1
  • usaco1.5 Prime Palindromes代码 prime文件绝对能用,值得拥有
    The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward). Write a program that finds all prime palindromes in the range of two supplied numbers a and b (5
    2022-08-21 13:33:23下载
    积分:1
  • 粒子滤波目标跟踪
    这是一个高功能的目标跟踪程序。 实现了背景变换下的目标跟踪。(摄像头什么的可以转了)但是相对的, 对系统的资源要求也非常的高。 
    2022-09-10 23:00:04下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载