-
biaodashiqiuzhi
本程序的主要功能在对起泡排序,直接插入排序,简单选择排序,快速排序,希尔排序,堆排序六种内部排序算法的时间复杂度进行比较.主要工作是设法在已知算法中的适当位置插入对关键字的比较次数和移动次数的操作.记录比较次数,移动次数,实现对六种算法复杂度的比较(The primary function of this process in the bubble sort, insertion sort of direct, simple options to sort, quick sort, Hill sort HEAPSORT six internal sorting algorithm time complexity comparison. The main work is to try known algorithm the appropriate place to insert keywords compared to the number and mobile number of the operation. Comparison of the number of records, mobile number, the realization of the complexity of the six comparison algorithm)
- 2009-05-06 23:01:53下载
- 积分:1
-
Visual-CPP
这是一本C++基础教材,适合c++初学者使用,本书易于理解,通俗易懂。(a basic book for the c++ learners who is a beginner,this is a basic book,easy to learn and easy to understand.)
- 2012-07-13 17:01:52下载
- 积分:1
-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1
-
我做的银行家算法
说明: 过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。
.课程设计的要求
通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。
课程设计的题目
本次操作系统课程设计的题目为《模拟银行家算法》。(than a learning "system" courses of study and master the many books on the knowledge, but the book on the concept and there is no real understanding. This curriculum design, simulation algorithm bankers to avoid deadlock the selection process to deepen understanding of the concept of deadlock. . Curriculum design requirements of bankers algorithm simulation, process user input with the number of resources, or give each process every resource for resources, the process used to determine whether there will be deadlock if there Deadlock on the release of the entire memory resources, and reduce the total burden of the operating system. The curriculum design of the operating system subject curriculum design on the topic of "simulation algorithm bankers.")
- 2021-01-02 00:38:57下载
- 积分:1
-
biguanguanli
一个宾馆客房管理系统,可以查询宾馆住房的信息,预定客房等基本的操作。(A Hotel room management system that can query the hotel housing the information, the basic target of the operation room.)
- 2009-06-29 11:00:26下载
- 积分:1
-
CAPTION
Captura un dato de una web
- 2020-06-24 15:20:01下载
- 积分:1
-
diver
精伦通用二次开发包
带有VC++ 例子。(Jinglun general secondary development package)
- 2011-09-08 18:44:20下载
- 积分:1
-
chapter4_2
GIS二次开发源代码,云南大学提供的。他的网站上面有下载,搭建也可以的却(GIS secondary development of source code, provided by Yunnan University. His website above has the download, but can also be set up)
- 2007-09-05 23:27:41下载
- 积分:1
-
34658753
图片反色VB源代码
,应用程序编程源码,很好的 参考资料。(The picture color VB source code
, application programming source code, a good reference.)
- 2013-11-06 08:57:19下载
- 积分:1
-
OPCserver
用vc++实现了一个标准的OPC DA服务器!可以实现工业以太网数据采集并为实现了标准OPC接口的客户程序进行数据交互!(Using vc++ to achieve a standard OPC DA server! Industrial Ethernet can be achieved for the realization of data acquisition and a standard OPC client interface for data exchange!)
- 2009-07-03 10:50:14下载
- 积分:1