资源列表

« 1 2 ... .21 .22 .23 .24 .25 214526.27 .28 .29 .30 .31 ... 216389 »

[数据结构常用算法08150851

说明:从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1: M, 1: N) simulated maze, an ar
<de> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法sqlist

说明:顺序表的基本操作,插入,删除和输入输出等操作-The basic operation of the order of the table, insert, delete, and input and output and other operations. . . . . . .
<de> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)ATT7022

说明:att7022的源程序简洁易懂,实际操作成功-att7022 the source code simple to understand, the actual operation is successful
<北极> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[matlab例程functionPoli

说明:matlab code for implementation of polinomial algorithm for forecast
<elmauro12> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[matlab例程spfilt

说明:spfilt.m 文件 是一个重要的滤波子文件
<诸葛流云> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[matlab例程EGshiti

说明:1.( ) some flowers for you A.给你的花 B.给她的花 C.给他的花-1. () Some flowers for you A. take B. to you to give him her flower flower C.
<李强> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算doolittle

说明:LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
<王伟> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[并行运算Hello

说明:用来测试并行环境的hello.F90程序,用Fortran语言编写,代码不长,可是经常用到的哦!-Used to test the parallel environment hello.F90 procedures, with the Fortran language, the code is not long, but often used Oh!
<王伟> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[并行运算pi3f90

说明:用并行方法编写的计算π值的程序,常用来测试并行环境的运算速度。-Method using parallel computing π value written procedures used to test the speed of parallel computing environment.
<王伟> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法cordic

说明:用CORDIC算法来计算正弦和余弦函数,稍加修改还可计算其他函数-CORDIC algorithm is used to calculate the sine and cosine functions, other functions can be calculated slightly modified
<姚玉龙> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[Web服务器HtmlFileDownding

说明:Get file from webserver using IP addre-Get file from webserver using IP address
<HMLEE> 在 2025-09-11 上传 | 大小:1kb | 下载:0

[数值算法/人工智能niudunlafu

说明:牛顿拉夫迭代算法,有兴趣的可以看看,相信会有用吧-Love Newton iterative algorithm, interested can see, I believe it will be used
<熊媛媛> 在 2025-09-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 214526.27 .28 .29 .30 .31 ... 216389 »

源码中国 www.ymcn.org