代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/226304/14481774
upg consume.upg
Consumer Devices
NORMAL
00 Unassigned
01 Consumer Control
02 Numeric Key Pad
04-1F Reserved
20 +10
21 +100
22 AM/PM
23-3F Reserved
30 Power
31 Reset
32 Sleep
33 Sleep After
34 Sleep Mode
www.eeworm.com/read/125549/14486503
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/124229/14585456
py compfft.py
#!/usr/bin/env python2.3
# 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,32
www.eeworm.com/read/222495/14688233
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/220921/14783612
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/218418/14921198
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/216898/14988291
m4 ac_cxx_standard_library.m4
AC_DEFUN([AC_CXX_STANDARD_LIBRARY],[
AC_MSG_NOTICE([
Which library features does your compiler provide?
])
AC_CXX_HAVE_COMPLEX
AC_CXX_HAVE_COMPLEX_FCNS
AC_CXX_HAVE_NUMERIC_LIMITS
AC_CXX_HAVE_CLI
www.eeworm.com/read/212352/15159109
vhd shft_reg.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
Entity shft_reg is
Port (
DIR : in std_logic;
CLK : in s
www.eeworm.com/read/210233/15203551
ant qd_tw.ant
-- E:\VHDL\WAITPAST\QIANGDAQI4REN
-- VHDL Annotation Test Bench created by
-- HDL Bencher 6.1i
-- Sat Mar 24 14:51:18 2007
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
US
www.eeworm.com/read/208256/15250163
vhf lcd162.vhf
-- VHDL model created from lcd162.sch - Tue Apr 17 11:12:23 2007
library ieee;
use ieee.std_logic_1164.ALL;
use ieee.numeric_std.ALL;
-- synopsys translate_off
library UNISIM;
use UNISIM.Vco