代码搜索:2D物理模拟

找到约 10,000 项符合「2D物理模拟」的源代码

代码结果 10,000
www.eeworm.com/read/159921/10587939

m pkernelpca.m

function pkernelpca(T,features,ker,arg,contour_num) % PKERNELPCA plots Kernel-PCA feature extraction for 2D data. % pkernelpca(T,features,ker,arg) % % The Kernel-PCA non-linearly map the data into h
www.eeworm.com/read/422294/10646738

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/421949/10676639

m pkernelpca.m

function pkernelpca(T,features,ker,arg,contour_num) % PKERNELPCA plots Kernel-PCA feature extraction for 2D data. % pkernelpca(T,features,ker,arg) % % The Kernel-PCA non-linearly map the data into h
www.eeworm.com/read/421910/10680078

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/421785/10698275

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/421239/10747475

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/349646/10808604

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/349646/10809455

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/469416/6976193

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/467077/7015369

m midwt.m

function [y,L] = midwt(x,h,L); % [x,L] = midwt(y,h,L); % % Function computes the inverse discrete wavelet transform x for a 1D or % 2D input signal y using the scaling filter h. % % Input