搜索资源列表
-
0下载:
设计一个函数计算器(小程序),能够求一个double类型数据的指定函数值。GUI程序界面自己设定,要求有输入数字的按钮,不用键盘输入数字,只能用数字按钮来输入数字。-Design a function calculator (small programs), to find a double data type specified function value. GUI interface to set their own program, enter the number of buttons
-
-
0下载:
设计一个复杂的计算器,能实现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
-
-
0下载:
JAVA课程设计---计算器源代码
主程序界面菜单,菜单栏有游戏、工具、帮助三个子菜单。 用户可以通过鼠标或键盘依次输入参加计算的数值,进行加、减、乘、除、求余运算混合运算。 -JAVA course design--- main program source code calculator interface menu, menu bar there are games, tools, help the three sub-menu. Users can order through the
-
-
0下载:
设计一个复杂的计算器,能实现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 ,+
-
-
0下载:
能够计算算式的计算器,限制非法输入。支持括号!支持键盘格式输入!
天外的星星计算器V1.0版-The calculator can calculate the formula to limit the illegal importation. Support brackets! Support for keyboard input format! Days outside the star Calculator V1.0 version of
-
-
0下载:
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
-
-
0下载:
java 计算器 带正余弦、、待扩展,能实现键盘输入-java calculator with is cosine, to be expanded, to achieve keyboard input
-
-
0下载:
普通计算器,不支持键盘操作,没有科学计算-Ordinary calculator, do not support the keyboard operation, not scientific computing
-
-
0下载:
通用初等函数计算器,在网页上模拟出键盘的风格,程序主要是进行数学运算,不但包括最基本的加减乘除运算,还有平方根、立方根、正弦、余弦运算,以及一些更复杂的数学函数。本计算器运行于PHP环境,更多功能希望与大家一起完善。
http://www.codefans.net/other/math/-Universal primary function calculator on the page to simulate the style of the keyboard, the program is
-
-
0下载:
可以实现简单的计算器功能,,不支持键盘输入··不过功能还可以的-Simple calculator function can be achieved, and does not support keyboard input, but can also be a function of
-
-
0下载:
The design of complex calculator can be+,-,*,+=,*=,>=,<=,==,!= operation, which >=,<= against plural mold carried out 2. Design Entry overloaded functions, require it to receive input from the keyboard, the plural form a+ bi, in the proce
-
-
0下载:
一、进制转换
程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器
程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应
程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion
Program
-