代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/222005/7147572
htm tindex1.htm
Topic Index
Click on the banner to return to the user guide home page.
Topic Index
Click
www.eeworm.com/read/411873/7151071
smsg clkdiv.fit.smsg
Info: *******************************************************************
Info: Running Quartus II Fitter
Info: Version 7.0 Build 33 02/05/2007 SJ Full Version
Info: Processing started: Tue
www.eeworm.com/read/464335/7165231
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/463980/7171236
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/463978/7171324
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/462004/7213072
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/460435/7250919
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/458682/7291701
sh for-loopc.sh
#!/bin/bash
# Two ways to count up to 10.
echo
# Standard syntax.
for a in 1 2 3 4 5 6 7 8 9 10
do
echo -n "$a "
done
echo; echo
# +==========================================+
# Now, let's do
www.eeworm.com/read/458493/7295521
m democopy.m
function demoCopy
% copyDemo Demonstrate vectorized copy operations
%
% Synopsis: demoCopy
%
% Input: none
%
% Output: Messages describing various copy operations are given
%
www.eeworm.com/read/458488/7295946
m democopy.m
function demoCopy
% copyDemo Demonstrate vectorized copy operations
%
% Synopsis: demoCopy
%
% Input: none
%
% Output: Messages describing various copy operations are given
%