代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/371680/9542366
m times.m
function y = times(x,y)
% Elementwise multiplication x.*y for ADTAYL objects.
% Either of x or y can be numeric, and either can be scalar (1 by 1). If
% neither is scalar, they must have the same s
www.eeworm.com/read/425665/10339732
vhd combsquareroot.vhd
LIBRARY ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity CombSquareRoot is
port (
InData : in unsigned(15 downto 0);
result : out unsigned(7 downto 0)
www.eeworm.com/read/161772/10376737
c input.c
/* Demonstrates using scanf() to input numeric and text data. */
#include
char lname[257], fname[257];
int count, id_num;
int main( void )
{
/* Prompt the user. */
put
www.eeworm.com/read/161374/10421230
arff cpu.arff
%
% As used by Kilpatrick, D. & Cameron-Jones, M. (1998). Numeric prediction
% using instance-based learning with encoding length selection. In Progress
% in Connectionist-Based Information Systems. S
www.eeworm.com/read/278099/10569683
h ext_keys.h
/* +++Date last modified: 05-Jul-1997 */
/*
** Keyboard I/O header file.
**
** ext_getch() returns:
**
** 0->255 Normal key
** 256->511 Numeric pad key or Function
www.eeworm.com/read/270963/11017815
cpp 12-10-04.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
int A[] = {1, 4, 9, 16, 25, 36, 49, 64, 81, 100};
const int N = sizeof(A) / sizeo
www.eeworm.com/read/468248/6995599
vhd autozero.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.numeric_std.ALL;
package AutoZero_pkg IS
component AutoZero IS
--generic (
-- LPF_A : integer range 0 to 32767 := 200; -
www.eeworm.com/read/397190/8063459
txt vhdl实现dmf匹配滤波器.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity mf_parallel_tap is
generic(
iInDataWidth : integer :=8;
iOutDataWidth : integer :=16;
iOverSampleRate: integer :
www.eeworm.com/read/246671/12715200
arff cpu.arff
%
% As used by Kilpatrick, D. & Cameron-Jones, M. (1998). Numeric prediction
% using instance-based learning with encoding length selection. In Progress
% in Connectionist-Based Information Systems. S
www.eeworm.com/read/145086/12754129
cpp test_gentic.cpp
#include
#include
#include
#include
#include
#include
#include
using namespace std;
void generate_colony(int **colony,