代码搜索:HAMMING
找到约 1,421 项符合「HAMMING」的源代码
代码结果 1,421
www.eeworm.com/read/291752/8398759
h hamming.h
//
// File = hamming.h
//
#ifndef _HAMMING_H_
#define _HAMMING_H_
#include "gen_win.h"
class HammingWindow : public GenericWindow
{
public:
// constructors
//HammingWindow( is
www.eeworm.com/read/291752/8399623
cpp hamming.cpp
//
// File = hamming.cpp
//
#include
#include "hamming.h"
#include "misdefs.h"
//========================================================
HammingWindow::HammingWindow( int lengt
www.eeworm.com/read/190158/8446907
c hamming.c
/**************************************************************************
*
* ROUTINE
* encodeham
*
* FUNCTION
* This subroutine calculates the parity bits necessary
* t
www.eeworm.com/read/186568/8925419
c hamming.c
www.eeworm.com/read/184775/9076819
cpp hamming.cpp
//编写生成(7,4,3)的<mark>hamming</mark>码具有编码、译码功能的程序
//虽然学了一段时间的C,但是这是第一个自己完成的小程序,看来还是有点压力好啊!缺点是很明显的:1、全篇只用一个main,没有模块化,重用性差;2、不能处理不合法的输入,健壮性差。特点:能识别出错位置并纠错。
#include
int main()
{
cout ...
www.eeworm.com/read/179763/9339715
wmf hamming.wmf
www.eeworm.com/read/179128/9370799
c hamming.c
www.eeworm.com/read/179128/9371280
c hamming.c
www.eeworm.com/read/370910/9575386