代码搜索:DIVIDE
找到约 3,162 项符合「DIVIDE」的源代码
代码结果 3,162
www.eeworm.com/read/253260/12234382
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/253260/12235209
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/252912/12255111
java divide.java
class Divide
{
public static void main(String[] args)
{
float number1 = 15;
float number2 = 6;
float result = number1 / number2;
float remainder = numbe
www.eeworm.com/read/250827/12382493
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/250773/12385406
inc _divide.inc
/************************************************************************
*
* _divide.inc : $Revision: 1.12 $
*
* (c) Copyright 2002 Analog Devices, Inc. All rights reserved.
*
**********
www.eeworm.com/read/337096/12391488
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/232262/14200341
v divide.v
//////////////////////////////////////////////////////////////////////
//// ////
//// divide for 8051 Core ////
//// ////
//// This file is part of the 8051 cores proj
www.eeworm.com/read/231684/14223655
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/231684/14223690
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