资源列表

« 1 2 ... .18 .19 .20 .21 .22 28423.24 .25 .26 .27 .28 ... 28521 »

[数学计算/工程计算lab4

说明:最长递增子序列 问题描述: 随机生成小于等于n的自然数的一个序列, 输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3, 即长度为3的递增子序列。 提示:参考LCS,思考能否达到时间复杂度(O(nlogn)) -Longest increasing subsequence problem d
<zero> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[matlab例程ELM

说明:ELM(极限学习机)基础程序,包括分类算法和回归建模算法-ELM (ELM)-based procedures, including classification and regression modeling algorithms algorithms
<xd> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[matlab例程danchunxingsuanfa

说明:单纯形法,求解线性规划问题的通用方法。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。 -Simplex method, the general method for the linear programming proble
<wenxuan> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法LIST

说明:链表学生学习管理系统的插入删除的功能实现,和链表的操作- Insert delete functions linked student learning management system implementation, and operation of the list
<azone> 在 2024-09-21 上传 | 大小:194560 | 下载:0

[数学计算/工程计算random

说明:随机算法,包括随机化快速排序,随机化取样,素数测试等-Randomized algorithms, including randomized quick sort, randomized sampling, testing prime test
<姜枫> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[matlab例程W1Q3.m

说明:Simulation of M/G/! queue with average queue size-Simulation of M/G /! Queue with average queue size
<Tim> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[matlab例程powerws3_1.mdl

说明:Simulink simulation of 3 phase faults. Can observe voltage and current dynamics
<Tim> 在 2024-09-21 上传 | 大小:10240 | 下载:0

[matlab例程q3c.mdl

说明:A muitistage tap filter in simulink. Phase dirtoin and phase sitortion shown in teh simulation results-A muitistage tap filter. Phase dirtoin and phase sitortion shown in teh simulation results
<Tim> 在 2024-09-21 上传 | 大小:10240 | 下载:0

[matlab例程Wirelesstaka1.m

说明:Impulse response of a continuous-time Gaussian filter
<Tim> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[matlab例程lz78.m

说明:Lempel-Ziv 78 Coding (LZ) example-Lempel-Ziv 78 Coding (LZ)
<Tim> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[matlab例程Semi-Supervised-Distance-Metric

说明:Semi-Supervised Distance Metric Learning for Collaborative Image Retrieval
<丁小晨> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[matlab例程SFB_matlab1.0.tar

说明:Re-implementation of Simakov, Frolova and Basri "Dense Shape Reconstruction from a Moving Oject under Arbitrary, Unknown Lighting", 2003 This re-imp is restricted to linear lighting model (eq. 10 in the paper)-Re-imple
<丁小晨> 在 2024-09-21 上传 | 大小:3072 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 28423.24 .25 .26 .27 .28 ... 28521 »

源码中国 www.ymcn.org