▍1. HB_COM
可以控制标签的各种状态,包括大小,字体等等,只要你能想到(Can control a variety of status labels, including size, fonts, etc., as long as you can think of)
可以控制标签的各种状态,包括大小,字体等等,只要你能想到(Can control a variety of status labels, including size, fonts, etc., as long as you can think of)
钟毓秀操作系统课后习题答案,有详细的计算题答案4-8章(Operating after-school exercise钟毓秀answer questions have detailed answers to the calculation of Chapter 4-8)
钟毓秀操作系统课后习题答案,有详细的计算题答案3章(Operating after-school exercise钟毓秀answer questions have detailed answers to the calculation of Chapter 3)
大唐移动和Express Logic公司合作,应用Threadx操作系统开发的中文文档。翻译得还行,不想费尽看英文的推荐下载(Datang Mobile and Express Logic company, the application of ThreadX operating system developed by the Chinese document. Translation may also visit brains do not want to see that the English version of the Recommended Download)
FP-growth算法的改进C++程序,具有较好的扩展性和应用性,本程序改成用行读取,然后在内存中解析。更有效的方式是采用块读取方式(本人在以前项目中验证过,速度大为提高。)(FP-growth algorithm C++ Procedures, have good scalability and application, the procedure changed to use line to read, and then resolve in memory. More effective approach is the use of block-read mode (I tested before the project, speed greatly improved.))
linux 0.11内核源代码分析V2.0版 为V1.0版的修正版 (linux 0.11 kernel source code analysis V2.0 version V1.0 version of the amended version of)
一个虚拟DOS操作界面的小系统,一共有9条命令,可以在里面增加命令实现更多功能。(A virtual DOS interface small system, a total of 9 orders, which increased in order to achieve more.)
grub4dos使用说明,可以帮助你建立安全的多系统(grub4dos use, I can help you establish a secure multi-system)
这是一个进程调度问题~~~~还是有很多的问题哦(This is a process of scheduling problem ~ ~ ~ ~ still has many problems Oh)
HPA就是host protect area(HPA is the host protect area)
1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 (1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
操作系统课程设计 资源管理系统 safe() //用银行家算法判定系统是否安全 do{ printf(" *****输入要进行的操作 1:分配资源 2: 修改资源 3:显示资源 4:离开*****") scanf("%d",&choice) (courses on operating system design resource management system safe ()// algorithm with bankers determine whether the safety system do (printf ( " n***** input to the operation of a : 2 distribution of resources : 3 amend resources : resources four shows : left*****") Scanf ( "% d",)
Microsoft Visual InterDev 从入门到精通(from entry level to proficiency)
我的银行家算法,大家来看看。 若要密码 265913(I bankers algorithm, we take a look at. To password 265913)
哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防(dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention)
操作系统页面置换算法模拟器用JAVA语言编写的(pages replacement algorithm operating system simulator with the Java language)
说明: 几个算法分析和操作系统的上机小程序,vc,c#实现(several algorithm analysis and operating systems on the plane small program vc, c#)
说明: 可变分区,一个很重要的操作系统原代码,很详细的拉,个人下载参考参考。(Variable Division, a very important source operating system, a very detailed and pulling personal information. Download.)
说明: 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 (famous AT)