代码搜索:Quotient
找到约 1,268 项符合「Quotient」的源代码
代码结果 1,268
www.eeworm.com/read/423159/10583409
asm quotient.asm
SECTION .data
dividend128 DD 0 ; bits 0-31
DD 0 ; bits 32-63
DD 0 ; bits 64-95
DD 0 ; bits 96-127
quotient128 DD 0 ; bits 0-31
DD 0 ; bits 32-63
DD 0 ; bits 64-95
DD 0 ; bits
www.eeworm.com/read/137578/13311295
m quotient.m
function sh=quotient(x,y)
% sh 为 x/y 的商
sh=(x-mod(x,y))/y;
www.eeworm.com/read/319806/13441764
m quotient.m
function sh=quotient(x,y)
% sh 为 x/y 的商
sh=(x-mod(x,y))/y;
www.eeworm.com/read/238547/13876299
m quotient.m
function sh=quotient(x,y)
% sh 为 x/y 的商
sh=(x-mod(x,y))/y;
www.eeworm.com/read/345971/11777004
m quotient.m
function sh=quotient(x,y)
% sh 为 x/y 的商
sh=(x-mod(x,y))/y;
www.eeworm.com/read/226567/14458653
xls quotient.xls
www.eeworm.com/read/208174/15252034
xls quotient.xls
www.eeworm.com/read/311226/3683210
java quotient.java
/******************************************************************
* File: Quotient.java
* Created by: Dave Reynolds
* Created on: 14-Jun-2005
*
* (c) Copyright 2005, Hewlett-Pack
www.eeworm.com/read/304962/3782828
h quotient.h
// Copyright (c) 2005 Stanford University (USA).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser
www.eeworm.com/read/440773/1788596
java quotient.java
/******************************************************************
* File: Quotient.java
* Created by: Dave Reynolds
* Created on: 14-Jun-2005
*
* (c) Copyright 2005, Hewlett-Pack