代码搜索:DIVIDE
找到约 3,162 项符合「DIVIDE」的源代码
代码结果 3,162
www.eeworm.com/read/422432/10637693
v divide.v
//////////////////////////////////////////////////////////////////////
//// ////
//// divide for 8051 Core ////
//// ////
//// This file is part of the 8051 cores proj
www.eeworm.com/read/277457/10638054
cpp divide.cpp
#include
using namespace std;
int main()
{
double value = 0;
if (value != 0 && 1 / value < 1000) {
cout
www.eeworm.com/read/351211/10673637
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/351211/10673671
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/421785/10699070
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/275526/10812834
v divide.v
//////////////////////////////////////////////////////////////////////
//// ////
//// divide for 8051 Core ////
//// ////
//// This file is part of the 8051 cores proj
www.eeworm.com/read/470800/6908478
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/470800/6908764
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/234225/6967854
v divide.v
//////////////////////////////////////////////////////////////////////
//// ////
//// divide for 8051 Core ////
//// ////
//// This file is part of the 8051 cores proj
www.eeworm.com/read/468329/6996502
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