代码搜索结果
找到约 10,000 项符合
G 的代码
huffman_g.h
#ifndef _HUFFMAN_G_HEADER_001_
#define _HUFFMAN_G_HEADER_001_
#include "huffman_base.h"
// 当元素权值已经有序时,可以使用A. Moffat和J. Katajainen设计
// 的在权值数组内部构建Huffman的方法
// A. Moffat和J. Katajainen对该算法的描述见
// http
g721.c
/*
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted use. Users may copy or modify this source code without
* charge.
*
* SUN SOURCE CODE IS PROVIDED A
g711.c
/*
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted use. Users may copy or modify this source code without
* charge.
*
* SUN SOURCE CODE IS PROVIDED A
g726.c
/*
* G.726 ADPCM audio codec
* Copyright (c) 2004 Roman Shaposhnik.
*
* This is a very straightforward rendition of the G.726
* Section 4 "Computational Details".
*
* This library is free sof
g_dbmysql.cpp
/*
g_DBMySql.cpp: implementation of the CG_DBMySql class.
*/
#include "g_dbmysql.h"
CG_DBMySql::CG_DBMySql()
{
m_handle = NULL;
m_res = NULL;
SetLog(true);
}
CG_DBMySql::~CG_DBMySql