代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/376468/2710502

sql unitproperty.sql

create table unitproperty( district char(24) not null, //单位属地 unittype char(24) not null, //单位类型 payper numeric(4,2) not null, //单位筹款比例 wbcode char(10) null, //五笔码 pycode char(10) null, //拼音码
www.eeworm.com/read/362216/2936315

m mu_lookup_mode_num_by_name.m

function mode_num = MU_lookup_mode_num_by_name(mode) % MU_lookup_mode_num_by_name -- Return the numeric mode code by mode name. % %****f* lib.utils/MU_lookup_mode_num_by_name % % NAME % MU_lookup_mo
www.eeworm.com/read/475731/6776774

py compfft.py

#!/usr/bin/env python # use FFTPACK as a baseline import FFT from Numeric import * import math import random import sys import struct import fft pi=math.pi e=math.e j=complex(0,1) lims=(-32768,32767
www.eeworm.com/read/471796/6882012

vhd list_ch12_03_pong_gra_st.vhd

-- Listing 12.3 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity pong_graph_st is port( video_on: in std_logic; pixel_x,pixel_y: in std_logic_vector(9
www.eeworm.com/read/471796/6882019

vhd list_ch11_02_x_ram_1p_sync.vhd

-- Listing 11.1 -- Single-port RAM with synchronous read -- Modified from XST 8.1i rams_07 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity xilinx_one_port_ram_sync is
www.eeworm.com/read/471796/6882020

vhd list_ch11_01_x_ram_1p_async.vhd

-- Listing 11.1 -- Single-port RAM with synchronous read -- Modified from XST 8.1i rams_07 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity xilinx_one_port_ram_sync is
www.eeworm.com/read/471796/6882021

vhd list_ch11_04_x_ram_2p_sync.vhd

-- Listing 11.4 -- Dual-port RAM with synchronous read -- Modified from XST 8.1i rams_11 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity xilinx_dual_port_ram_sync is
www.eeworm.com/read/471796/6882076

vhd list_ch13_06_pong_text.vhd

-- Listing 13.6 library ieee; use ieee.std_logic_1164.ALL; use ieee.numeric_std.ALL; entity pong_text is port( clk, reset: in std_logic; pixel_x, pixel_y: in std_logic_vector(9 d
www.eeworm.com/read/471796/6882078

vhd list_ch13_07_pong_graph.vhd

-- Listing 13.7 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity pong_graph is port( clk, reset: std_logic; btn: std_logic_vector(1 downto 0); pixel_x,p
www.eeworm.com/read/334951/12559658

cpp rofunc.cpp

#include #include #include "nr.h" using namespace std; extern DP aa,abdevt; extern const Vec_DP *xt_p,*yt_p; DP NR::rofunc(const DP b) { const DP EPS=numeric_limits::