代码搜索:DIVIDE
找到约 3,162 项符合「DIVIDE」的源代码
代码结果 3,162
www.eeworm.com/read/176838/9482689
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/372721/9496080
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/175135/9558310
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/364334/9912074
vi divide.vi
www.eeworm.com/read/362482/9997300
v divide.v
//////////////////////////////////////////////////////////////////////
//// ////
//// divide for 8051 Core ////
//// ////
//// This file is part of the 8051 cores proj
www.eeworm.com/read/359581/10135407
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/163925/10139714
h divide.h
int scale(char* fullpath,long i,HWND hWnd);
int num(char* fullpath,long i,HWND hWnd);//块数分
void combine(char ch[100],HWND hWnd);
www.eeworm.com/read/163925/10139723
cpp divide.cpp
#include "Stdafx.h"
#include "divide.h"
#include "string.h"
int scale(char* fullpath,long iiii,HWND hWnd)//按大小分
{
FILE *file,*source;
char* ch = fullpath;
TCHAR del[100];//用来删除子文件
Mult
www.eeworm.com/read/358751/10180239
pas divide.pas
{
PROB:divide
LANG:PASCAL
}
program divide;
const
maxn=1000;
maxl=500000;
maxr=1000;
var
s,e:array[1..maxn]of longint;
need:array[-maxr..maxl]of longint;
n,l,a,b,i,j,min,coun