代码搜索:Addition

找到约 2,224 项符合「Addition」的源代码

代码结果 2,224
www.eeworm.com/read/102625/15764618

c addchain.c

/* Author: Pate Williams (c) 1997 Addition chain exponentiation. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.6.2 Section pages 620 - 623. */ #include
www.eeworm.com/read/101167/15842817

bas sercom3.bas

' SerCom3.BAS Option Explicit ' ' ' This module is used to transfer data to and from one serial port in ' addition to Com 1. Note that the queue size must be 9 bytes larger ' than the larg
www.eeworm.com/read/100594/15870338

h baseio.h

/* Erik Kirby; 1/31/90; Operating Systems. This is my improved documentation of the BaseIO.def module. It is late because of my late addition of Operating Systems to my schedule. */ #prag
www.eeworm.com/read/189219/8484290

c recvfd.c

#include #include #include "ourhdr.h" /* Receive a file descriptor from another process (a server). * In addition, any data received from the server is passed * to (*userf
www.eeworm.com/read/290205/8496698

m mmax.m

function [m,i]=mmax(a) %MMAX Matrix Maximum Value. % MMAX(A) returns the maximum value in the matrix A. % [M,I] = MMAX(A) in addition returns the indices of % the maximum value in I = [row col]. % D.
www.eeworm.com/read/290205/8496729

m mmin.m

function [m,i]=mmin(a) %MMIN Matrix Minimum Value. % MMIN(A) returns the minimum value in the matrix A. % [M,I] = MMIN(A) in addition returns the indices of % the minimum value in I = [row col]. % D.
www.eeworm.com/read/433114/8544659

m mycolormap.m

function [colormatrix,ncolors]=mycolormap(mapname) % Create specific color maps in addition to the default ones % % Written by: E. R.: October 3, 2003 % Last updated: April 20, 2007: allow input of nu
www.eeworm.com/read/385281/8810315

html additionoperator-additionoperator.html

Code Fragment /** Class for the addition operator in an arithmetic expression.
www.eeworm.com/read/185783/8985679

c recvfd.c

#include #include #include "ourhdr.h" /* Receive a file descriptor from another process (a server). * In addition, any data received from the server is passed * to (*userf
www.eeworm.com/read/179150/9368476

m mmax.m

function [m,i]=mmax(a) %MMAX Matrix Maximum Value. % MMAX(A) returns the maximum value in the matrix A. % [M,I] = MMAX(A) in addition returns the indices of % the maximum value in I = [row col]. % D.