资源列表

« 1 2 ... .64 .65 .66 .67 .68 20369.70 .71 .72 .73 .74 ... 28522 »

[matlab例程Matlab_Simulation_command

说明:MATLAB仿真命令集,收集和总结了MATLAB仿真需要用到的命令-MATLAB ordered set, collect and summarizes the need to use MATLAB orders
<张强> 在 2025-06-22 上传 | 大小:3kb | 下载:0

[数学计算/工程计算Gaussianeliminationmethod

说明:用C语言来求解n维线性方程组的解,即高斯消元法求解线性方程组-Gaussian elimination method with n-dimensional linear equations
<金色笔记> 在 2025-06-22 上传 | 大小:247kb | 下载:0

[matlab例程The_fingerprint_identification_code

说明:指纹识别技术,包含指纹识别MATLAB源程序,功能强大-The fingerprint identification technology, fingerprint contains MATLAB source, the function is strong
<张强> 在 2025-06-22 上传 | 大小:577kb | 下载:0

[压缩解压lzari

说明:lzari压缩解压源代码,不仅可以压缩解压磁盘中的文件,而且可以压缩与解压内存中的数据。-lzari.cpp-- A Data Compression Class 4/7/1989 Haruhiko Okumura Use, distribute, and modify this program freely.
<shangdi> 在 2025-06-22 上传 | 大小:7kb | 下载:0

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

说明:混沌时间序列相空间重构方面的论文,重要研究了嵌入微和延迟时间选择的相关内容。-Chaotic time series phase space reconstruction papers on the importance of the embedded micro-and delay the timing of relevant content.
<胡玉霞> 在 2025-06-22 上传 | 大小:2.17mb | 下载:1

[数值算法/人工智能Parameterselectionofsupportvectormachine

说明:支持向量机参数选择的相关外文文献,主要包括遗传算法、微粒子群算法、混沌优化算法等。-Support vector machine parameters related to foreign literature, including genetic algorithms, Particle swarm optimization, Chaos optimization algorithm.
<胡玉霞> 在 2025-06-22 上传 | 大小:4.81mb | 下载:0

[数学计算/工程计算ShuZhiSuanFa

说明:数值分析中常用的经典算法,包括最小二乘、牛顿、高斯、龙贝格、拉格朗日、欧拉等算法的集合。-Commonly used in classical numerical analysis algorithms, including least squares, Newton, Gauss, Romberg, Lagrange, Euler and other collection algorithms.
<zhaoyang> 在 2025-06-22 上传 | 大小:6kb | 下载:0

[数据结构常用算法frequency

说明:编写一个算法frequency,统计在一个输入字符串中各个不同字符出现的频度。用适当的测试数据来验证这个算法。-Write an algorithm frequency, statistics in an input string characters appear in different frequency. With the appropriate test data to verify the algorithm.
<冯灿灿> 在 2025-06-22 上传 | 大小:6kb | 下载:0

[数据结构常用算法aaa

说明:已知A[n]为整数数组,试写出实现下列运算的递归算法: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -Known to A [n] is an integer array, try to write to achieve the following recursive algorithm for computing: (1) Find the largest integer in the array A. (2) Find n i
<冯灿灿> 在 2025-06-22 上传 | 大小:6kb | 下载:0

[数据结构常用算法Ackerman

说明:已知Ackerman函数定义如下: (1) 根据定义,写出它的递归求解算法; (2) 利用栈,写出它的非递归求解算法。 -Known Ackerman function is defined as follows: (1) By definition, a recursive algorithm to write it (2) the use of the stack, write its non-recursive algorithm.
<冯灿灿> 在 2025-06-22 上传 | 大小:12kb | 下载:0

[数据结构常用算法BBB

说明:设有一个有向图存储在邻接表中。试设计一个算法,按深度优先搜索策略对其进行拓扑排序。并以右图为例检验你的算法的正确性。-There is a directed graph stored in the adjacent table. Trial design an algorithm, depth-first search strategy by the topology of its sort. And to test your example picture on the right algor
<冯灿灿> 在 2025-06-22 上传 | 大小:7kb | 下载:0

[数据结构常用算法ccc

说明:在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 试编写程序实现这三个删除方法,并用实例说明哪一个方法最易于达到平衡化。 -In the bin
<冯灿灿> 在 2025-06-22 上传 | 大小:7kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 20369.70 .71 .72 .73 .74 ... 28522 »

源码中国 www.ymcn.org