代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/245625/12787496
bak compute.java.bak
import java.io.*;
public class Compute{
public static void main(String[] args) {
String str1=" ";
String str2=" ";
String str3=" ";
while(true){
www.eeworm.com/read/331374/12831752
m compute_steering.m
function [G,iwp]= compute_steering(x, wp, iwp, minD, G, rateG, maxG, dt)
%function [G,iwp]= compute_steering(x, wp, iwp, minD, G, rateG, maxG, dt)
%
% INPUTS:
% x - true position
% wp - waypo
www.eeworm.com/read/244800/12843024
m compute_mapping.m
function [mappedA, mapping] = compute_mapping(A, type, no_dims, varargin)
%COMPUTE_MAPPING Performs dimensionality reduction on a dataset A
%
% mappedA = compute_mapping(A, type)
% mappedA = compu
www.eeworm.com/read/140851/13058548
m compute_counts.m
function count = compute_counts(data, sz)
% COMPUTE_COUNTS Count the number of times each combination of discrete assignments occurs
% count = compute_counts(data, sz)
%
% data(i,t) is the value o
www.eeworm.com/read/327393/13082317
m compute_sij.m
function [sij]=compute_sij(Ci,Cj)
vsij=eig(Ci,Cj);
sij=[];
for i=1:3
sijt=vsij(i);
if imag(sijt)==0
if det(Ci)*det(sijt*Cj)>0
sij=[sij;sijt];
end
end
www.eeworm.com/read/327393/13082374
asv compute_sij.asv
function [sij]=compute_sij(Ci,Cj)
vsij=eig(Ci,Cj);
for i=1:3
sijt=vsij(i);
Cit=Ci;
Cjt=sijt*Cj;
[Ui Si Vi]=svd(Cit);
[Uj Sj Vj]=svd(Cjt);
Tij=Si*Sj;
if Tij(1
www.eeworm.com/read/327199/13095306
cpp compute_param.cpp
// Compute_Param.cpp: implementation of the CCompute_Param class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Compute_Param.h"
#ifd
www.eeworm.com/read/327199/13095367
h compute_result.h
// Compute_Result.h: interface for the CCompute_Result class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_RESULT_H__45E1A883_9CBE_475E_AAB4_
www.eeworm.com/read/327199/13095431
h compute_param.h
// Compute_Param.h: interface for the CCompute_Param class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_PARAM_H__0155D7A3_9A2A_4712_A5F1_CC2