代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/482351/6623197
m efield3.m
%EFIELD3 2D Radiation patterns
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.mat, from RWG4 as inputs.
%
% Additionally uses
www.eeworm.com/read/481753/6637930
m dejong_f2.m
% DeJong_f2.m
% De Jong's f2 function, also called a Rosenbrock Variant
% This is a 2D only equation
%
% described by Clerc in ...
% http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Sem
www.eeworm.com/read/476573/6756278
java map2dapp.java
import java.awt.*;
import java.awt.geom.*;
import javax.swing.*;
public class Map2DApp extends JFrame {
public Map2DApp() {
super("Map 2D");
setSize(350, 350);
Exi
www.eeworm.com/read/410537/11278889
m dejong_f2.m
% DeJong_f2.m
% De Jong's f2 function, also called a Rosenbrock Variant
% This is a 2D only equation
%
% described by Clerc in ...
% http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Sem
www.eeworm.com/read/410432/11287293
c width.c
/* width.c -- field widths */
#include
#define PAGES 931
int main(void)
{
printf("*%d*\n", PAGES);
printf("*%2d*\n", PAGES);
printf("*%10d*\n", PAGES);
printf("*%-10d
www.eeworm.com/read/344240/11893951
java map2dapp.java
import java.awt.*;
import java.awt.geom.*;
import javax.swing.*;
public class Map2DApp extends JFrame {
public Map2DApp() {
super("Map 2D");
setSize(350, 350);
Exi
www.eeworm.com/read/342711/12005165
asv check2ddata.asv
function res=check2ddata(fname)
% CHECK2DDATA Checks if given file containins labeled 2D vectors.
%
% Synopsis:
% res = check2ddata(fname)
%
% Description:
% If the file 'fname' contains matrix X [2
www.eeworm.com/read/342711/12005169
m check2ddata.m
function res=check2ddata(fname)
% CHECK2DDATA Checks if given file containins labeled 2D vectors.
%
% Synopsis:
% res = check2ddata(fname)
%
% Description:
% If the file 'fname' contains matrix X [2
www.eeworm.com/read/342441/12019665
c emd_mex.c
#include "mex.h"
#include "emd.h"
#define DATA_TYPE double
/*indexing a matlab matrix (2d array)
v : pointer to an array
d : number of rows
i,j : row and column index
*/
#define MAT_ELEM
www.eeworm.com/read/152945/12073199
java map2dapp.java
import java.awt.*;
import java.awt.geom.*;
import javax.swing.*;
public class Map2DApp extends JFrame {
public Map2DApp() {
super("Map 2D");
setSize(350, 350);
Exi