搜索资源列表
20032315
- 这是一个计算器的程序,使用C++编写, 在VC控制台下运行-This is a calculator, the use of C + +, VC console running
CCodeExample
- c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
jisuanqi
- 计算器程序,c++语言实现,利用栈,可执行复杂的4则运算如8-1+(2-1)*9/3,vc++6编译通过
数据结构计算器
- 数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能-basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions
01131516409
- 简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
biaodashiqiuzhi
- 数据结构的栈的应用,用C语言些的,类似与计算器 -Data structure of the application stack
calculator
- 基本的计算器程序,可供C语言初学者学习一部分数据结构-Basic calculator program for beginners to learn the language part of C data structures
jisuanqi
- c语言编的计算器,能对中缀表达式计算其结果,只需按要求输入程序即可-c language for the calculator, infix expressions can be calculated on the results, simply enter the procedures required to
ijkljk
- 包含两个文件,一个是.BGI文件,是图形化得驱动,没有它该C语言程序无法正常显示,另外一个是源程序,本程序功能为图形化的计算器-Contains two files, one. BGI document is too graphic drivers, without which the C language program can not display properly, the other is the source, this program features for the graphi
caculator
- 计算器,用c++实现的,功能一般,希望对大家有用-the caculator which discribed in c++
C
- 上传的文件包含6个: 计算器、二叉树、排序、哈希查找、图的遍历和最小生成树。-Upload file contains 6: calculator, binary tree, sorting, hash search, graph traversal and the minimum spanning tree.
calculator
- 一个简单实用的实现计算器的功能代码,便于理解学习C++编程与数据结构与算法。-A simple and practical calculator function code realization, facilitating understanding learning c++ program and data structure and algorithms.
Reverse-Polish-calculator
- 逆波兰计算器C语言源码 数据结构经典常用算法-Reverse Polish calculator classic C language source code data structures commonly used algorithm
calculator
- 乘法大整数计算器,采用数据结构,C++编写-Large integer multiplication calculator, the use of data structures, C++ writing
1-1
- 用C语言编写的复数计算器,实现了加减乘除功能,用结构体存储实部和虚部,适合数据结构初学者-Complex with a calculator written in C, to achieve the Math functions, with the structure store the real and imaginary parts, the data structure suitable for beginners
Caculator
- C++计算器,基于“栈”这一常见的数据结构,希望能对初学者有所帮助-C++ calculator, based on the " stack" the common data structure, hoping to help beginners
calculator
- 用C语言通过堆栈算法实现的一个简单的计算器.可是实现四则运算。-a calculator
计计计算器
- 用C++实现小型计算器的功能,包括四则运算,三角函数,对数函数,幂函数的运算(Using C++ to achieve the function of small calculators, including four operations, trigonometric function, logarithmic function, power function calculation)
运算器
- 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,
简易计算器
- 实现四则运算和三角函数运算功能的自制简易计算器(Implementation of four operations and trigonometric functions)