代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/277143/10661026
cpp ex336_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/349668/10805067
txt applet 代码2.txt
作者:blackwhites
email: blackwhites@sohu.com
日期:2000-10-11 15:02:01
Limit TextField input to numeric valueimport java.awt.*;
import java.awt.event.*;
public class TextFieldWithLimit extends Tex
www.eeworm.com/read/271686/10983950
txt applet 代码2.txt
作者:blackwhites
email: blackwhites@sohu.com
日期:2000-10-11 15:02:01
Limit TextField input to numeric valueimport java.awt.*;
import java.awt.event.*;
public class TextFieldWithLimit extends Tex
www.eeworm.com/read/271074/11009507
vhd strober.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.Constants.all;
entity Strober is
port (reset, clk : in std_logic;
strobe : in std_logic;
sample : in
www.eeworm.com/read/468251/6995613
vhd sin_cos.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library altera_mf;
use altera_mf.all;
entity sin_cos is
port(
clk : in std_logic;
www.eeworm.com/read/431705/7132958
vhd sine_wave.vhd
-- Synthesisable design for a sine wave generator
-- Copyright Doulos Ltd
-- SD, 07 Aug 2003
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.sine_package.all;
www.eeworm.com/read/455033/7379340
hpp ffglut.hpp
/*
* ffglut.hpp
* ff
*
* Created by FrÈdÈric Hecht on 04/11/08.
* Copyright 2008 UPMC. All rights reserved.
*
*/
extern int debug;
static const double dinfty=numeric_limits::max();
www.eeworm.com/read/447464/7550670
vhd test_bench.vhd
-- Test Bench for kcpsm3_int_test.vhd
--
-- Ken Chapman - Xilinx Ltd - June 2003
--
--
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY testbench IS
END testbench
www.eeworm.com/read/439761/7701942
vhd top_level_tb.vhd
-- TestBench Template
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY TOP_LEVEL_TB IS
END TOP_LEVEL_TB;
ARCHITECTURE BEHAVE OF TOP_LEVEL_TB IS
-- *********
www.eeworm.com/read/398898/7912191
vhd strober.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.Constants.all;
entity Strober is
port (reset, clk : in std_logic;
strobe : in std_logic;
sample : in