代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/448065/7540989
cpp ipaddressdlg.cpp
// IPAddressDlg.cpp : implementation file
//
#include "stdafx.h"
#include "IPAddress.h"
#include "IPAddressDlg.h"
#include "Winsock2.h" // This header file has been added in addition to the
www.eeworm.com/read/435150/7796301
txt readme.txt
I created all the files under Microsoft Windows so lines are terminated by CR/LF.
In addition to this "ReadMe" file you will find three zip archives in the primary archive, so you need to unzip eac
www.eeworm.com/read/398648/7932279
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/398648/7932320
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/245818/12779171
c pnt_add.c
// pnt_add.c -- pointer addition
#include
#define SIZE 4
int main(void)
{
short dates [SIZE];
short * pti;
short index;
double bills[SIZE];
double * ptf;
www.eeworm.com/read/331180/12841434
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/241225/13163382
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/241225/13163411
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/138268/13243920
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/138268/13243954
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.