代码搜索:2D物理模拟

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

代码结果 10,000
www.eeworm.com/read/250279/12418255

cpp demo13_7.cpp

// DEMO13_7.CPP - 2D collision off irregular shaped object demo // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files // INCLUDES //
www.eeworm.com/read/132141/14107363

cpp make2db.cpp

// test 2D array creation with exception throwing #include #include "make2db.h" #include // has exit() #include #include // in Visual new returns 0 o
www.eeworm.com/read/130982/14164390

cat slicer_plot.cat

function [fc] = slicer_plot(h,BB,vtx,simp,fc); This function plots a 2D slice of the 3D solution vector BB at z=h. h = The height of the desired solution, max(vtx(:,3))>= h >= min(vtx(:,3)). BB
www.eeworm.com/read/130982/14164466

m slicer_plot.m

function [fc] = slicer_plot(h,BB,vtx,simp,fc); %function [fc] = slicer_plot(h,BB,vtx,simp,fc); % %This function plots a 2D slice of the 3D solution vector BB at z=h. % % % %h = The height of
www.eeworm.com/read/228533/14380224

c pntonlin.c

/* A Fast 2D Point-On-Line Test by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ #include "GGems.h" int PntOnLine(px,py,qx,qy,tx,ty) int px, py, qx, qy, tx, ty; { /* * given a lin
www.eeworm.com/read/228006/14403559

m recon_packets2d.m

function A=recon_packets2D(D,param,packet_stream) %A = recon_packets2D(D,param,packet_stream) %Version: 2.00, Date: 2003/01/01, author: Nikola Sprljan %Wavelet packets reconstruction (2D) % %Inpu
www.eeworm.com/read/125764/14466425

cpp demo13_7.cpp

// DEMO13_7.CPP - 2D collision off irregular shaped object demo // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files // INCLUDES //
www.eeworm.com/read/123847/14610081

java array2.java

// A 2d array public class Array2 { public static void main(String[] args) { int[][] a2 = {{1,2}, {3,4}, {5,6}}; for (int j = 0; j < a2.length; ++j) { for (int k =
www.eeworm.com/read/123749/14614194

m plotvariogram2d3dfig.m

function plotvariogram2d3dfig(opt) %% function plotvariogram2d3dfig(opt) establishes a GUI configuration for %% displaying 2D/3D semi-variogram/correlogram. % opt = 1 : initial or re-plot with a
www.eeworm.com/read/122711/14672956

cpp demo13_7.cpp

// DEMO13_7.CPP - 2D collision off irregular shaped object demo // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files // INCLUDES //