代码搜索:底孔计算
找到约 10,000 项符合「底孔计算」的源代码
代码结果 10,000
www.eeworm.com/read/350251/10752597
f90 matlib.f90
! ===============================================================
! |iswth 调用功能开关
! | == 1 读入材料参数并获取材料参数
! | == 2 计算切线模量
! | == 3 由应变增量计算应力增量
!
www.eeworm.com/read/451399/7464444
frm 008.frm
VERSION 5.00
Begin VB.Form 计算器
BackColor = &H00C0C000&
Caption = "计算器"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth
www.eeworm.com/read/492438/6423099
f90 matlib.f90
! ===============================================================
! |iswth 调用功能开关
! | == 1 读入材料参数并获取材料参数
! | == 2 计算切线模量
! | == 3 由应变增量计算应力增量
!
www.eeworm.com/read/355930/3046559
h mydynamiclib.h
extern "C" __declspec(dllexport)int GetMaxCommDiv(int a,int b);//计算最大公约数
extern "C" __declspec(dllexport)int GetMinCommMul(int a,int b);//计算最小共倍数
www.eeworm.com/read/355930/3046630
h mydynamiclib.h
extern "C" __declspec(dllexport)int GetMaxCommDiv(int a,int b);//计算最大公约数
extern "C" __declspec(dllexport)int GetMinCommMul(int a,int b);//计算最小共倍数
www.eeworm.com/read/295011/8190002
bas pubfun.bas
Attribute VB_Name = "PubFun"
Option Explicit
Public glTotalAxes As Long '当前计算机中轴数
Public glTotalCards As Long '当前计算机中卡数
'##################################