代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/258574/11853582

dr nummath.dr

Numerical Mathematical Library README Simple Introduction plus revision history Makefile Makefile for making the library Linear Algebra, Basic Operations LinAlg.h Declaration of Matrices, V
www.eeworm.com/read/155568/11863086

m pagerankpow.m

function [x,cnt] = pagerankpow(G) % PAGERANKPOW PageRank by power method with no matrix operations. % x = pagerankpow(G) is the PageRank of the graph G. % [x,cnt] = pagerankpow(G) also counts the
www.eeworm.com/read/155363/11882688

cpp rowcursor.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/257901/11908745

cpp rowcursor.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/343138/11969957

smsg keyboard.fit.smsg

Info: ******************************************************************* Info: Running Quartus II Fitter Info: Version 6.1 Build 201 11/27/2006 SJ Full Version Info: Processing started: Tu
www.eeworm.com/read/342926/11990890

cpp 2562.cpp

#include int main() { int a,b,h,t,f; cin>>a>>b; while (a!=0 || b!=0) { t=0;f=0; while (a!=0 || b!=0) { h=(a%10)+(b%10)+f; a=a/10;b=b/10; if (h>=10) {
www.eeworm.com/read/152849/12078130

cpp rowcursor.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/152600/12099839

cpp rowcursor.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/151555/12201577

m pagerankpow.m

function [x,cnt] = pagerankpow(G) % PAGERANKPOW PageRank by power method with no matrix operations. % x = pagerankpow(G) is the PageRank of the graph G. % [x,cnt] = pagerankpow(G) also counts the
www.eeworm.com/read/253454/12220828

h fwt.h

/* Fast Walsh Transform x - pointer to data n = number of data points - order of FWT (should be equal to power of 2: 4,8,16,32 etc.) only integer calculations are used, no mul/div operations