代码搜索:axis2
找到约 257 项符合「axis2」的源代码
代码结果 257
www.eeworm.com/read/360036/10111222
txt readme.txt
======================================================
Apache Axis2 @axisVersion@ build (@TODAY@)
http://ws.apache.org/axis2
------------------------------------------------------
_________________
www.eeworm.com/read/449151/7517491
c rotate.c
#include
#include
#include "ds.h"
vector cross(vector v1, vector v2)
{
vector tmp;
tmp.x = v1.y*v2.z - v2.y*v1.z;
tmp.y = v1.z*v2.x - v2.z*v1.x;
tmp.z = v1.x*v2.y - v2
www.eeworm.com/read/478622/1349783
properties codegen.properties
#############################################################################
################### Property file for the Axis2 Code generator ##############
##########################################
www.eeworm.com/read/178061/9420780
m plotfac.m
function []=plotfac(Factors,H,Axis0,Axis1,Axis2);
%PLOTFAC Plot the contents of Factors
%
% plotfac(Factors,[[,H],Axis1,Axis2,Axis3]);
%
% Use this function to plot the factors that are stored
www.eeworm.com/read/439686/7702973
m plotfac.m
function []=plotfac(Factors,H,Axis0,Axis1,Axis2);
%PLOTFAC Plot the contents of Factors
%
% plotfac(Factors,[[,H],Axis1,Axis2,Axis3]);
%
% Use this function to plot the factors that are stored
www.eeworm.com/read/485103/6564286
m plotfac.m
function []=plotfac(Factors,H,Axis0,Axis1,Axis2);
%PLOTFAC Plot the contents of Factors
%
% plotfac(Factors,[[,H],Axis1,Axis2,Axis3]);
%
% Use this function to plot the factors that are stored
www.eeworm.com/read/153018/12066736
m plotfac.m
function []=plotfac(Factors,DimX,Fac,H,Axis0,Axis1,Axis2);
%
%plotfac(Factors,DimX,Fac[,H[,[Axis0[,Axis1[,Axis2]]]]]);
%
% $ Version 1.02 $ Date 11. October 1999 $ Not compiled $
%
% ----------
www.eeworm.com/read/461955/1548960
java helloservice.java
package sample.service;
public class HelloService
{
public String getHello(String name)
{
return "Hello "+name+ "! This is AXIS2 Web Service Response";
}
}