-
各种编成语言的帮助,可以对编程以很好的帮助。
各种编成语言的帮助,可以对编程以很好的帮助。-err
- 2022-02-04 17:13:20下载
- 积分:1
-
deleting cookiew ver 3 from computer
deleting cookiew ver 3 from computer
- 2022-08-07 13:04:04下载
- 积分:1
-
析报告是在测试分析的基础上,对测试的结果以及测试的数据等加以记录和分析总结。它也是测试过程中的一个重要环节,同时,它也是对软件性能的一个总的分析和认可及对不足之...
析报告是在测试分析的基础上,对测试的结果以及测试的数据等加以记录和分析总结。它也是测试过程中的一个重要环节,同时,它也是对软件性能的一个总的分析和认可及对不足之处的说明。因此,测试分析报告对于今后对软件的功能的加强,不足之处的弥补等都起着十分重要的提纲作用。另外,它还有利于今后软件开发者阅读原程序,根据测试提供的数据和结果,分析原代码,掌握各函数的功能和局限性。从而缩短软件开发者的再开发时间和所耗费的精力.资金。-Analysis of the test report is based on the analysis of test results and test data to be recorded and analyzed and summarized. It is also in the process of testing an important part, at the same time, it is for software performance analysis and a general recognition and description of the inadequacies. Therefore, the test analysis report for the future of software is the strengthening of the inadequacies of the make up of the outline and so plays a very important role. In addition, it is also beneficial to the future software developers to read the original procedure, according to test data and results of analysis of the original code, to acquire all of the features and limitations of function. Software developers in order to shorten the re-development time and cost of energy. Fun
- 2022-03-18 05:23:57下载
- 积分:1
-
模拟银行系统,可以模拟存款,取宽,挂失,开卡等等很多功能
模拟银行系统,可以模拟存款,取宽,挂失,开卡等等很多功能-simulation banking system can simulate deposits, from wide, report the loss, opened many functional cards, etc.
- 2023-07-16 11:45:03下载
- 积分:1
-
哈工大嵌入式系统设计课件,根据国外经典教材《嵌入式系统设计―统一的硬件/软件设计》编写...
哈工大嵌入式系统设计课件,根据国外经典教材《嵌入式系统设计―统一的硬件/软件设计》编写-HIT software embedded system design, according to the classic foreign materials " embedded system design- a unified hardware/software design," prepared
- 2022-01-24 16:46:48下载
- 积分:1
-
线性表运算,进行插入、删除、返回长度、判空、等的10多种操作...
线性表运算,进行插入、删除、返回长度、判空、等的10多种操作-Linear table operations, insertion, deletion, back length, sub-space, and so on more than 10 kinds of operations
- 2022-02-06 03:36:58下载
- 积分:1
-
pos商场、超市管理系统,采用DELPHI实现
pos商场、超市管理系统,采用DELPHI实现-pos malls, supermarkets management system, using DELPHI
- 2023-04-01 00:35:04下载
- 积分:1
-
Hi All Find The Attachment
Hi All Find The Attachment
- 2023-06-17 07:20:02下载
- 积分:1
-
AI Technology used in Data Retrieve and Search Engine.
AI Technology used in Data Retrieve and Search Engine.
- 2022-05-22 07:31:55下载
- 积分: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