代码搜索结果
找到约 10,000 项符合
G 的代码
xsbase270_g.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
10-1g.cpp
//
// Example from ESTL Item 10 (G++ specific)
//
#include
#include
#include "SpecialAllocator.h"
#include
#include
#include "ESTLUtil.h"
#include "Widget.h
g729coder.plg
Build Log
--------------------Configuration: G729Coder - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Joe
g_func1.m
function [next_state,out_put]=G_func1(current_state,data_in,K,m)
% this function realize the G-function
currentstate=deci2change(current_state,K,m);
nextstate=[data_in,currentstate(1:K-1)];
next
inv_g_func.asv
function former_state=inv_G_func(current_state,data_in,L,m)
% this function realize the inverse of G-function
middle_state=deci2change(current_state,L,m);
former_state_seq=
g_func1.asv
function [next_state,out_put]=G_func1(current_state,data_in,K,m)
% this function realize the G-function
currentstate=deci2change(current_state,K,m);
nextstate=[data_in,currentstate(1:K-1)];
next