代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/289562/7805568

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/289562/7805620

21 fig17.21

#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/399305/7871083

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/198616/7922707

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/198616/7922850

21 fig17.21

#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/197117/8028156

java listdialog.java

package gui; import javax.swing.*; import java.awt.*; import java.awt.event.*; /* * ListDialog.java is a 1.4 class meant to be used by programs such as * ListDialogRunner. It requires no addition
www.eeworm.com/read/246726/12706886

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/332098/12779516

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/332098/12779655

21 fig17.21

#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/328041/13050700

cpp 074256_1.cpp

// 074256_1.cpp : Defines the entry point for the console application. //074256_1.cpp //07-11-22 //version 1.7 //To calculate the addition,substraction and multiplication of two matrix #inclu