代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/431464/8676002
bak motorcombustion.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
use ieee.numeric_std.all;
entity motorcombustion is
port(
--entradas
clock : s
www.eeworm.com/read/286613/8755731
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/286613/8756321
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/182678/9195723
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/180877/9282138
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/179957/9326320
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/174605/9580043
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/169081/9881539
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/164439/10108002
m mat2huff.m
function y = mat2huff(x)
if ndims(x) ~= 2 | ~isreal(x) | (~isnumeric(x) & ~islogical(x))
error('X must be a 2-D real numeric or logical matrix');
end
%
y.size = unit32(size(x));
%
%
www.eeworm.com/read/426362/10257131
txt fft1.txt
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
PACKAGE untitled_pkg IS
TYPE vector_of_std_logic_vector16 IS ARRAY (NATURAL RANGE ) OF INTEGER;
END untitled_pkg;
libra