代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/478645/6711936
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/478474/6717954
vhdl serial_implementation.vhdl
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY serial_implementation IS
GENERIC (WIDTH:INTEGER:=8;
N:INTEGER:=4);
PORT (reset,start,clk:STD_LOGIC;
www.eeworm.com/read/407961/11406997
vhd accum.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity accumulator is port (
a: in std_logic_vector(3 downto 0);
clk, reset: in std_logic;
www.eeworm.com/read/407961/11406999
vhd cntlden.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
load: in std_logic;
www.eeworm.com/read/407961/11407004
vhd cntload.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
load: in std_logic;
www.eeworm.com/read/402770/11528120
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/402283/11539684
c mycalc.c
/*
* mycalc.c - calculates x^2 - x + 1/x for each element of an array.
*
* MATLAB usage: p = mycalc(n)
*
* Mastering MATLAB 7 C MEX Example 2:
* single 2-D real numeric array input,
www.eeworm.com/read/261494/11641420
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/260117/11746430
vhm uart.vhm
--
-- Written by Synplicity
-- Tue Jul 17 10:47:47 2007
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
library xp