搜索资源列表
jisuanqigaga
- 本例制作计算器,运行效果如图100-1所示。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-the cases produced calculator, operating results shown in Figure 100-1. Examples of the implementation of the cases, will create a calculator that can be
Calculator
- 本程序将创建一个计算器,可以进行常用的加减乘除算术运算。知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。 编程思路:本例因为要制作计算器,所以首先定义具有计算功能的类Calculator。在类Calculator中定义处理加减乘除运算的函数,分别命名为opAdd (),opSubtract(),opMultiply(),opDivide()。然后,因为要实现实现人机交互的效果,所以先要定义实现用户界面类CalculatorGUI。通过Panel类的setLayout
Wpfjisuanqi
- WPF 的计算器,简单的页面布局,学习布局常用控件的使用-WPF Calculator, a simple page layout, learning the layout of the use of common control
jisuanqi
- 一个计算器小程序,可以进行简单的十进制运算,很适合用来学java的布局,数据类型等基础知识-A calculator small programs can be simple decimal computing, it is suitable for learning the layout of java, data types, such as basic knowledge
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
final
- 计算器菜单以及部分按钮的布局MenuBar menuBar Menu menu1,menu2,menu3 MenuItem menu1_item1,menu1_item2,menu1_item3 MenuItem menu2_item1,menu2_item2 MenuItem menu3_item1,menu3_item2 mywindow() { setTitle("计算器") menuBar=new MenuBar()
jisuanqi
- 本代码制作计算器。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-The code produced calculator. Examples of the implementation of this case, it will create a calculator that can be commonly used arithmetic operations addition and su
Caculator
- 编写的android简单的计算器,可以实现基本的四则运算规则,主要方便初学者了解android的布局以及按键响应等操作-Android prepared a simple calculator, which can achieve the basic arithmetic rules, easy for beginners to understand the main android layout and operation of key response, etc.
Calculator
- 一个简单的Java编写的计算器,采用网格布局,实现 了基本的加减乘除功能-A simple calculator written in Java, using a grid layout to achieve the basic functions of addition, subtraction
Calculator
- 使用swing编程。首先创建一个窗体,并设置默认关闭时关闭,设置大小,设置不可改变大小,设置可显示; 2、创建一个容器,使用GridBagLayout这种布局方式; 3、通过代码在窗体里面实现计算器的界面; 4、通过实现计算器的add()、sub()、multi()、division()、equal()等功能。 -With swing programming. First create a form, and set off by default turned off, set
caculate
- 安卓系统下的计算器实现,包括布局设计与功能实现-calculator at android
sasda
- 该计算器有两个主要部分,标准计算器和科学计算器,科学计算器功能尚未完成。 用的知识:按钮,菜单,布局,面板,窗口,事件,对话框,标签,单选钮。 有兴趣的读者可以完成剩下的功能。 -The calculator has two main parts, the standard calculator and a scientific calculator, scientific calculator function has not been completed. Knowledge:
jsq
- 简易计算器的实现。调用相应组件,完成组件布局,实现计算器的界面,完成相应的按键槽函数,利用信号槽机制实现按键事件与槽函数的相应。-The realization of a simple calculator. Call the appropriate components to complete the layout of components, calculator interface, complete the corresponding key slot function, signal
3107591811
- 计算器,实现加减乘除。逻辑合理,布局紧凑。-Calculator, addition, subtraction, multiplication, and division.
Android_calculator
- 一个在Android手机上的计算器实例,自己写的,熟悉下android的布局-A calculator on the Android phone instance, to write their own, familiar with the android layout. .
计算器应用程序
- 建立一简单的计算器应用程序,拖动一些按钮控件到窗体上,分别标明代表数字或功能,能够进行加、减、乘、除四则运算。实现基本的四则运算功能,连续运算,实现键盘输入和运算(即点击键盘上数字及运算符时,可输入数字和进行运算)。要求实现良好的布局效果,并对按钮功能分类编程。
Test_Calculator
- 自带主题切换和历史记录的计算器布局和SQLite应用比较复杂整个项目分了好几个层。 主要功能: 1、切换日光\夜间模式 2、记录每次计算的过程和结果 (添加、删除数据库) 3、按钮震动 4、欢迎界面(3秒)进入主界面 5、双击退出程序 6、实现简单计算器的基本运算 默认编码UTF-8,编译版本4.4.2,注释较少 -Comes with the theme of the switch and the history of the layout of t
选作 计算器
- 实现基本功能的计算器 4*4矩阵键盘 因当时最后一列硬件有错 所以最后一列的部分用独立键盘控制 键盘布局如下 0 1 2 3 4 5 6 7 8 9 = + - * /(a calculator can realize some simple function .)
ComputerPad
- 简单的计算器界面,运用了GUI知识,设计了一个利用布局管理器编写的一个java界面设计(Simple calculator interface, Using the knowledge of GUI, a design of a java interface designed by the layout manager is designed)
Android简易计算器开发实验报告
- android 简易计算器实验报告 采用线性布局方式,完成简单计算器程序的开发 包含源码(Experimental report on Android simple calculator)