资源列表

« 1 2 ... .89 .90 .91 .92 .93 17594.95 .96 .97 .98 .99 ... 28521 »

[matlab例程test-clutter

说明:该代码可生成阵列天线的发生天线方向图,以及列子阵接受图。-The code can generate array antenna transmitting map and also the receiving map of a Column.
<晏艺翡> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[matlab例程bishe

说明:心率数据库的导入,包含头文件数据文件和注释文件-MIT/BIHdata insert,including .hea .dat .atr
<常雪倩> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[matlab例程watermark

说明:water mark needs other m-file
<sadjad> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[matlab例程avg

说明:image processing-average
<sadjad> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算ren_GPC-PID

说明:广义预测控制算法仿真,通过最小二乘法对系统进行在线辨识,并与PID对比,能运行的-Generalized predictive control algorithm simulation, through the of least squares method for on-line identification system, can run
<jiarong> 在 2024-10-07 上传 | 大小:37888 | 下载:0

[matlab例程LevelSETEvaluation

说明:Level Set evaluation
<omar> 在 2024-10-07 上传 | 大小:1903616 | 下载:0

[人工智能/神经网络/遗传算法BP

说明:神经网络最为常用的BP算法,反向传播算法-The most commonly used neural network BP algorithm, back propagation algorithm
<deicide> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[人工智能/神经网络/遗传算法classify

说明:专家系统,基于知识的系统,是人工智能的最为重要的应用领域。-Expert systems, knowledge-based system is the most important applications of artificial intelligence.
<deicide> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[生物技术Phani

说明:Oxidation of prenol to prenal using copper tunnings (Gas to Soild reaction)
<sravan> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[人工智能/神经网络/遗传算法isogroup

说明:动态聚类中的isodata算法,与K-均值算法类似-The isodata dynamic clustering algorithm, K-means algorithm similar
<deicide> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[人工智能/神经网络/遗传算法ga

说明:遗传算法(多项式求最小值),一种快速而有效的寻优算法,在工业控制,经济决策,交通规则得到广泛应用-Genetic algorithm (Polynomial minimum), a fast and efficient optimization algorithm, widely used in industrial control, economic decision-making rules of the road
<deicide> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法poj1141

说明:POJ 1141题目源码+源码 题意: 给你一段 括号序列 让你输出 一个最小的让括号合法的序列 黑书上 有将 思路 : dp[a][b] 代表 a b 之间 最小的需要填加序列数目 a==b时 dp[a][b]=1 a>b时 dp[a][b]=0 s[a] 与s[b]配对时 dp[a][b]=dp[a+1][b-1] 否则 dp[a][b]=min(dp[a][k],dp[k+1][b]) a<
<szy> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 17594.95 .96 .97 .98 .99 ... 28521 »

源码中国 www.ymcn.org