代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/161094/10454295
h dcomplex.h
/*
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
*
*/
/*
* This header file is to be included in source
www.eeworm.com/read/352445/10552138
m freq_shear.m
function y = freq_shear(x, c)
% freq_shear -- chirp multiplication
%
% Usage
% y = freq_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c
www.eeworm.com/read/421123/10754294
txt 3_2.txt
;16 BIT MULTIPLICATION
ORG 0000H
MOV A,70H
MOV B,72H
MUL AB
MOV 43H,A
MOV R0,B
MOV A,71H
MOV B,72H
MUL AB
MOV R1,A
MOV R2,B
MOV A,73H
MOV B,70H
MUL AB
MOV R3,A
MOV R4,B
MOV A,R0
ADD
www.eeworm.com/read/348787/10867197
h rccu.h
#ifndef _RCCU
#define _RCCU
/************************************************************************/
/* ST9+ family RCCU control registers release 4.0 */
/*
www.eeworm.com/read/140797/7147044
c calloc.c
/*
* calloc.c
*/
#include
#include
/* FIXME: This should look for multiplication overflow */
void *calloc(size_t nmemb, size_t size)
{
void *ptr;
size *= nmemb;
ptr =
www.eeworm.com/read/446006/7586892
py listing16-3.py
import unittest, my_math
from subprocess import Popen, PIPE
class ProductTestCase(unittest.TestCase):
def testIntegers(self):
for x in xrange(-10, 10):
for y in xrange(-10, 1
www.eeworm.com/read/440253/7691470
asm ztest.asm
; This is just a test file,
; I used it to check the compiler,
; it does nothing specific.
#make_COM#
; COM file is loaded at CS:0100h
ORG 100h
jmp start
arr db 1, 2, 3, 4, 5
start
www.eeworm.com/read/198849/7907065
c gd_security.c
/*
* gd_security.c
*
* Implements buffer overflow check routines.
*
* Written 2004, Phil Knirsch.
* Based on netpbm fixes by Alan Cox.
*
*/
#ifdef HAVE_CONFIG_H
#include "config
www.eeworm.com/read/330869/12863497
m freq_shear.m
function y = freq_shear(x, c)
% freq_shear -- chirp multiplication
%
% Usage
% y = freq_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c
www.eeworm.com/read/309167/13680386
h dcomplex.h
/*
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
*
*/
/*
* This header file is to be included in source