代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/400650/2348725
c time_solver.c
#include "diff_solver.h"
#include "diff_system.h"
#include "dof_map.h"
#include "numeric_vector.h"
#include "time_solver.h"
TimeSolver::TimeSolver (sys_type& s)
: quiet(true),
reduce_deltat_
www.eeworm.com/read/376468/2710500
sql consproperty.sql
create table consproperty(
hosdistrict char(24) not null, //医院属地
persontype char(24) not null, //个人类型
personcons numeric(4,2) not null, //个人自付比例
wbcode char(10) null, //五笔码
pycode char(10)
www.eeworm.com/read/359371/2978287
cpp main.cpp
#include
#include
int main(void){
using namespace std;
cout
www.eeworm.com/read/359371/2978292
cpp main.cpp
#include
#include
int add(int x, int y){
return x + y;
}
int mul(int x, int y){
return x * y;
}
int main(void){
using namespace std;
int iArray1[3]={2, 5, 4};
www.eeworm.com/read/471796/6881992
vhd list_ch03_18_shift_test.vhd
-- Listing 3.18
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity shifter_test is
port(
sw: in std_logic_vector(7 downto 0);
btn: in std_logic_vector(2
www.eeworm.com/read/471796/6881998
vhd list_ch03_09_10_add.vhd
-- Listing 3.9
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity add_w_carry is
port(
a, b: in std_logic_vector(3 downto 0);
cout: out std_logic;
www.eeworm.com/read/471796/6882002
vhd list_ch03_15_smadd_test.vhd
-- Listing 3.15
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity sm_add_test is
port(
clk: in std_logic;
btn: in std_logic_vector(1 downto 0);
s
www.eeworm.com/read/471796/6882023
vhd list_ch11_05_x_rom_async.vhd
-- Listing 11.5
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity rom_template is
port(
addr: in std_logic_vector(3 downto 0);
data: out std_logic_vecto
www.eeworm.com/read/471796/6882026
vhd list_ch10_02_sram_test1.vhd
-- Listing 10.2
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity ram_ctrl_test is
port(
clk, reset: in std_logic;
sw: in std_logic_vector(7 downto 0);
www.eeworm.com/read/471796/6882027
vhd list_ch09_01_ps2_tx.vhd
-- Listing 9.1
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity ps2_tx is
port (
clk, reset: in std_logic;
din: in std_logic_vector(7 downto 0);