搜索资源列表
cache_521
- 高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with \"least recently used\" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to frequently used resources
DynamicAssign
- 操作系统课程设计 最坏算法worst—fit-courses on operating system design algorithm for the worst worst-fit
dirsh
- 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
GDB_Debug_method
- linux的gdb调试的使用方法,写得很详细,很适合想熟悉linux的gdb调试工具的开发人员细读。-linux using the gdb debugging methods, very detailed, very familiar with linux want to fit the gdb debugging tools for developers to read.
Socket
- 在linux使用c++开发的socke程序,适合与想使用c++在linux环境开发程序的朋友们-In linux using c++ development socke procedures, fit and want to use c++ in linux environment for the development of procedures friends
kaoqinxitong
- c++编写DOS下实现的学生考勤系统,适合在校学生实际参考,-c++ implementation of the preparation of students under DOS attendance systems, fit the actual reference to students at the school,
Linuxgoodbook
- 一本适合linux初学者的好书籍,不要错过哦-A good fit linux beginners books, not to miss oh
StudentDormitory
- 适合各大中专院校全面启用学生宿舍管理和日常登记工作!-Fit the full commissioning of the major colleges students dormitory management and day-to-day registration!
encryption
- 给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要。这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对文件进行加密,当解密时,只需再运行一遍加密程序即可。 下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改)。程序有很好的容错设计,这是我们应该学习的-Give a lot of file encryption technology, which is divided into different levels to f
chengweidingcwang
- 一个饭店网上订餐的源代码,我想应该可以适合大多数的饭店,可以拓展一下业务,提高收入。-A hotel reservation online source code, I would like to be able to fit most of the hotels, you can expand business and improve revenue.
OSexperiment
- 内存分配的GUI显示算法 分配的方式就是常见的三种 首次适配 最佳适配和邻近适配 还包括一个实验报告 适合做课程设计用-Memory allocation algorithm of the GUI shows the distribution of three common way to best fit the first time, and adjacent Adapter Adapter report also includes an experimental design suitabl
dongtai
- 操作系统模拟可变分区内存管理,本实验使用首次适应算法。-Analog Variable partition the operating system memory management, first-fit algorithm used in this experiment.
oa
- 可变分区管理方式下采用首次适应算法实现主存分配和回收。操作系统实现的作业。-Variable Partition Management mode using first-fit algorithm main memory allocation and recycling. The operating system to achieve operation.
processmgr1
- 使用首次适应法 实现内存的分配与回收 使用MFC 有窗口和图形显示-Use first-fit method to achieve the memory allocation and recovery of the use of MFC have windows and graphical display
vlc.tar
- vlc scr ipt for linux Display web camera and Mic Video/Audio Please edit the scr ipt as you see fit.
feipeihuishouneicun
- 自己写的操作系统中模拟首次适应动态分区存储管理方案中的内存分配与回收的程序-Write your own operating system, to simulate first-fit storage management program in the dynamic partitioning of memory allocation and collection procedures
HammerMate
- 道中科技数字回弹仪道中数显回弹仪测强曲线拟合软件 数显回弹仪 数字回弹仪 道中科技 回弹仪测强曲线 拟合软件 道中科技在数显回弹仪(数字回弹仪)领域拥有密集专利。1件国际发明专利,2件国内发明专利。其出品的软件当属精品。这是道中回弹仪测强曲线拟合软件。其特点有: 1、道中科技出品的PC端软件始终秉承JFT(Just for It)即量身定制原则, 你会发现这是一组真正为回弹仪数值处理而设计的软件。体态轻盈却功能强大而完善, 界面简洁美观,易学易用,消耗计算机资源少;
Examination
- 1.学生在线注册成功后可以登录到考试中心,参加由系统按最新一期试卷的设置随机产生的试题的考试。 2.学生提交答题,系统自动对照数据库正确答案算出分数,即学生当期考试的成绩提交到成绩库中。 3.学生只能对每一期考试提交一次成绩,如果不及格,后台管理员(教师)可以设置补考机会,一个人一期考试只能有一次补考机会。 4.题库的维护(包括判断题、选择题和填空题)、试卷的维护、成绩的统计、学生的查询与管理等。 -Examination is an important segment of t
cunchuguanli
- 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the d
First Fit算法的java实现
- JAVA模拟内存分配与释放:首次适应算法(JAVA analog memory allocation and release)