-
A detailed description of Chinese character encoding files, embedded text to be...
详细说明了汉字编码文件,对嵌入式文字处理工程师很有帮助
- 2022-04-13 04:40:30下载
- 积分:1
-
proteus word file important example unbelieveble info.
proteus word file important example unbelieveble info.
- 2023-08-09 08:25:04下载
- 积分:1
-
The Art of Software Testing Test classics will most certainly be helpful to ever...
软件测试的艺术
测试的经典著作,一定会对大家有所帮助-The Art of Software Testing Test classics will most certainly be helpful to everyone
- 2022-08-15 04:25:44下载
- 积分: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
-
你是不是也在寻找关于STL的文章呢?看看这些吧,希望你能用得着...
你是不是也在寻找关于STL的文章呢?看看这些吧,希望你能用得着-Did you also find this article on the STL? Look at these now, I hope you can be useful
- 2022-05-19 17:01:19下载
- 积分:1
-
HT48c10控制TDA7313N(音效处理芯片)程序
#if 0
//ht48c10控制TDA7313N(音效处理芯片),音源从L3输入,再从OUT...
HT48c10控制TDA7313N(音效处理芯片)程序
#if 0
//ht48c10控制TDA7313N(音效处理芯片),音源从L3输入,再从OUT LF脚输出
//SDA=PA1--PA7 , SCL=PA0--PA6 ...
-HT48c10 control TDA7313N (audio processing chip) procedure# if 0// ht4 8c10 control TDA7313N (audio processing chip), the sources of noise from L3 input, LF from the OUT pin output// SDA = blocking-- PA7, SCL = PA0-- PA6 ...
- 2022-07-18 22:35:43下载
- 积分:1
-
psc7故障
psc7容错系统,使用西门子控制系统实现化工控制的不间隙性生产。-psc7 fault-tolerant system, using Siemens control systems to achieve chemical control of non-production gap.
- 2022-03-19 12:33:18下载
- 积分:1
-
哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。
假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。
规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。
-dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow w
- 2022-02-12 04:28:55下载
- 积分:1
-
基于240*320的彩色液晶的驱动程序,和测试程序。内部包含周立功的GUI函数,十分好用,对于新手上路,用程序很好上路。...
基于240*320的彩色液晶的驱动程序,和测试程序。内部包含周立功的GUI函数,十分好用,对于新手上路,用程序很好上路。-Based on 240* 320 color LCD drivers, and testing procedures. Internal included ZLG the GUI functions, very easy to use for novice road, with the program very well Sheung.
- 2022-08-17 05:34:16下载
- 积分:1
-
modify s3c2440 panel rotation to 90 degree
modify s3c2440 panel rotation to 90 degree -modify s3c2440 panel rotation to 90 degree
- 2022-03-25 05:27:34下载
- 积分:1