代码搜索:DIVIDE
找到约 3,162 项符合「DIVIDE」的源代码
代码结果 3,162
www.eeworm.com/read/299485/7847368
txt divide.txt
-----------compare
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity compare2 is
port(q:in std_logic_vector(8 downto 0);
b:in std_logic_vector(7 downto 0);
www.eeworm.com/read/398578/7935985
h divide.h
#include
#include"POW.h"
struct head *PlusZeros(struct head *headnode, int num)
{
struct node *nodepointer = new struct node;
int dig;
int i;
char a[9] = "";
string buff
www.eeworm.com/read/195697/8135077
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/195697/8135132
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/333254/12692766
cpp divide.cpp
// divide.cpp -- integer and floating-point division
#include
int main()
{
using namespace std;
cout.setf(ios_base::fixed, ios_base::floatfield);
cout
www.eeworm.com/read/246674/12713620
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/144743/12774451
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/144743/12774534
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/245818/12779458
c divide.c
/* divide.c -- divisions we have known */
#include
int main(void)
{
printf("integer division: 5/4 is %d \n", 5/4);
printf("integer division: 6/3 is %d \n", 6/3);
p
www.eeworm.com/read/245183/12812491
v divide.v
//////////////////////////////////////////////////////////////////////
//// ////
//// divide for 8051 Core ////
//// ////
//// This file is part of the 8051 cores proj