代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/140727/5782442
cc nonlin_02.cc
// file: $isip/class/numeric/NonlinearOptimization/nonlin_02.cc
// version: $Id: nonlin_02.cc,v 1.3 2001/05/03 18:42:06 srivasta Exp $
//
// isip include files
//
#include "NonlinearOptimization.h"
#
www.eeworm.com/read/140727/5782447
cc bes_00.cc
// file: $isip/class/numeric/Bessel/bes_00.cc
// version: $Id: bes_00.cc,v 1.2 2001/07/04 22:57:40 picone Exp $
//
// isip include files
//
#include "Bessel.h"
//------------------------------------
www.eeworm.com/read/255407/6291028
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/478472/6717948
vhdl direct_implementation.vhdl
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY direct_implementation IS
GENERIC (WIDTH:INTEGER:=8;
N:INTEGER:=4);
PORT (reset,start:STD_LOGIC;
www.eeworm.com/read/406664/11437954
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/157007/11745204
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/259722/11771450
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/156364/11808714
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/258434/11864462
c fmtmoney.c
/*
** FMTMONEY.C - Format a U.S. dollar value into a numeric string
**
** public domain demo by Bob Stout
*/
#include
#include
#include
#include