-
C语言编程,本文讲述了C语言编程的技巧,难点,要点,让你的C语言编程能有一个极大的提高....
C语言编程,本文讲述了C语言编程的技巧,难点,要点,让你的C语言编程能有一个极大的提高.
- 2022-07-03 06:01:25下载
- 积分:1
-
这是一套便携式卫星天线方向图测量仪系统设计的论文。全文对整个系统设计流程原理方法进行了详细的设计...
这是一套便携式卫星天线方向图测量仪系统设计的论文。全文对整个系统设计流程原理方法进行了详细的设计-This is a portable satellite antenna pattern measurement system design thesis. The full text of the entire system design flow principle methods detailed design
- 2023-05-18 14:50:04下载
- 积分:1
-
OPNET Modeler
OPNET Modeler
Development of laboratory exercises based
on OPNET Modeler
- 2022-02-20 03:37:01下载
- 积分:1
-
introduction to software engineering
introduction to software engineering-introduction to software engineering
- 2022-09-15 13:20:03下载
- 积分:1
-
书上的微软视窗98,微软视窗4和视窗5新台币…
本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程式写作的方法。这些程式用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍後所讨论的,这不是写作Windows程式的唯一方法。然而,无论最终您使用什么方式写作程式,了解Windows API都是非常重要的。-book on the Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows NT 5.0 under the writing program Methods. These programs in C language and the use of the original Windows Application Progra mming Interface (API). If later in this chapter under discussion, and it is not writing Windows programs the only option. However, no matter what the ultimate way to use your writing programs, learn about the Windows API is very important.
- 2023-05-17 16:10:03下载
- 积分:1
-
数值计算方法在C语言中的应用
介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do...
数值计算方法在C语言中的应用
介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical methods and computer programming language combined weight in particular, given the Newton iterative formula, explained Newton iteration in do-while loop, the application Then examples curve trapezoid area based solution discussed rectangular and trapezoidal method for the application cycle. Finally : with the correct numerical method to prepare efficient computer programs to solve complex practical problems should become contemporary science and engineering students essential infrastructure and skills
- 2022-06-02 02:45:26下载
- 积分:1
-
可以查询一个人生活了的天数,星座。某天是星期几。某天基础上增加多少天后是怎样。...
可以查询一个人生活了的天数,星座。某天是星期几。某天基础上增加多少天后是怎样。-A person can learn about the number of days lived, constellation. One day the week. One day the basis of increase in the number of days is going to be.
- 2022-01-21 04:22:43下载
- 积分:1
-
企业人事管理系统课程设计报告之企业人事管理系统可行性分析报告...
企业人事管理系统课程设计报告之企业人事管理系统可行性分析报告-report
- 2022-04-19 02:14:51下载
- 积分:1
-
MSP430的C语言应用,讲解详细并附有实例
MSP430的C语言应用,讲解详细并附有实例-MSP430 C-language application, explaining in detail along with examples of
- 2022-07-08 01:56:23下载
- 积分:1
-
停车场管理系统
这是一个车辆停车管理程序。它使用的用户帐户和管理员帐户来控制其他帐户。在启动屏幕上,注册的用户可以选择他们从数据库中检索的用户名。然后他们必须提供一个密码。如果同一个数据库中输入的密码,身份验证,并在用户可以访问该程序。
当用户访问该程序时,他们可以改变他们的个人数据。它是通过从数据库中检索所有字段,并显示在文本框中。用户可以编辑的文本,当按下保存更改按钮,所有的数据都被写回数据库。
它是一个简单的数据库的读取和写入。查看其他用户的信息是通过组合框中填入的用户名和密码。当用户单击组合框中的用户名时,在文本框中充满了从数据库中读取的信息。数据不是可编辑的因为都只读的标签中显示文本。向车辆类型的组合框添加一个新的汽车,是通过在运行时添加到组合框中一个新的项目。
文字的文本框中添加新的项。它是只是一个临时的值,因为下一次该程序将被载入,组合框将刷新与旧值。用户可以注销,然后转到欢迎屏幕,所以他们可以再次登录。也是管理员帐户。
- 2022-02-21 09:50:07下载
- 积分:1