代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/196983/8037940
contents
source:
arclen.c bfs.c bisearch.c bistree.c bit.c bitree.c
cbc.c chtbl.c clist.c cover.c ctsort.c cvxhull.c
des.c dfs.c directls.c dli
www.eeworm.com/read/196897/8051313
inp ex4.7(2).inp
! 4.7 一对集中力作用下的圆环
! 本程序来源于邢静忠编著的《ANSYS应用实例与分析》,科学出版社,2006年
!.用二维几何体素建立圆环的求解程序。
FINISH
/CLEAR, NOSTART
! (1)定义文件名、标题、在前处理模块中通过循环在柱坐标系下定义节点
/FilName, EX4.7(2)
/TITLE, EX4.7(2), Round Ring under
www.eeworm.com/read/332479/12753946
makefile
.c.o:
g++ -c -g $<
HDR = common.h point.h vector.h
SRC = point.c vector.c
OBJ = point.o vector.o
LIB = geometry.a
TAR = geometry.tar
all: ptest vtest
ptest: ptest.c $(LIB)
g++ -o ptes
www.eeworm.com/read/332479/12753948
readme
geometry.tar - C++ classes for Point and Vector
Contains:
* files with class definitions and methods,
> point.h - Point class declaration
> point.c - Point class methods
> vector.h - Ve