代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/175689/5343430
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/175689/5343432
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/175689/5343463
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/349580/3142589
form poisson2d_2.form
# Copyright (C) 2005-2006 Anders Logg.
# Licensed under the GNU LGPL Version 2.1.
#
# First added: 2005
# Last changed: 2006-03-28
#
# Poisson's equation in 2D for q = 2
element = FiniteElement("Lag
www.eeworm.com/read/349580/3142594
form poisson2d_1.form
# Copyright (C) 2005-2006 Anders Logg.
# Licensed under the GNU LGPL Version 2.1.
#
# First added: 2005
# Last changed: 2006-03-28
#
# Poisson's equation in 2D for q = 1
element = FiniteElement("Lag
www.eeworm.com/read/349580/3142595
form poisson2d_5.form
# Copyright (C) 2005-2006 Anders Logg.
# Licensed under the GNU LGPL Version 2.1.
#
# First added: 2005
# Last changed: 2006-03-28
#
# Poisson's equation in 2D for q = 5
element = FiniteElement("Lag
www.eeworm.com/read/349580/3142598
form poisson2d_3.form
# Copyright (C) 2005-2006 Anders Logg.
# Licensed under the GNU LGPL Version 2.1.
#
# First added: 2005
# Last changed: 2006-03-28
#
# Poisson's equation in 2D for q = 3
element = FiniteElement("Lag
www.eeworm.com/read/349580/3142600
form poisson2d_4.form
# Copyright (C) 2005-2006 Anders Logg.
# Licensed under the GNU LGPL Version 2.1.
#
# First added: 2005
# Last changed: 2006-03-28
#
# Poisson's equation in 2D for q = 4
element = FiniteElement("Lag
www.eeworm.com/read/345310/3200920
java displaywordframe.java
package displayword;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
* Title: DisplayWord
* Description: 应用Java 2D API绘制文字
* Copyright: Copyright (c) 2004
www.eeworm.com/read/345310/3200946
java picturefilterapp.java
package picturefilter;
import javax.swing.UIManager;
import java.awt.*;
/**
* Title: PictureFilter
* Description: 应用Java 2D API进行图像过滤处理
* Copyright: Copyright (c) 2004
*