代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/251907/12312088
vhd videogenerator.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity VideoGenerator is
port(
clk: in std_logic ;
UARTrx: in std_logic ;
UARTtx: out std_logic ;
VGAr: out std_lo
www.eeworm.com/read/223089/14659819
vhd state.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
USE ieee.std_logic_unsigned.ALL;
USE ieee.std_logic_arith.ALL;
ENTITY state IS
PORT (clk :IN std_logic;
www.eeworm.com/read/121543/14751692
h main.h
#include
#include
#include
#include
#include
#include
#define WORD 0x0
#define NUMERIC 0x2
www.eeworm.com/read/735/4757
c clustersimples_awrap.c
#include "extcode.h"
#include
/* LabVIEW created typdefs */
typedef struct {
int32 dimSize;
long Numeric[1];
} TD3;
typedef TD3 **TD3Hdl;
typedef struct {
double DBL;
LSt
www.eeworm.com/read/10316/184657
c clustersimples_awrap.c
#include "extcode.h"
#include
/* LabVIEW created typdefs */
typedef struct {
int32 dimSize;
long Numeric[1];
} TD3;
typedef TD3 **TD3Hdl;
typedef struct {
double DBL;
LSt
www.eeworm.com/read/15127/432585
cpp bessj.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::bessj(const int n, const DP x)
{
const DP ACC=160.0;
const int IEXP=numeric_limits::max_exponent/2;
bool
www.eeworm.com/read/15127/432812
cpp bessi.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::bessi(const int n, const DP x)
{
const DP ACC=200.0;
const int IEXP=numeric_limits::max_exponent/2;
int
www.eeworm.com/read/17156/720663
c clustersimples_awrap.c
#include "extcode.h"
#include
/* LabVIEW created typdefs */
typedef struct {
int32 dimSize;
long Numeric[1];
} TD3;
typedef TD3 **TD3Hdl;
typedef struct {
double DBL;
LSt
www.eeworm.com/read/17546/737939
vhd audio_dac.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
ENTITY AUDIO_DAC IS
port
(
Sound_L : in UNSIGNED(15 downto 0);
Sound_R : in UNSIGNED(15 downto 0);
-- Audio S
www.eeworm.com/read/17670/753430
vhd lvds_post.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.all;
USE ieee.numeric_std.ALL;
ENTITY lvds_post IS
END lvds_post;
ARCHITECTURE behavior OF lvds_post IS
-- Component