代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/426147/10283205
cpp main.cpp
#include
#include
using namespace std;
int multiply(int x, int y){
return x * y;
}
int main(void){
int iArray[5]={1, 2, 3, 4, 5};
cout
www.eeworm.com/read/280774/10292621
py fastfir.py
#!/usr/bin/env python2.3
from Numeric import *
from FFT import *
def make_random(len):
import random
res=[]
for i in range(int(len)):
r=random.uniform(-1,1)
i=random.unif
www.eeworm.com/read/277143/10661989
cpp ex438_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include
www.eeworm.com/read/276983/10690281
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/420704/10780120
h uint64.h
// uint64.h
// minimal double precision unsigned int arithmetics for numeric_facets support.
// Written by Tsutomu Yoshida, Minokamo, Japan. 03/25/2000
#ifndef _UINT64_H
#define _UINT64_H
te
www.eeworm.com/read/274718/10856728
cpp 10_43.cpp
#include
#include //包含数值算法头文件
using namespace std;
class multclass //定义multclass类
{ public:
int operator()(int x, int y) const {return x*y;} //重载操作符operator()
};
void m
www.eeworm.com/read/274718/10856768
cpp 10_44.cpp
#include
#include //包含数值算法头文件
#include //包含标准函数对象头文件
using namespace std;
void main()
{ int A[] = {1, 2, 3, 4, 5}; const int N = sizeof(A) / sizeof(int);
www.eeworm.com/read/272824/10942804
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/455289/7374678
cpp main.cpp
#include
#include
using namespace std;
int multiply(int x, int y){
return x * y;
}
int main(void){
int iArray[5]={1, 2, 3, 4, 5};
cout
www.eeworm.com/read/450875/7475381
vhd seven_seg_impl.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity seven_seg_impl is
port
(
clk : in std_logic; -- 50 MHZ clock
sw_7_4 : in std_log