搜索资源列表
托盘程序设计
- 系统托盘程序设计截至本文,最新的antlr版本是2.7.4,可从www.antlr.org/download.html下载。下面简单介绍一下怎样用antlr生成一个C++或者C#的简单的计算器程序(仅支持加法乘法)。由于用antlr生成java代码的介绍网上已经很多了,这里就不描述了... www.blog.edu.cn/user1/2449/ ... /4688.shtml 25K 2005-10-24 - 百度快照 www.blog.edu.cn 上的更多结果 -system t
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
dashujisuanqi
- 大数计算器,有加减乘乘方求余求逆 可用于密码学的课程设计。
2
- 用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microsoft Foundation Class)。与MFC相比,API更贴近操作系统,也是每一个Windows程序员必须掌握的。 本文将以一个类似Windows的计算器程序为例,简述Windows API程序设计的方法和一些基本技巧。 思路和算法 -Users i
p1
- 设计一个可以支持无限精度的计算器;支持+、-、*、/四种运算,至少一种运算运用分支法, 现+、-法用常规法,时间复杂度为O(n), *法可以使用常规法、二分法、FFT法- design can support an infinite precision calculator +,-,*,/ four computing support, computing at least one branch of law to use, =
calculator
- linux下设计的计算器,包括一般计算器的功能,完全源代码,内附有详细的使用说明-The design of the calculator under linux, including general calculator function, with full source code, included detailed instructions for use
caculator
- 实现简单那计算器的编辑设计。加减乘除功能,清楚,重置等按键。-Simple editing of that calculator design. Addition, subtraction, multiplication and division functions, clear, reset button.
Lupin123III
- 面向对象程序设计(C++)简易计算器,实现最简单的计算,包括加减乘除-C++ calculator
jisuanqi
- 数据结构的课程设计,用二叉树实现一个计算器功能,欢迎下载-Data structure curriculum design, binary tree using a calculator function, please download
chaochangzhengshujisuanqi-
- 使用MFC进行超长整数计算器的设计,经过本人调试,结果运行正确-Use MFC for long integer calculator design, after I debug, the results of running correctly
jisuan
- 在Linux中使用Qt界面设计简易计算器,并在上位机上触屏实现-Design simple calculator using Qt interface in Linux, and touch on the host computer to achieve
calc_final
- 计算器(支持加减乘除、乘方、三角函数)设计,开发平台为linux,开发语言为c++。-The calculator (support involution, add, subtract, multiply and divide trigonometric functions) design, development platform for the Linux, the development of language is c++.
calculator136
- 手机游戏开发高级用户界面设计实现一个简单的计算器功能,加减法运算-Mobile games development of advanced user interface design and implement a simple calculator function, addition and subtraction operations
calculator294
- 设计的计算器小程序,能够支持各种数学运算,可以运行。-Calculator applet designed to support a variety of mathematical operations can be run.
count103
- C#计算器运行代码,能进行简单的加减乘除运算,适合大学生课程设计的小代码-C# run code calculator, simple addition and subtraction to multiplication and division, college courses designed for the small code
qxpressedtree
- 题目内容:在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器-Subject content: in expressed as a binary tree arithmetic expression, on the basis of the design of a decimal arithmetic calculator
jisuanqi
- 基于嵌入试的语音计算器设计,带有GTK界面,实现加减乘除运算和语音播报。-Based on the embedded test voice calculator design, with GTK interface, to achieve addition and subtraction multiplication and division operations and voice broadcast.
668069
- 一个计算器的实现,设计简单,但是功能强大,除了“”和“”有问题,希望高手们改正()
prdmary-getter
- JAVA课程设计之一,有计算器的基本实现和基本的JAVA WINDOWS程序源码()
40938746
- 说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境()