代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/253410/12225253

c recvfd.c

#include "apue.h" #include /* * Receive a file descriptor from another process (a server). * In addition, any data received from the server is passed * to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/338243/12316762

readme

This demo directory has four sets of demos: 1) demo_rosen: optimizing a analytical test function, RosenBrock. In addition, COOOL provides several other N-dimensional test functions: QuadraticObjFc
www.eeworm.com/read/127382/14357063

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 (
www.eeworm.com/read/210377/15200119

news

Sept 8 2004: Ver 1.3.4 ========= Changes to tracker.cpp fixes bug in compact peer address acquisition This will speed up download starts using compact tracker protocol Addition of peer identifier Pee
www.eeworm.com/read/210246/15202831

c fig-3-17.c

/* Protocol 5 (go back n) allows multiple outstanding frames. The sender may transmit up to MAX_SEQ frames without waiting for an ack. In addition, unlike in the previous protocols, the network
www.eeworm.com/read/208576/15244092

cpp fig02_05.cpp

// Fig. 2.5: fig02_05.cpp // Addition program that displays the sum of two numbers. #include // allows program to perform input and output // function main begins program execution in
www.eeworm.com/read/481260/1297537

m plus.m

function A = plus(A,c) % plus.m Addition method for myline class. Called as % % B = A+c % % INPUT PARAMETERS % A : a myline object % c : a scalar value A.b = A.b + c;
www.eeworm.com/read/460691/1558260

pm copy.pm

# File/Copy.pm. Written in 1994 by Aaron Sherman . This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Addition
www.eeworm.com/read/233448/4676441

mm try-catch-15.mm

/* APPLE LOCAL file radar 4330422 */ /* Test if addition of 'volatile' to object causes bogus error in presence of try-catch. */ /* { dg-options "-fobjc-exceptions" } */ /* { dg-do compile } */ @inte
www.eeworm.com/read/200278/5070795

c recvfd.c

#include "apue.h" #include /* * Receive a file descriptor from another process (a server). * In addition, any data received from the server is passed * to (*userfunc)(STDERR_FILENO, bu