代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/347853/11630981
pro ans_199.pro
/*
Turbo Prolog 2.0, Answer to the Exercise on page 199.
Copyright (c) 1986, 88 by Borland International, Inc
*/
Domains
integerlist = integer*
Predicates
even_member ( in
www.eeworm.com/read/347629/11652869
vhd 34_readwrite.vhd
package p is
attribute cycle_time:Time;
attribute max_cycles:Integer;
attribute clock_phases:Integer;
attribute Integer_width:Integer;
Type my_integer is range -2**15 to 2*
www.eeworm.com/read/155522/11866855
v smultiply_sim.v
/*********************************************************/
// MODULE: signed integer multiplier simulation
//
// FILE NAME: smultiply_sim.v
// VERSION: 1.0
// DATE: January 1, 1999
// AUTHOR
www.eeworm.com/read/153614/12020951
vhd 34_readwrite.vhd
package p is
attribute cycle_time:Time;
attribute max_cycles:Integer;
attribute clock_phases:Integer;
attribute Integer_width:Integer;
Type my_integer is range -2**15 to 2*
www.eeworm.com/read/153613/12021495
txt gen_sram.txt
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/151305/12220419
vhd 34_readwrite.vhd
package p is
attribute cycle_time:Time;
attribute max_cycles:Integer;
attribute clock_phases:Integer;
attribute Integer_width:Integer;
Type my_integer is range -2**15 to 2*
www.eeworm.com/read/149028/12408228
vhd 34_readwrite.vhd
package p is
attribute cycle_time:Time;
attribute max_cycles:Integer;
attribute clock_phases:Integer;
attribute Integer_width:Integer;
Type my_integer is range -2**15 to 2*
www.eeworm.com/read/169697/5412977
in fcoll_test.f.in
program main
implicit none
include 'mpif.h'
@F77MPIOINC@
! Fortran equivalent of coll_test.c
integer FILESIZE
parameter (FILESIZE=32*32*32*4)
! A 32^3
www.eeworm.com/read/169697/5412998
in pfcoll_test.f.in
program main
implicit none
include 'mpif.h'
@F77MPIOINC@
! This is the same as fcoll_test.f, but uses the PMPI versions
! of all functions in order to test the profil
www.eeworm.com/read/475842/6765534
vhd div_aegp.vhd
-- Convergence division after Anderson, Earle, Goldschmidt,
LIBRARY ieee; -- and Powers
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
USE ieee.std_l