代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/154279/11975344
htm ref_t-z.htm
tan method
Returns the tangent of a number.
语法
Math.tan(number)
number is a numeric expression repres
www.eeworm.com/read/153254/12048251
h display.h
/** \file display.h
* Definitions for high level display.
*/
#ifndef DISPLAY_H
#define DISPLAY_H
#define DS_STATIC 0
#define DS_TEXT 1
#define DS_NUMERIC 2
#define DS_PERCENTAGE 3
#define DS_NO_YE
www.eeworm.com/read/152752/12088724
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
www.eeworm.com/read/152752/12088771
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
www.eeworm.com/read/152752/12088841
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
www.eeworm.com/read/152752/12088899
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
www.eeworm.com/read/148705/12439164
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/233403/14155063
vhd sinetest4ksample1.1ksignal.vhd
library ieee;
use ieee.std_logic_1164.all;
--use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity SineTest4KSample1_1KSignal is
end entity SineTest4KSample1_1KSignal;
architecture
www.eeworm.com/read/128256/14308230
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/125987/14453113
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