代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/323894/3507350
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_counter is
generic(
lpm_width : integer := 1;
lpm_direction : string := "UNUSED";
lpm_modulus : integer :
www.eeworm.com/read/320652/3543114
c fegetround.c
/* Return current rounding direction.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat
www.eeworm.com/read/320652/3543317
c fegetround.c
/* Return current rounding direction.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it an
www.eeworm.com/read/320652/3545280
c s_llrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 1999, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/320652/3545328
c s_lrint.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/320652/3545371
c s_llrint.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/320652/3545463
c s_llrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/320652/3545476
c s_lrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/320652/3545854
c fegetround.c
/* Return current rounding direction.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it an
www.eeworm.com/read/315720/3616556
java bullet.java
import java.awt.*;
public class bullet{
private int xPos;
private int yPos;
private Rectangle bullet;
private int direction;
private int Speed;
private int bulletpower;
public bulle