代码搜索:尺寸计算

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

代码结果 10,000
www.eeworm.com/read/272869/10938713

frm 计算器.frm

VERSION 5.00 Begin VB.Form Form1 BorderStyle = 5 'Sizable ToolWindow Caption = "Calculator" ClientHeight = 7590 ClientLeft = 60 ClientTop = 3
www.eeworm.com/read/272869/10938716

vbp 计算器.vbp

Type=Exe Form=计算器.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\Stdole2.tlb#OLE Automation IconForm="Form1" Startup="Form1" ExeName32="计算器.exe" Path32="C:\Doc
www.eeworm.com/read/272869/10938871

frx 计算器.frx

www.eeworm.com/read/272869/10938919

frm 计算器.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 4830 ClientLeft = 60 ClientTop = 450 ClientWidth = 4320 LinkTopic
www.eeworm.com/read/272869/10938929

frm 计算pi.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/272869/10938968

rar 计算器.rar

www.eeworm.com/read/271291/11001120

c 计算器.c

#include int key_val = 0xFF; //全局变量,按键的值 int is_a_new = 0; //是否为一个新的按键 int key_val_last = 0xff; //最后一按键的键值 int op = 0; //操作符 int trans = 0;
www.eeworm.com/read/271218/11002707

txt 计算器.txt

DATA SEGMENT B1 DB 0DH,0AH,' @@@@@@@@@@@@@@ Simple calculator @@@@@@@@@@@@@@@ $' B2 DB 0DH,0AH,' @ INPUT THE FIRST NUMBER: $' B3 DB 0DH,0AH,' @ INPUT