代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/486925/6520480
java client.java
package com.javapatterns.iterator.blackbox;
public class Client
{
/**
* @directed
*/
private Iterator it;
/**
* @directed
*/
private Aggregate agg =
www.eeworm.com/read/486925/6520500
java client.java
package com.javapatterns.iterator.whitebox;
public class Client
{
/**
* @directed
*/
private Iterator it;
/**
* @directed
*/
private Aggregate agg =
www.eeworm.com/read/486579/6535843
m qq_bicgstab.m
function [x,iter,flg,operation,res]=QQ_bicgstab(A,b,tol,maxit,u,q,x0)
% BI-CGSTAB algorithm
% [x,iter,flg,operation,res]=Q_bicgstab(A,b,tol,maxit,u,q,x0)
% flg=0 success; flg=1 not convergent; flg
www.eeworm.com/read/486579/6535865
m q_bicgstab.m
function [x,iter,flg,operation,res]=Q_bicgstab(A,b,tol,maxit,u,q,iq,jq,x0)
% BI-CGSTAB algorithm
% [x,iter,flg,operation,res]=Q_bicgstab(A,b,tol,maxit,u,q,x0)
% flg=0 success; flg=1 not convergent
www.eeworm.com/read/485403/6561453
bas mtools.bas
Attribute VB_Name = "mTools"
Option Explicit
Public Function EnumDeviceCallback(nGUID As Long, nDDDesc As Long, nDDName As Long, dHALDDDesc As D3DDEVICEDESC, dHELDDDesc As D3DDEVICEDESC, nOptions
www.eeworm.com/read/485187/6566951
drc dxsockd7.drc
/* VER150
Generated by the Borland Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
This file contains compiler-generated resources that
were bound to the execut
www.eeworm.com/read/485187/6567202
inc resource_english.inc
ResourceString
_WSAEINTR = 'Interrupted system call'; // 10004 L:4
_WSAEBADF = 'Bad file number'; // 10009 L
www.eeworm.com/read/483942/6597862
h eval_expr.h
// This header file includes declarations that are needed
// in more than one source file
#include
#include
#include
// These numeric codes identify the various types of
www.eeworm.com/read/483219/6601372
m ga.m
%函数功用:利用GA算法来优化RBF网络中的各种权值
%编写时间:2009.3.17
clear all
close all
G = 15;
Size = 30;
CodeL = 10;
for i = 1:3
MinX(i) = 0.1*ones(1);
MaxX(i) = 3*ones(1);
end
for i = 4:1:9
MinX(i) = -3*ones
www.eeworm.com/read/483219/6601375
asv ga.asv
%GA(Generic Algorithm) to Optimize Initial Parameters of RBF Approaching
clear all
close all
G = 150;
Size = 30;
CodeL = 10;
for i = 1:3
MinX(i) = 0.1*ones(1);
MaxX(i) = 3*ones(1);
end
for