代码搜索:尺寸计算
找到约 10,000 项符合「尺寸计算」的源代码
代码结果 10,000
www.eeworm.com/read/199744/7825460
bas 计算器.bas
Attribute VB_Name = "Module1"
Option Explicit
Global Const pi As Double = 3.14159265358979
Sub total(a, c, b)
Select Case b
Case 0
a = a + c
Case 1
www.eeworm.com/read/199744/7825462
frx 计算器.frx
www.eeworm.com/read/199744/7825467
frm 计算器.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00008080&
BorderStyle = 1 'Fixed Single
Caption = "科学计算器"
ClientHeight = 3075
ClientLeft = 45
www.eeworm.com/read/199744/7825469
exe 计算器.exe
www.eeworm.com/read/199744/7825472
vbp 计算器.vbp
Type=Exe
Form=计算器.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#E:\WINNT\system32\stdole2.tlb#OLE Automation
Module=Module1; 计算器.bas
IconForm="Form1"
Startup="Form1"
HelpFile=""
www.eeworm.com/read/399660/7843488
dsn 计算器.dsn
www.eeworm.com/read/399660/7843489
pwi 计算器.pwi
www.eeworm.com/read/399194/7881452
c 计算器.c
#include
#define uchar unsigned char
#define uint unsigned int
char a[16]={0};
char b[16]={0};
uchar dm[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x79,0x40};
uchar wx[
www.eeworm.com/read/399194/7881455
hex 计算器.hex
:10038C00103200000000000000000000000000001F
:10039C0000001042000000000000000000000000FF
:1003AC00000000000C243F065B4F666D7D077F6FDD
:0C03BC007940085801020408102040801D
:100472002553F8E6F5572424F8E
www.eeworm.com/read/399194/7881456