资源列表

« 1 2 ... .59 .60 .61 .62 .63 15964.65 .66 .67 .68 .69 ... 28522 »

[数值算法/人工智能c2

说明:计算斐波那契(Fibonacci)数列的第n项函数fib(n)-Write Fibonacci calculation (Fibonacci) sequence of the first n terms function fib (n)
<明达> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法c3

说明: 组合问题 问题描述:找出从自然数1,2,…,n中任取r个数的所有组合。 采用回溯法找问题的解,将找到的组合以从小到大顺序存于a[0],a[1],…,a[r-1]中,组合的元素满足以下性质: (1) a[i+1]>a,后一个数字比前一个大; (2) a-i<=n-r+1。 -Combinatorial problems Problem Descr iption: Find out from the n
<明达> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[matlab例程rls

说明:Recursive Least Squares.
<shavole> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法dfn_low

说明:图论中,输出重连通分量,dfn和low程序。-Graph theory, the output re-connected components, dfn and low process.
<> 在 2025-05-15 上传 | 大小:2kb | 下载:0

[matlab例程nlms

说明:Normalized LMS adaptive filtering algorithm.
<shavole> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[数值算法/人工智能c4

说明: 装箱问题 问题描述:装箱问题可简述如下:设有编号为0、1、…、n-1的n种物品,体积分别为v0、v1、…、vn-1。将这n种物品装到容量都为V的若干箱子里。约定这n种物品的体积均不超过V,即对于0≤i<n,有0<vi≤V。不同的装箱方案所需要的箱子数目可能不同。装箱问题要求使装尽这n种物品的箱子数要少-Packing problem Problem Descr iption: Packing problem can be sum
<明达> 在 2025-05-15 上传 | 大小:2kb | 下载:0

[matlab例程music

说明:Frequency estimation using the MUSIC algorithm.
<shavole> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[matlab例程Rotman_lens

说明:计算Rotman_lens结构中馈电点的位置的matlab程式-calculate the position of feed point in rotman_lens
<董晓盈> 在 2025-05-15 上传 | 大小:157kb | 下载:0

[matlab例程boost_close_loop

说明:simulink model of dc to dc boost converter. the important thing it is in closed loop using p i controller. it is for study purpose-simulink model of dc to dc boost converter. the important thing it is in closed loop usin
<srv> 在 2025-05-15 上传 | 大小:11kb | 下载:1

[matlab例程prony

说明:Model a signal using Prony s method
<shavole> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法c5

说明: 问题描述:字符序列的子序列是指从给定字符序列中随意地(不一定连续)去掉若干个字符(可能一个也不去掉)后所形成的字符序列。令给定的字符序列X=“x0,x1,…,xm-1”,序列Y=“y0,y1,…,yk-1”是X的子序列,存在X的一个严格递增下标序列<i0,i1,…,ik-1>,使得对所有的j=0,1,…,k-1,有xij=yj。例如,X=“ABCBDAB”,Y=“BCDB”是X的一个子序列。 -Problem Descr
<明达> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[matlab例程Cuk_Converter

说明:simulink model of cuk boost converter. the thing is it is in open loop. it is for study purpose-simulink model of cuk boost converter. the thing is it is in open loop. it is for study purpose..
<srv> 在 2025-05-15 上传 | 大小:8kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 15964.65 .66 .67 .68 .69 ... 28522 »

源码中国 www.ymcn.org