代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/431933/8646602

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/431812/8652706

cpp pku2562.cpp

#include "stdio.h" #include "string.h" int main() { long a,b,c; int i,p; while(scanf("%ld%ld",&a,&b)!=-1) { if(a==0&&b==0) break; c=a+b; for(i=0,p=0;i
www.eeworm.com/read/287770/8670380

html tutorial.html

Matsig Tutorial
www.eeworm.com/read/386699/8731629

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/386050/8768611

m dyadic.m

%DYADIC Dyadic datafile operations % % C = DYADIC(A,P,B,Q) % % Computes C = P*A + Q*B % % This datafile operation is, like others, either stored as % a preprocessing or as a postprocessing for
www.eeworm.com/read/385664/8792954

txt wishlist.txt

Wishlist for ReactOS CMD ~~~~~~~~~~~~~~~~~~~~~~~~ - Exclusion wildcards: "del /r *.bak -abcd.bak" Deletes ALL *.bak files EXCEPT abcd.bak. - Progress indikator on long file operations (copy/
www.eeworm.com/read/284556/8919034

h synch.h

// synch.h // Data structures for synchronizing threads. // // Three kinds of synchronization are defined here: semaphores, // locks, and condition variables. // // Note that all the synchronization
www.eeworm.com/read/284425/8931824

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/427511/8938552

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