搜索资源列表
仿Windows的自带计算器
- 说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂-Note : C language curriculum design works functions : imitation of the Windows calculator own environment : DOS Size : 800 OK features : graphical interface, mouse support, complex al
mini_calculator
- JAVA写计算器程序,有点像Windows的计算器 可以实现加.减.乘.除.平方.开方等运算 是我们课程设计时用的一个
Java计算器等
- JAVA课程设计之一,有计算器的基本实现和基本的JAVA WINDOWS程序源码-one of the JAVA curricula design,including the basic functions of calculator and the basic source code of JAVA WINDOWS.
computer.rar
- 用java编写的一个基于GUI的算术四则运算(加、减、乘、除)的计算器。 1.综合使用swing包的容器类和组件类设计一个合理的界面; 2.只能对整型数据进行处理; 3. 只能完成加、减、乘、除四项基本功能; 4.参照Windows附件中的计算器的外观和功能, Compiles which with java (adds based on the GUI arithmetic mathematical operations, reduces, while, eliminates) the cal
PersonnalCalc
- 简单的个人计算器,类似于Windows自带的计算器。C#编写设计。-Simple personal calculator, similar to Windows built-in calculator. C# The preparation of the design.
counter
- 模拟windows计算器的MATLAB5.3程序一个简单的例子 <<科学运算语言MATLAB5.3程序设计与应用>>的习题作业-Windows calculator MATLAB5.3 simulation procedure a simple example < < scientific computing language and application programming MATLAB5.3> > operation of the exerci
2
- 用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microsoft Foundation Class)。与MFC相比,API更贴近操作系统,也是每一个Windows程序员必须掌握的。 本文将以一个类似Windows的计算器程序为例,简述Windows API程序设计的方法和一些基本技巧。 思路和算法 -Users i
CACULATOR
- 小型计算器,基于栈结构的算法设计,模拟windows的计算器,支持正负数的四则运算-A small calculator, based on the stack structure, algorithm design, simulation windows calculator, support the four fundamental operations of plus or minus a few
Calculator
- 类似windows附件中自带的计算器 l 实现简单的四则运算功能和高级的科学计算功 能 l 界面设计要求简洁大方: ¡ 菜单栏 ¡ 实现用户显示输入输出的编辑框 ¡ 功能按钮,要求具有对鼠标敏感的功能(即鼠标 处于不同的位置和状态时,按钮控件会显示不同 的颜色,并且所有按钮控件的客户区域为椭圆或 圆形)-Similar to the windows in the annex built-in calculator l to ach
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
VC
- 表达式输入计算器,是VC的课程设计,其功能强大,类似WINDOWS的计算器-Expression input calculator is VC of curriculum design, its powerful, similar to the WINDOWS calculator
calculator
- java编程根据图形用户界面设计方法设计计算器版面并实现windows计算器的功能-java program:calculator
CaculatorDemo
- 计算器,我自己设计的计算器,和Windows的计算器差不多-Calculator, the calculator I designed, and the Windows calculator is almost
Windows-MFC
- 利用mfc进行设计的简易计算器,可进行加减乘除等计算-Using MFC to design a simple calculator, can add, subtract, multiply and divide the calculation
calculator
- 用VC++实现的基于对话框的Windows程序设计计算器功能的,界面友好,计算功能强大,可以实用-Implemented with VC++ dialog-based Windows programming calculator functions, friendly interface, powerful computing capabilities, can be useful
calculator-for-windows
- 多功能计算器。不包含源代码,课程设计作品。供学习参考所用。-The student with multi-function calculator. Include source code, course design work. For students to learn the reference.
MetaCalc
- 这是一个很小的例子基于windows的计算器。包括一个资源脚本设计的主窗口。基本的数学计算是编码。额外的按钮存在如果用户想要进一步发展它通过添加更多的复杂的计算-This is a small example of a windows-based calculator. Including the design of the main window of a resource scr ipt. The basic mathematical calculations is coded. Extra
Windows-Calculator
- 通过windows程序设计编写的一个简易MFC计算器,具有两个可以分别输入数字的编辑框,四个“+”、 “-”、 “×”、“÷”操作键和一个结果的输出框,外加一个“退出”按钮。-This is a simple calculator using windows programming, which includes two edit boxes where you can enter numbers, four operating keys "+", "-", "×" and "÷", plus
Windows-view-caculater
- WINDOWS窗口视图简单计算器设计,实现简单的加减乘除。适合新手参考初步设计。-WINDOWS window view simple calculator design, simple addition and subtraction, multiplication and division. Suitable for novice reference preliminary design.
counter
- windows编程仿造windows系统下自带计算器实现一个小到计算器gdi(Windows programming a small calculator)