-
Seeking two coordinates of line segment intersection algorithm description
求两条直线段的交点坐标的算法说明,是网上资料的经典积累-Seeking two coordinates of line segment intersection algorithm description
- 2022-03-06 01:29:21下载
- 积分:1
-
Vijos 评测程序服务 源代码,Visual Basic .NET
Vijos 评测程序服务 源代码,Visual Basic .NET-Vijos evaluation program services, the source code, Visual Basic. NET
- 2022-07-05 06:43:33下载
- 积分:1
-
用VC编写的一个微型操作系统,是操作系统的课程设计。
用VC编写的一个微型操作系统,是操作系统的课程设计。-VC prepared by a micro-OS, the operating system is designed courses.
- 2022-05-17 11:56:39下载
- 积分:1
-
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words-Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
Hi! You are luser! You luser 20 words
- 2022-10-21 20:05:04下载
- 积分:1
-
A Real-Time Anomaly Network Intrusion Detection System with High Accuracy
- 2022-11-05 04:40:03下载
- 积分:1
-
对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。...
对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。-right Autoboot source code analysis. Autoboot analysis of the principle, the installation of the framework and code structure.
- 2023-02-28 01:00:04下载
- 积分:1
-
一套35选7黄河风采(兰州福利彩票)完整版。有分析、选号、筛号功能,方法独特。...
一套35选7黄河风采(兰州福利彩票)完整版。有分析、选号、筛号功能,方法独特。-set of the Yellow River July 35 election charisma (Lanzhou welfare lottery) full version. Some analysts, the roads, functional screen size, unique way.
- 2022-07-05 12:05:56下载
- 积分:1
-
一套及时通讯的原码,功能相当强大,有兴趣地可以自己二次开发...
一套及时通讯的原码,功能相当强大,有兴趣地可以自己二次开发-Timely communication of the original set of code, function very strong, with interest to their own secondary development
- 2022-01-22 16:58:27下载
- 积分:1
-
VC of the game development process example, readers may use it for more complex...
VC实现的游戏开发程序实例,读者可利用它进行更为复杂的游戏程序开发。-VC of the game development process example, readers may use it for more complex game development.
- 2022-05-24 00:18:04下载
- 积分:1
-
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004...
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004-11-29
指导教师:罗建军
一.项目背景:
1.背景简介
我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算器程序,以便用于自己的学习工作。
2.项目目标
编写一个能进行科学计算的计算器程序。
要求:
输入:被计算的数据
输出:计算结果
3.运行环境
1 硬件:
PIII 计算机(CPU 主频 550MHz以上、128MB内存)
2 软件
Windows XP 操作系统
Visual C++ 6.0
二.算法描述
1 选用对话框,并加入控件,做好计算器可视的外表。
2 给控件添加属性中的ID和名称。
3 在CCaculateDilg类中添加主要程序代码。
4 数字的输入
这个计算器应用程序实现的是顺序连接计算,即按照计算数和计算符的输入次序进行计算,知道按下"="按钮为止完成一次计算过程.过程可分为三个步骤:一是对计算数和计算符的输入处理 二是对计算的处理 三是对显示的处理.
1.处理输入
在程序中使用m_operand来储存当前的输入.每次输入时都必须将输入的数字累
- 2022-08-23 23:54:45下载
- 积分:1