代码搜索:Dimensional
找到约 3,569 项符合「Dimensional」的源代码
代码结果 3,569
www.eeworm.com/read/196362/8097155
java two_dimensional_array.java
//demonstrate a two dimensional array
class twoDarray
{
public static void main(String[] args)
{
int[][] twoDArray = new int[4][5];
int i,j,k = 0;
for(i = 0;i < 4;i++)
for(j = 0;j
www.eeworm.com/read/196362/8097578
java three_dimensional_array.java
//demonstrate three dimensional array
class thDArray
{
public static void main(String[] args)
{
int[][][] thDArray =
{
{
{000,001,002,003,004},
{010,011,012,013,014},
{0
www.eeworm.com/read/196362/8097764
java one_dimensional_array.java
//demonstrate one_dimensional array
class array
{
public static void main(String[] args)
{
int[] month_days;
month_days = new int[12];
month_days[0] = 31;
month_days[1] = 28;
www.eeworm.com/read/489834/6462418
m two_dimensional1.m
%Fuzzy approaching
clear all;
close all;
T=0.1;
x1=-1:T:1;
x2=-1:T:1;
L=2;
h=0.2;
N=L/h+1;
for i=1:1:N %N MF
for j=1:1:N
e1(i)=-1+L/(N-1)*(i-1);
e2(j)=-1+L/(N-1)*(j-1);
www.eeworm.com/read/489834/6462419
m one_dimensional1.m
%Fuzzy approaching
clear all;
close all;
L1=-3;L2=3;
L=L2-L1;
h=0.2;
N=L/h+1;
T=0.01;
x=L1:T:L2;
for i=1:N
e(i)=L1+L/(N-1)*(i-1);
end
c=0;d=0;
for j=1:N
if j==1
u=trimf
www.eeworm.com/read/410677/11272464
m one_dimensional_pml.m
%%%%%%%%%%%%%%%%%%%%%%% In The Name of God %%%%%%%%%%%%%%%%%%%%%%
%
% Numerical Method in Electromagnetic
% Dr. M.S Abrishamian
%
% Mohsen Bahrami Panah 8600374 11/12/86
www.eeworm.com/read/4799/40885
cpp three_dimensional_reconstruction.cpp
#include "three_dimensional_reconstruction.h"
#include "glut.h"
#include "cvaux.h"
#include "ltga.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/4799/40887
h three_dimensional_reconstruction.h
#ifndef THREE_DIMENSIONAL_RECONSTRUCTION
#define THREE_DIMENSIONAL_RECONSTRUCTION
#include "glut.h"
#include
#include
using namespace std;
void display();
void init(int*
www.eeworm.com/read/483648/1275748
mak 2_dimensional_dma.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/483648/1275749
c 2_dimensional_dma.c
/********************************************************************************************************************************/
/* This program uses DMA channel 0 to DMA N words from internal mem