代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/214183/15111446
vhf batmouse.vhf
-- Vhdl model created from schematic batmouse.sch - Mon Jun 21 22:49:06 2004
LIBRARY ieee;
LIBRARY UNISIM;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
USE UNISIM.Vcomponents.ALL;
www.eeworm.com/read/214051/15115130
m parameters2vector.m
function [vector,names,relevant] = parameters2vector(kinetics,S_ext,S_ext_names)
% [vector,names,relevant] = parameters2vector(kinetics,S_ext,S_ext_names)
switch kinetics.type,
case 'numeric',
www.eeworm.com/read/735/4751
c clustercomplex.c
#include "extcode.h"
#include
#include
/* LabVIEW created typdefs */
typedef struct {
int32 dimSize;
long Numeric[1];
} TD3;
typedef TD3 **TD3Hdl;
typedef struct
www.eeworm.com/read/10316/184651
c clustercomplex.c
#include "extcode.h"
#include
#include
/* LabVIEW created typdefs */
typedef struct {
int32 dimSize;
long Numeric[1];
} TD3;
typedef TD3 **TD3Hdl;
typedef struct
www.eeworm.com/read/17156/720657
c clustercomplex.c
#include "extcode.h"
#include
#include
/* LabVIEW created typdefs */
typedef struct {
int32 dimSize;
long Numeric[1];
} TD3;
typedef TD3 **TD3Hdl;
typedef struct
www.eeworm.com/read/17492/732726
vhd rom_c64_chargen.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.numeric_std.ALL;
entity rom_c64_chargen is
port (
clk: in std_logic;
addr: in unsigned(11 downto 0);
do: out unsigned(7 downto 0)
www.eeworm.com/read/17492/732727
vhd rom_c64_basic.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.numeric_std.ALL;
entity rom_c64_basic is
port (
clk: in std_logic;
addr: in unsigned(12 downto 0);
do: out unsigned(7 downto 0)
);
www.eeworm.com/read/17492/732728
vhd rom_c64_kernal.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.numeric_std.ALL;
entity rom_c64_kernal is
port (
clk: in std_logic;
addr: in unsigned(12 downto 0);
do: out unsigned(7 downto 0)
)
www.eeworm.com/read/18521/793071
vhf samkmorsy.vhf
-- Vhdl model created from schematic samkmorsy.sch - Fri Jun 18 19:45:46 2004
LIBRARY ieee;
LIBRARY UNISIM;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
USE UNISIM.Vcomponents.ALL;
www.eeworm.com/read/18521/793074
vhf batmouse.vhf
-- Vhdl model created from schematic batmouse.sch - Mon Jun 21 22:49:06 2004
LIBRARY ieee;
LIBRARY UNISIM;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
USE UNISIM.Vcomponents.ALL;