-
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!...
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!-JPEG introduced the theory and implementation can be used as the basis for teaching novice to use, there will be a great inspiration!
- 2022-02-16 06:24:44下载
- 积分:1
-
计算水平线与垂直线交点个数问题。扫描方法计算。
计算水平线与垂直线交点个数问题。扫描方法计算。-Calculation of horizontal and vertical line of intersection the number of questions. Scanning method.
- 2022-10-24 03:35:03下载
- 积分:1
-
BM快速搜索算法的实现。可以实现诸如edit等软件的搜索功能,作者已经做过对比测试。...
BM快速搜索算法的实现。可以实现诸如edit等软件的搜索功能,作者已经做过对比测试。-BM quick search algorithm. Can be achieved, such as edit software such as search capabilities, the author has done comparison testing.
- 2022-02-04 04:35:37下载
- 积分:1
-
lpcc hmm语音识别系统
这是一个用c语言写的特定人的词语识别系统。此系统由于写的比较早,因此在语音识别过程中使用的语音特征是LPCC。而不是现在比较流行的MFCC特征。此程序也是我从网上找的,里面有作者的信息。此系统主要是用于科研实验而编写的一个语音识别系统,不能作为企业的产品。
- 2022-07-27 15:11:26下载
- 积分:1
-
连通域提取算法
这个是纯C写的连通域提取算法,速度和效率相对较快,在算法中采用了八领域的关系来确定是否是同一个连通域,有用的朋友可以自行下载,可以用于自己的工程当中。
- 2022-01-25 20:14:52下载
- 积分:1
-
STC12系列单片机示波器
应用背景
STC12单片机示波器
用内部ADC对电压采集
适合新手学习单片机之用
关键技术STC12系列单片机示波器,通过内部ADC对信号的采集,然后转换成电压,在LCD12864上打点显示,可以选择档位显示波形,代码简单易学,适合新手学习单片机之用
- 2022-01-27 09:13:17下载
- 积分:1
-
DRJ Owen的非线性有限元程序(静力部分)。
DRJ Owen的非线性有限元程序(静力部分)。
- 2022-04-29 00:31:01下载
- 积分:1
-
随即数的产生 在计算机仿真系统中的应用
随即数的产生 在计算机仿真系统中的应用-then the emergence of several computer simulation system applications
- 2022-01-30 21:35:53下载
- 积分:1
-
哈夫曼编码
利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原).对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼的编/译码器。该系统可进行字符与二进制码值间转换。可用于电脑系统中用户的文件,这样可节省内存,当用户使用时又可转换为字符形式。还可实现对所给文件进行统计字符出现频率,及相应二进制码值,并对文件编码解码。1 统计权值;2 建立哈夫曼树:从结构体数组中读入n个字符和n个权值,利用静态三查三叉链表建立哈夫曼树.3 编码:利用已建立好的哈夫曼树,获得各个字符的哈夫曼编码,并对正文进行编码,然后输出编码结果。4 译码:利用已建立好的哈夫曼树将文件中的代码进行译码。
- 2022-03-20 11:31:36下载
- 积分: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