资源列表

« 1 2 ... .86 .87 .88 .89 .90 214591.92 .93 .94 .95 .96 ... 216429 »

[C#编程Exp29_2_2

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

[Windows编程sigmerge

说明:SIGMERGE Add two signals with given energy ratio in dB.
<xuchang> 在 2025-02-14 上传 | 大小: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
<石志强> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[波变换fastfft

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

[数值算法/人工智能two

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

[C#编程erjiesishiying

说明:带文件输入的二阶自适应负荷预测程序,采用C语言编写 参数说明: N——要输入的数据的个数; B—— 的值; x[N+1]——定义一个浮点型数组,用于盛放输入的数据; y[N+1]——定义一个浮点型数组,用于盛放预测值; M[N+1]——定义一个浮点型数组,用于盛放 ( )的数据; e[N+1]——定义一个浮点型数组,用于盛放 ( )的数据; E[N+1]——定义一个浮点型数组,用于盛放 ( )的数据;
<muli> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[2D图形编程otsu

说明:otsu算法确定二值化阀值,最大类间方差是由日本学者大津(OTSU)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。 -In computer vision and image processing, Otsu s method is used to automatically perform histogram shape-based image thresholding,[1] or, the re
<白痴> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[文件操作369

说明:将某个文件目录内所有的txt文件合并-Txt file directory within the file merge
<> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算regress

说明:一元线性回归负荷预测程序,采用C++编写-Linear regression load forecasting procedure for the preparation of C++
<muli> 在 2025-02-14 上传 | 大小:1kb | 下载:0

[VHDL编程div

说明:利用Verilog实现定点数的除法,在此基础上可考虑实现定点数的除法-Using Verilog to achieve set division points, on this basis can be considered fixed points of the division to achieve
<蔡恒> 在 2025-02-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 214591.92 .93 .94 .95 .96 ... 216429 »

源码中国 www.ymcn.org