搜索资源列表
javaCalculator
- 简单的java计算器程序-simple calculator program
javajisuanqi
- java编写的计算器程序,界面简单,和windows的计算器界面相近,供初学者使用-java prepared by the computer program, a simple interface and windows interface similar to the calculators, for beginners
Windowscalculator
- 本文需要你事先了解面向对象的基于消息驱动的 Windows 消息编程,当然,对于编写这个计算器,你不必知道太多的windows编程,你重要会编写基于对话框的简单应用程序就可以了。 首先,让我们来仔细了解一下mircosoft的计算器吧,我们发现它是一个基于对话框的含有两的主对话框、一个关于对话框、一个菜单的应用程序。也就是说,我们应该创建一个基于对话框的应用程序,并且为其添加一个菜单和一个主对话框(因为,应用程序已经创建好了一个主对话框和关于对话框)。 -paper you need t
简单的计算器1
- 一个简单的计算器程序-a simple calculator program
ming
- 计算用JAVA语言编写一些小程序,简单计算器,绘图等.用JAVA语言编写银行管理系统.
Counter
- 简易的计算器程序,能够实现简单的 +,-,*,/;使用图形界面编程。
counter
- 用java图形界面编辑器编辑的一个简单的计算器程序
testZ
- 简单的计算器程序,运用GridBagLayout布局
Cal
- 使用java实现的计算器程序.拥有简单的计算功能,如开方,平方等.
MyCalculator
- 简单的计算器程序~ 用JAVA写的~~ 如果 感到有用的话 就看看把
javajisuan
- 一个简单的计算器程序,不是很好的,希望多多的指教
Calculator
- Java编写的计算器程序,简单运算,不能进行科学计算,但是已经够用了。
一个用java实现的计算器
- 这是用java实现的一个简单的计算器程序,功能全面,正确可靠-java This is achieved using a simple calculator program, full functions, accurate and reliable
Calculator
- 用JAVA编写的简单计算器程序,功能与电脑自带的功能相仿-With JAVA calculator program to prepare simple, functional and computer built-in function is similar to
calculator
- 一个用java编写的简单计算器程序.-With the preparation of a simple calculator java program.
calculator
- 用JAVA编写的简单计算器程序,能实现基本的加、减、乘、除运算-Using a simple calculator program written in JAVA, to achieve the basic add, subtract, multiply, divide operations
Calculator
- 一个简单计算器程序,仅有单次运算功能和开根号功能,适合新手学习,和Java编程作业的参考。-A simple calculator program, only a single arithmetic functions and square root functions, suitable for novice learning Java programming job reference.
ch2
- java计算器(课设必备)基本功能 简单计算器程序-java calculator (class-based essential)
jdjuqjava
- 一个java的简单计算器程序,这个程序并没有实现复杂的算法,仅仅是应用到了窗口的实现及运用。所以这个程序可以很好的学习了GUI知识-A java simple calculator program, this program does not implement complex algorithms are applied only to the realization and utilization of the window. Therefore, this procedure can be
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program