代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/124570/14559534
java compute.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/122651/14677897
c compute.c
www.eeworm.com/read/114613/15046018
c compute.c
www.eeworm.com/read/214548/15096958
class compute.class
www.eeworm.com/read/214548/15096960
java compute.java
package compute;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface Compute extends Remote {
Object askTask(int id)throws RemoteException;
int submitTask(Task t)throw
www.eeworm.com/read/212468/15156034
suo compute.suo
www.eeworm.com/read/212468/15156042
sln compute.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Compute", "Compute.vcproj", "{4D3F915F-1451-45E7-A785-DB70576760A
www.eeworm.com/read/210453/15198601
asv compute.asv
function y=compute(x)
%COMPUTE Summary of this function goes here
% Detailed explanation goes here
y1=sqrt(abs(x(1,1)+x(2,1))^2+abs(x(1,2)+x(2,2))^2+abs(x(1,3)+x(2,3))^2);
y2=sqrt(abs(x(1,1)-x(2,1)
www.eeworm.com/read/210453/15198605
m compute.m
function y=compute(x)
%COMPUTE Summary of this function goes here
% Detailed explanation goes here
y1=sqrt(abs(x(1,1)+x(2,1))^2+abs(x(1,2)+x(2,2))^2+abs(x(1,3)+x(2,3))^2);
y2=sqrt(abs(x(1,1)-x(2,1)