代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/244597/12854888
cpp arcmak.cpp
#include
#include "nr.h"
using namespace std;
void NR::arcmak(Vec_I_ULNG &nfreq, unsigned long nchh, unsigned long nradd,
arithcode &acode)
{
const unsigned long MAXULNG=numeric_lim
www.eeworm.com/read/244041/12896361
vhm addr_select.vhm
--
-- Written by Synplicity
-- Sun Dec 03 17:53:40 2006
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
entity A
www.eeworm.com/read/140665/13069440
cpp arcmak.cpp
#include
#include "nr.h"
using namespace std;
void NR::arcmak(Vec_I_ULNG &nfreq, unsigned long nchh, unsigned long nradd,
arithcode &acode)
{
const unsigned long MAXULNG=numeric_lim
www.eeworm.com/read/239116/13302481
vhd atacntl.vhd
library IEEE, UNISIM;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use WORK.common.all;
package ata is
component pioIntfc
generic(
FREQ: natural := 50_000 -- operatin
www.eeworm.com/read/312211/13616059
cpp arcmak.cpp
#include
#include "nr.h"
using namespace std;
void NR::arcmak(Vec_I_ULNG &nfreq, unsigned long nchh, unsigned long nradd,
arithcode &acode)
{
const unsigned long MAXULNG=numeric_lim
www.eeworm.com/read/306993/13733681
c x264_gtk_rc.c
#include
#include "x264_gtk_i18n.h"
#include "x264_gtk_private.h"
/* Callbacks */
static void _insert_numeric (GtkEditable *editable,
const gchar *text,
www.eeworm.com/read/302541/13832514
vhd clockdivider.vhd
--This thing really needs a generic so I can use it more then once.
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
ENTITY clockdivider IS
GENERIC ( divide_by : natura
www.eeworm.com/read/140727/5782410
cc bark_00.cc
// file: $isip/class/numeric/Bark/bark_00.cc
// version: $Id: bark_00.cc,v 1.3 2001/06/08 23:46:48 picone Exp $
//
// isip include files
//
#include "Bark.h"
//--------------------------------------
www.eeworm.com/read/140727/5782416
cc cheb_00.cc
// file: $isip/class/numeric/Chebyshev/cheb_00.cc
// version: $Id: cheb_00.cc,v 1.1 2001/07/04 22:57:09 picone Exp $
//
// isip include files
//
#include "Chebyshev.h"
//----------------------------
www.eeworm.com/read/140727/5782426
cc mel_00.cc
// file: $isip/class/numeric/Mel/mel_00.cc
// version: $Id: mel_00.cc,v 1.3 2001/06/09 00:57:35 picone Exp $
//
// isip include files
//
#include "Mel.h"
//------------------------------------------