代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/333254/12693220
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/245201/12810948
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/239116/13302511
vhd randgen.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
package rand is
component randGen -- loadable LFSR random number generator
generic
(
DATA_WIDTH: natural := 8
);
www.eeworm.com/read/136959/13352042
c str27seg.c
/*
** STR27SEG.C - Convert numeric strings to 7-segment strings.
**
** Public domain by Bob Stout
**
** Input: A string (NUL-delimited char array) containing only digits
** ('0' - '9' cha
www.eeworm.com/read/136959/13352066
h ext_keys.h
/*
** Keyboard I/O header file.
**
** ext_getch() returns:
**
** 0->255 Normal key
** 256->511 Numeric pad key or Function key
** 512->767 Cursor pad key or Num
www.eeworm.com/read/320163/13431859
html change.html
rel 0.22 : NEW FEATURES
categories filter with flat view.
informative item type
numeric item type
long date format in task details view
fast date se
www.eeworm.com/read/302945/13824483
sql idmax.sql
SET ARITHABORT, CONCAT_NULL_YIELDS_NULL, ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, QUOTED_IDENTIFIER ON
SET NUMERIC_ROUNDABORT OFF
GO
:setvar DatabaseName "idMax"
:setvar PrimaryFilePhysicalName
www.eeworm.com/read/302945/13824488
sql bbsmax.sql
SET ARITHABORT, CONCAT_NULL_YIELDS_NULL, ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, QUOTED_IDENTIFIER ON
SET NUMERIC_ROUNDABORT OFF
GO
:setvar DatabaseName "bbsMax"
:setvar PrimaryFilePhysicalNam
www.eeworm.com/read/140727/5782405
gnumakefile
# file: $isip/class/numeric/Bark/GNUmakefile
# version: $Id: GNUmakefile,v 1.1 2001/04/24 19:22:13 srivasta Exp $
#
# this make file builds the Warp class
#
# define the source files
#
ISIP_FILES = *
www.eeworm.com/read/140727/5782411
gnumakefile
# file: $isip/class/numeric/Chebyshev/GNUmakefile
# version: $Id: GNUmakefile,v 1.1 2001/07/04 23:03:03 picone Exp $
#
# define the source files
#
ISIP_FILES = *.cc
# define the header files that ne