代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/295512/8156589
cpp p4-190.cpp
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT,其存放int型数据
typedef list LISTINT;
void main(void)
{
//用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/295491/8158857
cpp p4-190.cpp
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT,其存放int型数据
typedef list LISTINT;
void main(void)
{
//用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/195327/8163785
cpp p4-190.cpp
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT,其存放int型数据
typedef list LISTINT;
void main(void)
{
//用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/170603/9796777
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0)
#endif
www.eeworm.com/read/170603/9796801
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0)
#endif
www.eeworm.com/read/170603/9796837
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0)
#endif
www.eeworm.com/read/170603/9796869
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0)
#endif
www.eeworm.com/read/412328/11204448
testbench
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity divclk1_tb is
end divclk1_tb;
architecture behavior of divclk1_tb is
component divclk1
port(clk: in std_logic;
divclk:
www.eeworm.com/read/412328/11204482
testbenchnew
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity divclk1_tb is
end divclk1_tb;
architecture behavior of divclk1_tb is
component divclk1
port(clk: in std_logic;
divclk:
www.eeworm.com/read/334951/12559620
cpp zbrent.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::zbrent(DP func(const DP), const DP x1, const DP x2, const DP tol)
{
const int ITMAX=100;
const DP EPS=numeric_