-
数值计算方法在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
-
VB medicine prepared by the Management System
VB编写的医药管理系统-VB medicine prepared by the Management System
- 2022-05-18 10:19:31下载
- 积分:1
-
学习C的同志可以下这个进行编程
比TC好用多了,也简单多了...
学习C的同志可以下这个进行编程
比TC好用多了,也简单多了-learning C comrades can be conducted under the program easier to use than the TC also much simpler
- 2022-02-24 10:00:23下载
- 积分:1
-
动态链接库的控制形式,包括所有原代码为PC工业粉尘等。
控件形式的DLL,包括全部的原代码,用于除尘行业的上位机监控-Control form of DLL, including all the original code for the PC industry Dust Monitoring
- 2022-03-22 07:57:43下载
- 积分:1
-
计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行...
计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communication technology and engineering practice in compiling this chapter procedures, I would be grateful if winio.dll. winio.vxd winio.sys reproduction of documents and executable files to the directory, Otherwise WinIo initializeWinIO the initialization function call will fail.
- 2022-02-22 11:21:06下载
- 积分:1
-
Teach.youself.UML.in.24.hours, 3rd. The English version, fast UML entry.
Teach.youself.UML.in.24.hours,3rd。英文版,快速UML入门。-Teach.youself.UML.in.24.hours, 3rd. The English version, fast UML entry.
- 2022-11-09 09:05:04下载
- 积分:1
-
Described in detail how to set up a Subversion Server server, which code develop...
详细描述的如何架设一个Subversion Server服务器, 这对于协调代码开发很有帮助!-Described in detail how to set up a Subversion Server server, which code development for the coordination of helpful!
- 2022-01-26 07:07:46下载
- 积分:1
-
extreme programming explained1极限编程
extreme programming explained1极限编程-extreme programming explained the extreme programming approach...
- 2023-08-07 13:30:03下载
- 积分:1
-
在芯片的机顶盒会话数据
ALI CHIP STB CONVERSATION DATA
- 2022-01-25 14:19:35下载
- 积分:1
-
QT下编写的一个2048游戏
应用背景通过鼠标的滑动来控制组合数字的方向,QT下编写的一个2048游戏。关键技术
//QT5.5.1编译运行通过。
//部分代码
// 颜色数组 存储每个数字对应的背景色
QColor digitBkg[11] = {QColor::fromRgb(0xFF, 0xFF, 0xCC), QColor::fromRgb(0xFF, 0xFF, 0x99),
QColor::fromRgb(0xFF, 0xCC, 0xCC), QColor::fromRgb(0xFF, 0xCC, 0x99),
QColor::fromRgb(0xFF, 0x99, 0x99), QColor::fromRgb(0xFF, 0x99, 0x66),
QColor::fromRgb(0xFF, 0x66, 0x66), QColor::fromRgb(0xCC, 0x99, 0x66),
- 2022-04-23 14:12:22下载
- 积分:1