搜索资源列表
dan-c语言程序设计
- 我以前做的一个比较简单的c语言计算器 很容易看懂
C语言计算器
- 编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)Javascr ipt 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一
ComplexCalculator
- 一个用MFC制作的实现“复数”各种操作的计算器。包括 加减乘除根模 自然对数 实幂指数 虚幂指数 正弦 余弦 正切。 主要是各种算法和类的设计。 可以供初学C++面向对象程序设计和MFC的同学参考。-err
200604222233534318
- 数学计算软件设计代码 用c#设计 能实现数学计算器的功能设计 程序运行正常-Mathematical calculation software design code with c# Mathematical calculator designed to achieve the functions of the design process to run the normal
jisuanqi
- 用C#开发设计的一个关于计算器的应用程序.-With C# Development and design of a calculator application.
c
- 用C语言设计计算器程序源代码,可以完成计算功能-Calculator design using C language source code, you can complete the calculation
jsq
- 用C语言设计计算器程序源代码,可以完成计算功能-Calculator design using C language source code, you can complete the calculation
c1
- 用C语言设计计算器程序源代码,可以完成计算功能-Calculator design using C language source code, you can complete the calculation
jisuanqi
- 设计一个程序来模拟一个简单的手持计算器。程序支持算术运算符+、-、*、/、=以及C表示清除,A表示全清除操作! 任务和要求:程序运行时显示一个窗口等待用户输入,用户可以从键盘输入的表达式显示在窗口中,用户键入=后窗口显示结果。 -Design a program to simulate a simple hand-held calculator. Program supports arithmetic operators, as well as C, said+,-,*,/,= clea
Exp30_1
- C++程序设计第二版中的习题,用mfc编一个小计算器-C++ programming exercises in the second edition, with a small calculator mfc code
CSharp_Calculator
- 面向对象程序设计 C#程序设计 计算器设计-Object-oriented programming C# programming calculator design
cele
- 一个简单的关于计算器的C++程序设计,可运行于Visual Basic ,属于基础题-A simple calculator C++ programming, can be run in Visual Basic, are basic questions
calculator
- c++程序设计。MFC编程,按钮,编辑框控件。计算器的实现。计算器编程实例。C++入门学习。-c++ program design. MFC programming, buttons, edit box control. Calculator implementation. Calculator programming examples. C++ learning portal.
Exp30_1
- C++程序设计第二版中的习题,用mfc编一个小计算器-C++ programming exercises in the second edition, with a small calculator mfc code
calculator
- C++语言实现的一个简易文本计算器,可以进行基本的四测运算和阶乘运算。是C++程序设计原理与实践一书中的一个实例。-C++ language to achieve a simple text calculator which can operate four basic arithmetic operations and factorial.It is an example of the book Programming Principles and Practice Using C++.
computer_design
- 该程序能够实现计算器程序设计,采用C++编程,来自C++程序设计原理与实践。-The program can achieve calculator program design, using C++ programming, program design from C++ Principles and Practice
CSharpA2
- C#程序设计及应用教程(第三版)上机练习的源代码,包含密码输入和显示练习,简单计算器设计练习,字符提取和整数整除练习,Visual Studio 2012编写,代码详细,功能完善,很多自学的朋友不知如何去写,供各位初学C#的朋友参考-C# programming and application tutorial (third edition) machine exercise of source code, including password input and display exercis
A.2
- C#程序设计及应用教程(第三版)上机练习的源代码,包含密码输入和显示练习,简单计算器设计练习,字符提取和整数整除练习,Visual Studio 2015编写。学生作业,有缺陷的话请谅解-C# Programming and Application Tutorial (third edition) on the machine exercises the source code, including the password input and display exercises, simple
矩阵计算C语言版
- 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C langu
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测试表达式及运算结果均可以完整地在某个窗口中显示出来。 6.