代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/100480/6269090
java roster.java
/*
* Roster.java - A list of things to do, used in various places
* Copyright (C) 2001 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/492490/6282586
h annexb.h
/*!
**************************************************************************************
* \file
* annexb.h
* \brief
* Byte stream operations support
* This code reflects JVT
www.eeworm.com/read/327878/6300056
qmsg prev_cmp_240t.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/327878/6300089
qmsg 240t.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/489670/6468685
h operation.h
#include
#include
#include
#include
#include "Arithmetic.h"
//using namespace std;
class Operation
{
public:
//初始化
Operation(std::string NumLine
www.eeworm.com/read/489683/6468714
qmsg stopwatch.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/488475/6487862
qmsg part1.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0 0
www.eeworm.com/read/486579/6535836
m my_chebyshev.m
function [x,iter,flg,operations]=my_chebyshev(A,b,tol,maxit,M1,D,M2,x0,p_type,lammax,lammin)
% Chebyshev semi-iterative algorithm
% [x,iter,flg,operations]=my_chebyshev(a,b,tol,maxit,M1,M2,x0,p_type
www.eeworm.com/read/486579/6535877
m my_pgm.m
function [x,iter,flg,inner,operations]=my_pgm(A,b,tol,restart,maxit,M1,M2,p_type,x0)
% [x,iter,flg]=my_ipgm(A,b,tol,restart,maxit,M1,M2,p_type,x0)
% this is the implementation of preconditioned GMRE
www.eeworm.com/read/486579/6535881
asv my_chebyshev.asv
function [x,iter,flg,operations]=my_chebyshev(a,b,tol,maxit,M1,D,M2,x0,p_type,lammax,lammin)
% Chebyshev semi-iterative algorithm
% [x,iter,flg,operations]=my_chebyshev(a,b,tol,maxit,M1,M2,x0,p_type