-
数值计算方法在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
-
Case: library management system object
案例:图书管理系统面向对象分析与设计 软件工程课程设计文档-Case: library management system object-oriented analysis and design software engineering course design documents
- 2022-03-28 10:34:59下载
- 积分:1
-
《高效软件测试》非常好的一本软件测试书籍。适合软件开发人员和测试人员。...
《高效软件测试》非常好的一本软件测试书籍。适合软件开发人员和测试人员。-《Efficient software testing》a very good one software testing book. Suitable for software developers and testers.
- 2022-02-15 23:42:19下载
- 积分:1
-
软件开发者的文档,简体中文版
只为交流学习
软件开发者的文档,简体中文版
只为交流学习-Software developers of the document, the simplified Chinese version only for the exchange of learning
- 2022-09-19 23:35:03下载
- 积分:1
-
一本写设计模式的书,写了对设计模式中存在问题的误解,值得一读...
一本写设计模式的书,写了对设计模式中存在问题的误解,值得一读-Design pattern to write a book, wrote a mode of design problems misunderstanding, worth reading
- 2022-02-06 20:33:36下载
- 积分:1
-
Csharp深入浅出全接触这本书不错值得新手一看
Csharp深入浅出全接触这本书不错值得新手一看-CSharp Keys in layman
- 2022-02-05 05:09:35下载
- 积分:1
-
课程设计,机票订购管理系统的测试报告,很详细
课程设计,机票订购管理系统的测试报告,很详细-Order Plane Ticket of Management System
- 2022-01-25 19:42:07下载
- 积分:1
-
你好,我把SOM的源代码对LPC2
Hello I Send som Source Code Aboat LPC2-Hello I Send som Source Code Aboat LPC2000
- 2022-11-03 12:00:03下载
- 积分:1
-
思微POS连锁超市管理系统 (商业代码),几年前的东西了,不知对别人是否有用...
思微POS连锁超市管理系统 (商业代码),几年前的东西了,不知对别人是否有用-Si micro-POS Supermarket Chain Management System (commercial code), a few years ago, things, and I do not know whether it is useful to others
- 2022-07-08 13:46:59下载
- 积分: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