代码搜索:计算工具

找到约 10,000 项符合「计算工具」的源代码

代码结果 10,000
www.eeworm.com/read/26089/953757

cpp 三重循环计算工具.cpp

#include void main(void) { int k,wck; long int i,j,l; long int n,n1; long int tempx,tempy,tempz; while(1) { printf("-----------------------------------
www.eeworm.com/read/391480/8400693

url it工具.url

[InternetShortcut] URL=http://www.webkey.cn/tools/ Modified=9055484A9E61C7013E
www.eeworm.com/read/383720/8923577

bas 工具.bas

Attribute VB_Name = "Module1" Public Function Jdtoxs(JD As Single) As Single Jdtoxs = Int(JD) + ((JD * 100 - Int(JD * 100)) / 60 + (JD - Int(JD) - (JD * 100 - Int(JD * 100)) / 100)) / 0.6 End