Advertisement

功能全面的Delphi7系统计算器

  •  5星
  •     浏览量: 0
  •     大小:None
  •      文件类型:RAR


简介:
这款Delphi7开发的功能全面的系统计算器,集成了基本运算、科学计算以及编程所需的多种函数,操作便捷,适用于各种计算需求。 ```delphi object Form1: TForm1 Left = 0 Top = 0 Caption = Calculator ClientHeight = 236 ClientWidth = 498 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = MS Sans Serif Font.Style = [] Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = -40872 Top = -50632 Width = 56 Height = 13 Caption = Decimal Places Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False end object MainMenu1: TMainMenu Left = 420 Top = 88 object ViewMenu: TMenuItem Caption = &View OnClick = ViewMenuClick end end object StatusBar1: TStatusBar Left = 0 Top = 217 Width = 498 Height = 19 Panels = < item Alignment = taLeftJustify TextSettings.Font.Charset = DEFAULT_CHARSET TextSettings.Font.Color = clWindowText TextSettings.Font.Height = -13 TextSettings.Font.Name = MS Sans Serif TextSettings.Font.Style = [] end> end object Memo1: TMemo Left = 240 Top = 85 Width = 257 Height = 96 Hint = Memory Display Area, Press M to Clear or Paste from Clipboard. ScrollBars = ssVertical TabOrder = 3 Visible = False end object Button1: TButton Left = 408 Top = 27 Width = 57 Height = 39 Hint = View Memory Display Area, Press M to Clear or Paste from Clipboard. Caption = M Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Label1: TLabel Left = 248 Top = 59 Width = 376 Height = 26 Alignment = taCenter Caption = Press M to View Memory Display Area, Clear or Paste from Clipboard Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False end object Button2: TButton Left = 408 Top = 79 Width = 57 Height = 39 Hint = Clear Memory Display Area, Press M to View or Paste from Clipboard. Caption = Clear Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button2Click end object Edit1: TEdit Left = 384 Top = 0 Width = 73 Height = 25 Hint = Decimal Places Setting, Press M to View Memory Display Area or Paste from Clipboard. Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [] ParentFont = False TabOrder = 4 end object Button3: TButton Left = 250 Top = 87 Width = 97 Height = 165 Hint = Clear All Memory Display Area, Press M to View or Paste from Clipboard. Caption = Clear Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -20

全部评论 (0)

还没有任何评论哟~
客服
客服
  • Delphi7
    优质
    这款Delphi7开发的功能全面的系统计算器,集成了基本运算、科学计算以及编程所需的多种函数,操作便捷,适用于各种计算需求。 ```delphi object Form1: TForm1 Left = 0 Top = 0 Caption = Calculator ClientHeight = 236 ClientWidth = 498 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = MS Sans Serif Font.Style = [] Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = -40872 Top = -50632 Width = 56 Height = 13 Caption = Decimal Places Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False end object MainMenu1: TMainMenu Left = 420 Top = 88 object ViewMenu: TMenuItem Caption = &View OnClick = ViewMenuClick end end object StatusBar1: TStatusBar Left = 0 Top = 217 Width = 498 Height = 19 Panels = < item Alignment = taLeftJustify TextSettings.Font.Charset = DEFAULT_CHARSET TextSettings.Font.Color = clWindowText TextSettings.Font.Height = -13 TextSettings.Font.Name = MS Sans Serif TextSettings.Font.Style = [] end> end object Memo1: TMemo Left = 240 Top = 85 Width = 257 Height = 96 Hint = Memory Display Area, Press M to Clear or Paste from Clipboard. ScrollBars = ssVertical TabOrder = 3 Visible = False end object Button1: TButton Left = 408 Top = 27 Width = 57 Height = 39 Hint = View Memory Display Area, Press M to Clear or Paste from Clipboard. Caption = M Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Label1: TLabel Left = 248 Top = 59 Width = 376 Height = 26 Alignment = taCenter Caption = Press M to View Memory Display Area, Clear or Paste from Clipboard Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False end object Button2: TButton Left = 408 Top = 79 Width = 57 Height = 39 Hint = Clear Memory Display Area, Press M to View or Paste from Clipboard. Caption = Clear Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button2Click end object Edit1: TEdit Left = 384 Top = 0 Width = 73 Height = 25 Hint = Decimal Places Setting, Press M to View Memory Display Area or Paste from Clipboard. Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = MS Sans Serif Font.Style = [] ParentFont = False TabOrder = 4 end object Button3: TButton Left = 250 Top = 87 Width = 97 Height = 165 Hint = Clear All Memory Display Area, Press M to View or Paste from Clipboard. Caption = Clear Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -20
  • Java实现详解
    优质
    本文详细介绍如何使用Java语言编写一个具备全面功能的计算器程序,包括基础运算、高级数学函数及自定义操作等。适合初学者和进阶用户参考学习。 完整实现一个类似于Windows下calc.exe的计算器程序的Java开发版本,并包含详细的注释说明。此项目在命名空间功能方面略显不足,其他部分则较为详细。
  • 支持15位小数QT部实现)
    优质
    这是一款功能全面且精确度极高的QT计算器应用,能够支持多达15位小数的复杂运算,满足用户对高精度计算的需求。 QT计算器:支持键盘输入和窗口按钮输入,功能全面实现,并可处理多达15位小数的计算。HOHO~~~
  • 加减乘除GUI界
    优质
    这是一款具备加、减、乘、除等基本运算及更多高级功能的图形用户界面计算器,操作简便,界面友好。 设计一个计算器的GUI界面,在实现基本的加减乘除功能的基础上,还需加入开方、清除以及求倒数等功能。
  • 学生信息管理
    优质
    本系统是一款专为学生设计的信息管理工具,集课程安排、成绩查询、个人信息维护等功能于一体,助力高效学习与生活。 学生信息管理系统包含三个权限级别:学生、教师和管理员。拥有“学生”权限的用户可以查看并修改自己的个人信息;具有“教师”权限的用户则能够查阅所有学生的资料,并且支持分页显示,还可以录入学生成绩。“管理员”级别的用户具备最高权限,不仅能够管理所有的学生与教师信息,还掌控着系统的全部功能。
  • CRM旗舰版——客户管理源码.txt
    优质
    全面客户管理系统旗舰版CRM源码提供全方位客户关系管理解决方案,集成了销售、市场与服务等功能模块,助力企业优化流程,提升效率。 功能齐全的CRM系统旗舰版提供了全面的客户管理解决方案,源码包含所有必要的特性。
  • QT实现
    优质
    本项目旨在详细介绍如何设计与开发QT计算器应用程序,包括其用户界面搭建和核心计算功能的实现。通过图文结合的方式,深入解析每一个关键步骤和技术细节。适合编程爱好者及软件开发者学习参考。 使用QT开发的计算器程序可以实现加减乘除运算,并具备保存运算记录的功能。
  • HentaiBot: 人(开发中)
    优质
    HentaiBot是一款正在开发中的多功能机器人,具备广泛的功能,旨在为用户提供便捷高效的解决方案。 注意:由于Hentai一词在多数语境中有不适宜的意义,请确保该标题或项目的确切意图,并考虑使用更合适的名字以避免误解。如果你希望保留原名但需要更加中立的描述,请告知我。 一个功能齐全的无尽机器人可以解决各种问题,并从Reddit获取内容后重新发布到指定频道。 指令使用方法如下: - .random [subreddit_name]:从特定子版或其列表中随机选取图像。 - .srandom [tags] :在Sankaku上搜索带有相应标签的随机图片。支持+yuri -video形式的标签设置。 - .version:发布git commit哈希值。 - .help:展示所有命令的帮助信息。 - .list:列出子版和需要的upvotes数量以获取发布的图像。 安装说明: 警告!使用用户令牌而非机器人令牌进行操作,如需替换为机器人token,请在discord.js-light中的package.json文件中更新到最新版本。 若要启用该功能,请打开src目录并根据提示修改配置内容。
  • 装箱免费
    优质
    《装箱计算器免费全功能版》是一款集成了多种实用计算和模拟功能的应用程序。它可以帮助用户轻松计算货物包装所需的箱子数量、尺寸以及优化装载方案,适用于物流、仓储等行业人员使用。无论是个人还是企业,都可以通过这款应用提高工作效率,减少成本浪费。 集装箱装箱免费全功能版是一款非常实用的工具,支持创建多种方案,并提供装修视频教程。
  • 优质
    《功能计算器》是一款集科学计算、图形绘制及单位换算于一体的多功能应用软件。它提供复杂方程求解与数据分析服务,适用于学生、教师和科研工作者。 非常方便的Java函数计算器。