代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/284171/8957846
vhd bennoc.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use ieee.numeric_std.all;
entity bennoc is
port (
-- Mips clock.
MIPS_CLK: in STD_LOGIC;
-- Interface clock.
www.eeworm.com/read/282682/9074379
cpp accumulatepromain.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
int na[] = {1,2,3,4};
// list nlist(na, na+4);
lis
www.eeworm.com/read/184555/9094041
sql yh20040515184313.sql
--表'yh'的结构
if exists (select * from sysobjects where id = OBJECT_ID('yh') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE yh
CREATE TABLE yh(UserID numeric not null,Name nvarchar (50) not
www.eeworm.com/read/184555/9094043
sql yh20040816163952.sql
--表'yh'的结构
if exists (select * from sysobjects where id = OBJECT_ID('yh') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE yh
CREATE TABLE yh(UserID numeric not null,Name nvarchar (50) not
www.eeworm.com/read/182370/9205915
hpp matrix_types.hpp
#ifndef ULAPACK_MATRIX_TYPEDEFS_HPP_
#define ULAPACK_MATRIX_TYPEDEFS_HPP_
namespace ulapack {
namespace ublas = boost::numeric::ublas;
template
www.eeworm.com/read/175135/9558622
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout
www.eeworm.com/read/358682/10182198
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout
www.eeworm.com/read/354492/10349676
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/279234/10453941
pl fig02_19.pl
#!/usr/bin/perl
# Fig. 2.19: fig02_19.pl
# Program to illustrate numeric and string context, and undef
$string = "Top 10";
$number = 10.0;
print "Number is 10.0 and string is 'Top 10'\n\n";
www.eeworm.com/read/278058/10577900
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout