代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/383987/8907923

cpp firsth.cpp

#include"firstH.h" void show() { cout
www.eeworm.com/read/282191/9114801

cpp dwindow.cpp

/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ // dwindow.cpp - Base window class defin
www.eeworm.com/read/178176/9415596

inf info.inf

####################################################### ####### C++ Simulator of a Turing Machine (TM ) ####### ##### Nondeterministic/Deterministic Multitape TM #####
www.eeworm.com/read/365862/9843056

m gmm_convolve.m

function gr = gmm_convolve(g1, g2) % Convolution for addition of two random variables D = size(g1.x, 1); M = size(g1.x, 2); N = size(g2.x, 2); R = M*N; gr.x = zeros(D,R); gr.P = zeros(D,D,R
www.eeworm.com/read/169281/9870096

cpp readip.cpp

#define _WIN32_DCOM #include #include #include #include #include #include "Component\component.h" HRESULT HexStringToIP(char* output, REFII
www.eeworm.com/read/351998/10589088

m gmm_convolve.m

function gr = gmm_convolve(g1, g2) % Convolution for addition of two random variables D = size(g1.x, 1); M = size(g1.x, 2); N = size(g2.x, 2); R = M*N; gr.x = zeros(D,R); gr.P = zeros(D,D,R
www.eeworm.com/read/276333/10746742

triggers

# The "triggers" file lists libraries which handle the events for each # module. # # A line enclosed in {....} will be treaded as a COM object. You can use either # the ClassId or the ProgId #
www.eeworm.com/read/166571/7095726

hpp exprops2.hpp

/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002 * * (C) Copyright David Vandevoorde
www.eeworm.com/read/452837/7432405

bak maze.bak

% allow the addition of new paths as they are found. :-dynamic(path/1). % data describe movements in maze move(a,b). move(b,c). move(c,d). move(c,e). move(e,f). % The simplest path is a singl
www.eeworm.com/read/452837/7432409

plg maze.plg

% allow the addition of new paths as they are found. :-dynamic(path/1). % data describe movements in maze move(a,b). move(b,c). move(c,d). move(c,e). move(e,f). % The simplest path is a single move