代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/458488/7296112
m jfreservoir.m
function [J,f] = JfReservoir(x,z,c)
% JFreservoir Jacobian and f vector for three reservoir system
%
% Synopsis: [J,f] = JFreservoir(x,z,c)
%
% Input: x = current guess at solution vector
%
www.eeworm.com/read/456304/7352238
cpp mathint.cpp
/*----------------------------------------------------------
Instruction: in this part we give the definition of
all the methods in calss mathInt,of course included
the overloaded operator.
www.eeworm.com/read/456187/7355394
java exercise3_30.java
// Exercise3_30.java: Approximate PI
public class Exercise3_30 {
public static void main(String[] args) {
double pi = 0;
double term;
int sign = 1;
for (int i = 1; i
www.eeworm.com/read/454773/7383555
java tablecontext.java
package com.newwatch.tools;
import java.util.List;
public class TableContext {
private List linkList;
private StringBuffer textBuffer;
private int tableRow;
private int tot
www.eeworm.com/read/452449/7440939
m linectrlok5512iinv.m
%单变量非线性动态系统控制器
clear;
m=2;
n=200;
k=n;
for i=1:100;
xi(i,1)=1;
end
for i=101:200;
xi(i,1)=0.3;
end
v=zeros(k,1);
w11=rand(1,n);
ww11=zeros(1,n);
w13=rand(1,n);
ww13=zeros(1,n);
w1
www.eeworm.com/read/452050/7448860
c 2233373_ac_60ms_160k.c
# include
# include
# define MAXVex 1001
# define MAXE 21001
# define INF 10000000
int n, e;
struct graphnode
{
int st;
int ed;
long w;
}Edge[MAXE];
long dis[MA
www.eeworm.com/read/452050/7448861
cpp 1954561_ac_15ms_160k.cpp
# include
# include
# define MAXVex 1001
# define MAXE 21001
# define INF 10000000
int n, e;
struct graphnode
{
int st;
int ed;
long w;
}Edge[MAXE];
long dis[MA
www.eeworm.com/read/452050/7448862
c 1954621_ac_30ms_160k.c
# include
# include
# define MAXVex 1001
# define MAXE 21001
# define INF 10000000
int n, e;
struct graphnode
{
int st;
int ed;
long w;
}Edge[MAXE];
long dis[MA
www.eeworm.com/read/452050/7448863
c 1954616_ce.c
# include
# include
# define MAXVex 1001
# define MAXE 21001
# define INF 10000000
int n, e;
struct graphnode
{
int st;
int ed;
long w;
}Edge[MAXE];
long dis[MA
www.eeworm.com/read/452050/7448865
c 1954612_ce.c
# include
# include
# define MAXVex 1001
# define MAXE 21001
# define INF 10000000
int n, e;
struct graphnode
{
int st;
int ed;
long w;
}Edge[MAXE];
long dis[MA