资源列表

« 1 2 ... .41 .42 .43 .44 .45 214546.47 .48 .49 .50 .51 ... 216389 »

[数值算法/人工智能shengchengpailie

说明:生成排序算法,利用VC++ 2008开发环境实现的算法源码-Sorting algorithm generated using VC++ 2008 development environment to achieve the algorithm source code
<bj> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[数值算法/人工智能RadixSort

说明:基数排序算法,利用VC++2008开发环境实现的代码源码。-Radix sort algorithm, using VC++2008 source code development environment to achieve.
<bj> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Exp21_3

说明:*编写求二叉树的叶子结点数的函数模板.求一棵二叉树的叶子结点数的递归模型如下-* Write a binary tree of leaf nodes seek the function template. Seek a binary tree of leaf nodes as a recursive model
<陆艺> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[其他小程序Exp29_1_2

说明:定义一个学生类,包括四门课的成绩。学生对象随机输入,观看vector容器剩余的空间,直到 发生重新分配为止。使用sort或stable_sort对它进行排序,可用学号或总成绩或任一门课程为关键字 (重载operator<或函数对象类Comp)。-Definition of a student class, including four course results. Students object random input, see the remaining space vect
<陆艺> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[数值算法/人工智能DP_MatrixChain

说明:动态规划中,矩阵连乘的最少次数计算,利用VC++ 2008开发环境实现的代码源码。-Dynamic programming, the matrix with the minimum number of calculations by using the VC++ 2008 development environment to achieve the code source.
<bj> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[C#编程Exp29_2_2

说明:保存学生的简明资料,要求按学号排序,使用映射关联容器 (因为不会重号)是最合适的。如用姓名排序,因姓名可能重复,使用多重映射更为合适。 使用时要用头文件<set>。map和multimap将key/value pair当做元素进行管理,并根据key 的排序准则自动将元素排序。-Save students concise, asking sorted by student number, use the mapping associated with the contain
<陆艺> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[C#编程Exp29_3_2

说明:使用顺序栈模板,用字符作参数定义字符栈,完成压栈和出栈操作, 顺序输入26个字母,输出为逆序。 2) 修改顺序栈类,当栈满时,执行StackFull()操作;动态创建一个是原来的栈空间 的两倍的空间,把原来栈中的内容放入新栈,再删除原栈空间。-The order of the stack using the template, the definition of character with the character as a parameter stack to complete
<陆艺> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[Windows编程sigmerge

说明:SIGMERGE Add two signals with given energy ratio in dB.
<xuchang> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[数值算法/人工智能KalmanMatlab

说明: 稳态kalman滤波算法仿真通式 本程序考虑线性离散时不变随机系统。系统模型为x(t+1)=fai*x(t)+gama*w(t) y(t)=H(t)*x(t)+v(t)。有6个参数:状态转移阵fai,输入噪声系数gama,观测阵H,输入 噪声方差Q,观测噪声方差R,观测y- Steady-state kalman filtering algorithm simulation program to consider the general form linear discr
<石志强> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[波变换fastfft

说明: 快速傅氏变换(FFT)是离散傅氏变换(DFT)的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。快速傅里叶变换有广泛的应用,如数字信号处理、计算大整数乘法、求解偏微分方程-Fast Fourier Transform (FFT) is the discrete Fourier transform (DFT) in the fast algorithm, which is based on discrete Fourier transform of t
<KW> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[数值算法/人工智能two

说明:这是图论中的求解最短路的常用算法Dijkstra算法,很有适用价值的-This is the graph theory commonly used algorithm for solving shortest Dijkstra algorithm, useful for value
<duan> 在 2025-09-10 上传 | 大小:1kb | 下载:0

[matlab例程EM_1D

说明:一维EM算法MATLAB实现,两分支高斯混合模型,均值和方差都不相同。-one dimensino EM algorithm implemented by MATLAB. Estimate the mean and variance of Gaussian Mixture Model with two branches.
<luoyong> 在 2025-09-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 214546.47 .48 .49 .50 .51 ... 216389 »

源码中国 www.ymcn.org