代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/454544/7387651
cpp mesh.cpp
#include "mesh.h"
Mesh::Mesh(const char *filename,bool useVBO)
{
m_state = true;
m_useVBO = useVBO;
m_mesh.Geometry = NULL;
m_mesh.Indices = NULL;
m_mesh.Normals = NULL;
m_mesh.Tex
www.eeworm.com/read/447975/7542680
m compute_quadtree.m
function [QT,Theta] = compute_quadtree(M,T,j_min,j_max,s)
% bandelet_transform_fwd - compute the quadtree that optimize the Lagrangian.
%
% [QT,Theta] = compute_quadtree(M,T,j_min,j_max,s);
%
www.eeworm.com/read/444534/7612119
vmdk my_virtual_machine.vmdk
# Disk DescriptorFile
version=1
CID=10ba993c
parentCID=ffffffff
createType="twoGbMaxExtentSparse"
# Extent description
RW 1024000 SPARSE "My_Virtual_Machine-s001.vmdk"
# The Disk Data Base
#DDB
dd
www.eeworm.com/read/244284/12875103
s menu.s
... writing geometry and k-points ...
..................................................
SAVE/WRITE geometry/k-points in one of the following formats:
0. MM input
1. CASTEP inp
www.eeworm.com/read/320203/13430879
h tankfighting.h
//----------------------------------------------------------------------------
// 文件名: TankFighting.h
//
// 描述:坦克大战应用程序头文件
//
// 作者:朱波 创建日期:2007-03-19
//----------------------------------------