代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/383177/8964406
c decode_geoscope.c
/*===========================================================================*/
/* SEED reader | decode_geoscope | process data */
/*=======================================
www.eeworm.com/read/383177/8964430
c decode_rstn.c
/*===========================================================================*/
/* SEED reader | decode_sro | process data */
/*======================================
www.eeworm.com/read/383177/8964446
c decode_graef.c
#include "rdseed.h"
#define MANTISSA_MASK 0xfff0 /* mask for mantissa */
#define GAINRANGE_MASK 0x000f /* mask for gainrange factor */
#define SHIFT 4 /* # bits in mantissa */
float g
www.eeworm.com/read/383177/8964457
c decode_sro.c
/*===========================================================================*/
/* SEED reader | decode_sro | process data */
/*======================================
www.eeworm.com/read/383177/8964468
c decode_echery.c
/*===========================================================================*/
/* SEED reader | decode_sro | process data */
/*======================================
www.eeworm.com/read/283884/8982310
c swfdec_text.c
/* Swfdec
* Copyright (C) 2003-2006 David Schleef
* 2005-2006 Eric Anholt
* 2006 Benjamin Otte
*
* This library is free software; you
www.eeworm.com/read/283400/9024959
c aa_hirespixels.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/381211/9104199
m quant.m
function [y,scl,shft]=quant(x,n)
% [y,scl,shft]=quantize(x,n)
%
% Inputs: x =vector with real elements.
% n =number of bits per quantized element of x.
%
% Outputs: y =quantized
www.eeworm.com/read/282090/9120080
cpp jdcoefct.cpp
/*
* jdcoefct.c
*
* Copyright (C) 1994-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/183855/9134588
c feret_neighbor.c
/*---------------------------------------------------------------
PROGRAM : neighbor.c
DATE : 8/3/94
AUTHOR : Wasiuddin Wahid, wasi@media.mit.edu
_________________________________________