代码搜索:2D物理模拟

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

代码结果 10,000
www.eeworm.com/read/380330/2660549

h i810_common.h

/* i810_common.h -- common header definitions for I810 2D/3D/DRM suite * * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free
www.eeworm.com/read/358236/2999061

java shape2d.java

import java.awt.*; import java.util.*; import java.awt.geom.*; import javax.swing.*; public class Shape2d extends JFrame { public Shape2d() { super("drawing 2d shapes"); set
www.eeworm.com/read/266746/4271566

java disposeapp.java

package disposeimage; import javax.swing.UIManager; import java.awt.*; /** * Title: DisposeImage * Description: 应用Java 2D API实现图像的各种处理 * Copyright: Copyright (c) 2003 * C
www.eeworm.com/read/259229/4345257

hx matrix.hx

package flash.geom; extern class Matrix { // 3x2 affine 2D matrix var a : Float; var b : Float; var c : Float; var d : Float; var tx : Float; var ty : Float; function new( ?a : Float, ?b :
www.eeworm.com/read/161121/5559831

h sis_accel.h

/* * SiS 300/630/730/540/315/550/650/740 frame buffer driver * for Linux kernels 2.4.x and 2.5.x * * 2D acceleration part * * Based on the X driver's sis300_accel.h which is * Copyright Xav
www.eeworm.com/read/161121/5559832

c sis_accel.c

/* * SiS 300/630/730/540/315/550/650/740 frame buffer driver * for Linux kernels 2.4.x and 2.5.x * * 2D acceleration part * * Based on the X driver's sis300_accel.c which is * Copyright Xav
www.eeworm.com/read/473622/6847326

m j1comp.m

%J1COMP First Jacobian of the compound operator. % J = J1COMP(XI,XJ) returns the Jacobian matrix of the 2D composition % of XI and XJ derived with respect to the first operand. All X's are % 3x1
www.eeworm.com/read/471643/6887708

py class.py

from time import time class vector2d(object): '''2D vectors''' def __init__(self, x, y): self.x = x self.y = y self.ctime = time() def __add__(self, othe
www.eeworm.com/read/194440/8193150

m shootrayvxz.m

function [t,r]=shootrayvxz(tstep,r0) % SHOOTRAYVXZ RK4 raytracing in v(x,z) with nearest neighbor int. % % [t,r]=shootrayvxz(tstep,r0) % % Ray tracer for a 2D gridded velocity model. The model %
www.eeworm.com/read/370636/9589482

m perform_alpert_transform_2d_sliced.m

function [w,info] = perform_alpert_transform_2d_sliced(v,pos,k,s, dir) % perform_alpert_transform_2d_sliced - perform a forward 2D Alpert transform. You can specify a number of slice in the Y direc