代码搜索:LLM
找到约 80 项符合「LLM」的源代码
代码结果 80
www.eeworm.com/read/244790/12843360
m llm.m
% MATLAB implementation of local linear mapping for time series prediction
%
% OBS: This approach can be undestood as an online version of the model simulated
% in the file 'local_AR_models_using
www.eeworm.com/read/291658/8404272
mdf llm_data.mdf
www.eeworm.com/read/291658/8404274
ldf llm_log.ldf
www.eeworm.com/read/101996/15795506
cpp idct_llm.cpp
#include "StdAfx.h"
#pragma warning(once:4305 4244)
/*
* jidctint.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For condi
www.eeworm.com/read/172609/5383272
c ccmllm.c
/* $Id: ccmllm.c,v 1.4.2.3 2004/12/01 00:11:28 yixiong Exp $ */
/*
* ccmllm.c: Low Level membership routines.
*
* Copyright (c) International Business Machines Corp., 2002
* Author: Ram Pai (lin
www.eeworm.com/read/177008/5334088
h idct_llm_int.h
#ifndef IDCT_LLM_INT_H
#define IDCT_LLM_INT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IDCT_LLM_INT_C
extern void __stdcall idct_llm_int(short *block);
#endif
#ifdef __cplusplus
}
www.eeworm.com/read/177008/5334094
h idct_llm_mmx.h
#ifndef IDCT_LLM_MMX_H
#define IDCT_LLM_MMX_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IDCT_LLM_MMX_C
extern void __stdcall idct_llm_mmx(short *block);
#endif
#ifdef __cplusplus
}
www.eeworm.com/read/177008/5334117
c idct_llm_int.c
/*******************************************************************
IDCT module used LLM algorithm (based IJG idct_int.c)
******************************************************************
www.eeworm.com/read/177008/5334151
asm idct_llm_mmx.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 偍栺懇
.586
.mmx
.model flat
_TEXT64 segment page public use32 'CODE'
align 8
;--------------------------------------------
www.eeworm.com/read/177008/5334215
h idct_llm_int.h
#ifndef IDCT_LLM_INT_H
#define IDCT_LLM_INT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IDCT_LLM_INT_C
extern void __stdcall idct_llm_int(short *block);
#endif
#ifdef __cplusplus
}