-
HMM中经典的前向后向算法,带有比例因子
HMM中经典的前向后向算法,带有比例因子-classical HMM back to the first algorithm, with a scale factor
- 2022-06-26 06:31:11下载
- 积分:1
-
操作系统实验文件管理
运用C语言实现对操作系统文件管理的实现。二级文件目录。能实现对文件的读写,不同用户之间的共享,权限管理,打开关闭等操作。在DOS中用指令实现。
- 2022-06-28 03:18:28下载
- 积分:1
-
canny edge detector
The Canny edge detector is an edge detection operator that uses a multi-stage 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-25 17:35:03下载
- 积分:1
-
美国地质调查局 DEM三维地形漫游系统
描述 (英文): (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为你赢得更多的分数) 美国地质勘探局 DEM三维地形漫游系统Description (英文): (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为你赢得更多的分数) (英语) 的描述: (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为您获得更多的分数)
- 2022-07-02 11:07:25下载
- 积分:1
-
用来产生嵌入到随机噪声内的正弦波算法的C源程序。
用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
- 2022-01-26 07:02:13下载
- 积分:1
-
城市轮廓线算法。采用分治发算法,输入为第一行房子个数,而后(左,高,右)。...
城市轮廓线算法。采用分治发算法,输入为第一行房子个数,而后(左,高,右)。-Contour algorithm city. Made use of sub-rule algorithm, enter the number for the first line of the house, and then (left, high, right).
- 2023-02-17 21:45:03下载
- 积分:1
-
数字图像处理
数字图像处理,实现点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析(阈值分割,投影检测,差影检测,模板匹配),图像复原,图像编码(哈弗曼,香农弗诺,行程,LZW,JPEG)
- 2022-02-05 10:51:38下载
- 积分:1
-
随机算法的c++源代码,程序结构清晰,便于理解
随机算法的c++源代码,程序结构清晰,便于理解-Stochastic Programming
- 2022-08-18 07:33:20下载
- 积分:1
-
C实现RS编码
用C实现RS码纠错仿真
RS码的编码程序 编码效率高,且经实际验证符合RS纠错码的要求-RS code using C realize simulation RS
error correction code encoding procedure coding efficient and practical
to verify compliance with the requirements of RS error-correcting codes
- 2023-05-05 14:10:03下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1