代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/277084/10670219
cpp newmatrm.cpp
//$$newmatrm.cpp rectangular matrix operations
// Copyright (C) 1991,2,3,4: R B Davies
#include "newmat.h"
#include "newmatrm.h"
#ifdef use_namespace
namespace N
www.eeworm.com/read/453433/7420786
m fig4_13.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 4.13
% Cut plot of uniformly weighted rectangular array
% Xiaomin Lu 11/2/98
% Updated by K. Bell 9/29/00
% Updated by Lillian Xiaolan Xu 02/12/2001, K. Bel
www.eeworm.com/read/450258/7486760
awk colorpts.awk
# Script for transforming points (x y z) into "rectangular surface".
# Can be used to draw colour points in gnuplot with the pm3d enhancement
# Petr Mikulik, 14. 10. 1999
BEGIN {
if (ARGC
www.eeworm.com/read/147972/5718630
java objectgrid3d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 3D arrays of Objects.
This object expects that the 3D arrays are rectangular. You are encouraged to access the array
direct
www.eeworm.com/read/147972/5718631
java objectgrid2d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 2D arrays of Objects.
This object expects that the 2D arrays are rectangular. You are encouraged to access the array
directl
www.eeworm.com/read/147972/5718634
java doublegrid3d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 3D arrays of doubles.
This object expects that the 3D arrays are rectangular. You are encouraged to access the array
direct
www.eeworm.com/read/147972/5718636
java doublegrid2d.java
package sim.field.grid;
import sim.util.*;
/**
A wrapper for 2D arrays of doubles.
This object expects that the 2D arrays are rectangular. You are encouraged to access the array
dire
www.eeworm.com/read/134873/5891759
java room.java
package at.ac.uni_linz.tk.vchat;
import java.awt.*;
import java.util.*;
import java.io.*;
/**
* A Room is a rectangular area in a User can be move around and perceive other
* users messa
www.eeworm.com/read/122558/6065266
java room.java
package at.ac.uni_linz.tk.vchat;
import java.awt.*;
import java.util.*;
import java.io.*;
/**
* A Room is a rectangular area in a User can be move around and perceive other
* users messa
www.eeworm.com/read/343481/11944639
m xyz2enu.m
function enu = xyz2enu(xyz,orgxyz)
%XYZ2ENU Convert from WGS-84 ECEF cartesian coordinates to
% rectangular local-level-tangent ('East'-'North'-Up)
% coordinates.
%
%