-
108个常见编程问题的解决源代码
108个常见编程问题的解决源代码-108 common programming problems to solve source code
- 2023-03-26 23:25:03下载
- 积分:1
-
内容和要求
1. 论述课题的性质、内容以及本次课程设计的目的和要求。
2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0...
内容和要求
1. 论述课题的性质、内容以及本次课程设计的目的和要求。
2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0数据库管理系统简要的说明。
3. 总体设计方案的分析、比较和论证。
4. 数据库的建立,数据库中表的结构,各表中关键字的设置,表与表之间的关系。
5. 应用程序的菜单设计和界面设计,表单和报表的设计。
6. 编写代码、上机输入、调试、修改并运行通过。
7. 编写课程设计说明书。说明书是总结性的技术文件,应全面叙述整个设计的内容及过程(可参考上述6条),发现的问题及解决方法等。
8. 源代码和参考书目应作为说明书的附录。
9. 说明书应采用学校印刷的课程设计专用纸张,文字说明不少于6000字,数据库的总记录条数不少于100条。说明书中应包括系统结构示意图。
10.说明书一律横向装订,装订线在左侧。按目录、正文、
-a content and requirements. Discussed issues of the nature, content and design of the course the purpose and requirements. 2. Note to the computer system software and hardware environment, the basic requirements are that for Windows operating systems and database management systems VF6.0 briefly. 3. Design program analysis, comparison and verification. 4. The creation of the database, the database table structure, the keyword table settings, table and the relationship between the table. 5. Application procedures for the design and menu interface design, and the statements of the form d
- 2022-02-01 20:45:24下载
- 积分:1
-
用VC6.0做的飞机游戏。。。做了一个飞机模型
用VC6.0做的飞机游戏。。。做了一个飞机模型-VC6.0 do with the game of the aircraft. . . Done an aircraft model
- 2023-04-21 11:25:03下载
- 积分:1
-
用delphi写的密码管理工具.
用delphi写的密码管理工具.-used to write the password management tool.
- 2022-04-14 10:38:16下载
- 积分:1
-
Realize dual
双进程实现,启动 互相探视,互相启动
如果其中一个被关闭 那么另一个 又开启-Realize dual-process, start to visit each other, each other to start if one was shut down then opened another
- 2022-09-04 03:40:03下载
- 积分:1
-
基本的猜数字游戏,有游戏,说明,排行等功能,运行环境DOS...
基本的猜数字游戏,有游戏,说明,排行等功能,运行环境DOS-Basic猜数字games, game, description, ranking and other functions, operating environment for DOS
- 2023-07-29 16:15:03下载
- 积分:1
-
debian linux hard disk installation files. the hard disk to install the hard dis...
debian linux 硬盘安装文件.硬盘安装硬盘安装-debian linux hard disk installation files. the hard disk to install the hard disk installation
- 2022-03-01 11:02:48下载
- 积分:1
-
此解压包没有密码, 里边有需要的头文件、源代码和编译好的程序. 这个程序是一个输入密码显示"*"号的登陆程序例子....
此解压包没有密码, 里边有需要的头文件、源代码和编译好的程序. 这个程序是一个输入密码显示"*"号的登陆程序例子.-no passwords, there is a need inside the header files, source code and compiled procedures. The procedure is a password shows that the "*" landing procedures example.
- 2022-02-01 01:22:06下载
- 积分:1
-
这个是议和功能强大的图书借阅系统
用java实现的可供各大高校使用...
这个是议和功能强大的图书借阅系统
用java实现的可供各大高校使用
-this Parliament is a powerful system to borrow books using java major achievement for the college to use
- 2022-07-26 10:18:15下载
- 积分: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