-
vb方面的编程,条形码编程。希望对大家有用。
vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
- 2023-06-04 11:20:03下载
- 积分:1
-
推箱子游戏,直得对游戏开发的朋友学习或参考.
推箱子游戏,直得对游戏开发的朋友学习或参考.-Sokoban games, straight to the game developers have a friend learning or reference.
- 2022-09-20 00:55:03下载
- 积分:1
-
java 课件介绍JAVA语言的入门知识
java 课件介绍JAVA语言的入门知识-java software JAVA language introduction introductory knowledge
- 2022-03-16 12:12:42下载
- 积分: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
-
a short gray model simulation program, downloaded directly to the Matlab environ...
一个简短的灰色模型计算仿真程序,下载直接到matlab环境下运行即可-a short gray model simulation program, downloaded directly to the Matlab environment can be run under
- 2022-01-26 01:19:39下载
- 积分:1
-
c++, 关于字符串探讨
c++, 关于字符串探讨-c, on the string on
- 2022-03-04 11:37:29下载
- 积分:1
-
Simple plate 8051 internship with the original code to provide you entry embedde...
简单的8051实习板用原代码为您提供入门嵌入式系统,其源代码以c语言为主
- 2022-01-25 15:12:26下载
- 积分:1
-
一个用于仿真边界网关协议(BGP)的源码
一个用于仿真边界网关协议(BGP)的源码-a simulation for Border Gateway Protocol (BGP) FOSS
- 2022-05-13 02:40:39下载
- 积分:1
-
Lotus security
Lotus安全性增强软件,是我毕业设计作品。能够监视数据库文档的修改变动。-Lotus security-enhanced software, design work is my graduation. Able to monitor movements to amend the document database.
- 2022-03-04 11:26:43下载
- 积分:1
-
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
- 2022-08-06 12:51:19下载
- 积分:1