搜索资源列表
Tencentpenquestionpapers(withanswers)
- 大量搜集腾讯笔试中所涉及题目,主要是c/c++、数据结构、操作系统等方面的基础知识。-Tencent collected a large number of topics covered in the written mainly c/c++, data structures, operating systems and other aspects of basic knowledge.
jisuanjikaoyan
- 计算机考研资料,包括计算机组成原理和计算机操作系统!-Computer Kaoyan information, including computer organization and computer operating systems!
LAB1_2
- 轮转调度算法,操作系统实验代码,VC6.0下编译通过-Rotation scheduling algorithm, test code, operating systems, VC6.0 compiled by
programmer-interview
- 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
bank
- 计算机操作系统中银行家算法的模拟实现,算法简洁明了,容易读懂,并附有注释-Banker' s algorithm simulation in computer operating systems, algorithms, concise, easy to read, with annotations
OllyDBG_1.10
- OllyDbg是运行在Windows 95、Windows 98、Windows ME、Windows NT 和 Windows 2000系统下的一个单进程、多线程的分析代码级调试工具。它可以调试PE格式的执行文件及动态链接库,并可以对其打补丁。“代码级”意味着您可以直接与比特、字节或处理器指令打交道。OllyDbg 仅使用已公开的 Win32 API 函数,因此它可以在所有 Windows 操作系统及后继版本中使用。但是由于我没有对 XP 系统进行彻底测试,因此不能保证 OllyDbg 功能的
Spanning-Tree-the-Kruskal-method
- 用C++实现了最新生成树协议,克鲁斯卡尔方法在很多领域都会经常用到,比如操作系统和计算机网络。-C++ implementation of the latest Spanning Tree Protocol, Kruskal methods are often used in many fields, such as operating systems and computer networks.
cipandeczfj
- 当磁盘被初始化后,存储空间的分块大小就确定了,但由于不同的用户或同一用户的不同文件的逻辑记录大小是各不相同的。在逻辑记录较小的情况下,若让一个逻辑记录独占一个物理块,那么存储空间的利用率是不高的。操作系统提供逻辑记录的成组和分解操作不仅有利于提高存储空间的利用率,而且可减少输入输出操作次数,提高计算机系统的工作效率。本实习帮助我们掌握成组和分解操作的技术以及了解成组和分解操作的实现过程。-When the disk is initialized, the block size of the st
