搜索资源列表
jisuanqi2
- 设计一个复杂的计算器,能实现Window中计算器的功能,如下图: ⑴定义组件:0~9,+、-、*、/、sqrt()、1/x、%、C=按钮;显示屏文本行;菜单; ⑵要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果。 ⑶具有进制转换功能; -Design a complex calculator, to achieve Window in calculator function, the following chart: ⑴ custom component: 0 ~ 9,2
calculator
- java计算器,带图形用户界面,能够在输出显示屏上显示所输入的式子,并且能够进行4则混和运算。-java calculator with graphical user interface that can display the output of the input formula, and can be mixed computing 4.
JAVA
- 设计一个复杂的计算器,能实现Windows系统中计算器的功能 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能 -Design a complex calculator, Windows system to achieve the functions of the calculator (1) the definition of components: 0 ~ 9 ,+
Calculator
- 能够在输出显示屏上显示所输入的式子,并且能够进行4则混和运算。-this is a simple calculator program
a
- 一个JAVA计算器,能够在输出显示屏上显示所输入的式子,并且能够进行4则混和运算。-A JAVA calculator that can display the output screen input formula, and mixing operations can be carried out 4.
shizhong
- Java写的巨型LCD液晶时钟显示屏 (0 folders, 34 files, 125.12 KB, 125.12 KB in total.)-a clock program
complexedcalculate(java)
- java课程设计,设计一个复杂的计算器,能实现Windows系统中计算器的功能。 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能. -java course design, design a complex calculator, calculator to achieve the functions of Windows systems. (1) custo
calculator
- 一个JAVA计算器,能够在输出显示屏上显示所输入的式子,并且能够进行4则混和运算。比如:要求(8-4*4)/(4-6) 就只要输入这个式子便可计算出结果。。。 -A JAVA calculator that can display the output screen input formula, and mixing operations can be carried out 4. For example: requirements (8-4* 4)/(4-6) to enter the f
TestSocketServer
- 此为JAVA SOCKET SERVER程式,可模拟从银行置机返还信息给POS终端的信息,也可以接受客户端的发送的BYTE,并显示在显示屏上。-This is a JAVA SOCKET SERVER program can simulate the machine returned home from the bank information to the POS terminal of the information, you can also send the client to acce
Triangle
- 输入一个数字,输入相应菱形的行数,注意不要输入太大的数值,以免显示屏范围超出-Enter a number, enter the appropriate diamond line number, be careful not to enter too much value, so that the display beyond
JiSuanQi
- java实现计算器,import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi { Frame f Label lab Button[] bt=new Button[29] JTextField t StringBuffer str //显示屏所显示的字符串 double x,y //x和y都是运算数 int
iPhone-Retina-Magnifying-Effect
- iPhone Retina显示屏图片放大效果,通过这里的javascr ipt代码得到了在pc浏览器上很好的实现。-A magnifying effect exclusive to iPhone. Now with this simple javascr ipt code, you can utilize this awesome show on the pc browser.
java-control-LED
- java 编写的一个控制LED显示屏的工具-java control what appear on led.
The-giant-LCD-clock-display
- 利用Java编程语言实现LCD液晶时钟显示屏编写,以此实现LCD液晶时钟显示屏的功能。-Using the Java programming language is to realize LCD clock display.It can realize the function of LCD clock display
MyApplication
- 用来在安卓平台上实现0802交换机的信号切换,可用于广播系统中控制不同设备的输入输出选择,实现用安卓手机远程控制话筒、显示屏、音响等设备之间的信号选择。-Used to implement the signal switching switch 0802 on the Android platform for different broadcasting system control device input and output options, choose to use Android p
Java_demo
- QyLED显示屏操作SDK DEMO程序。-QyLED Display Action SDK DEMO program.
CalculatorFrame
- java自测小程序实例——四则运算计算器,显示屏,按键,应有尽有(Java self-test applet)