代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/172621/9699839
vhd huffman_en_full.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
use IEEE.numeric_std.all;
ENTITY huffman_en IS
PORT (
CLK
www.eeworm.com/read/368362/9700107
vhd huffman_en_full.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
use IEEE.numeric_std.all;
ENTITY huffman_en IS
PORT (
CLK
www.eeworm.com/read/248954/12530300
cpp 10_43.cpp
#include
#include //包含数值算法头文件
using namespace std;
class multclass //定义multclass类
{ public:
int operator()(int x, int y) const {return x*y;} //重载操作符operator()
};
void m
www.eeworm.com/read/248954/12530352
cpp 10_44.cpp
#include
#include //包含数值算法头文件
#include //包含标准函数对象头文件
using namespace std;
void main()
{ int A[] = {1, 2, 3, 4, 5}; const int N = sizeof(A) / sizeof(int);
www.eeworm.com/read/334951/12558960
cpp gser.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gser(DP &gamser, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::ep
www.eeworm.com/read/146782/12613053
vhd max_256_count.vhd
library ieee;
use ieee.numeric_bit.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity MAX_256_Count is
--generic (Byte : integer :=8);
port(
CLK,OE,reset :
www.eeworm.com/read/247668/12634390
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/200438/15433430
m num2bin.m
function z = num2bin(x,dotrim)
%z = num2bin(x,dotrim)
%Convert floating point numbers in x to
%binary format. x must be finite and numeric
%Trim trailing zeros in string fraction if dotrim ~= 0
%Its
www.eeworm.com/read/112818/15476104
vhd cyclone32.vhd
-- cyclone32 top entity
-- forms a wrapper around the nios_module
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity cyclone32 is
port (
clk : in std_logic;
--
www.eeworm.com/read/106929/15617079
cpp gser.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gser(DP &gamser, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::ep