搜索资源列表
BigInt
- 程序简陋,算法也不是最优。这个大整数计算的C++类也许有人还能用上。 主要功能: 1) 支持 + - * / mod这几种运算 2) 没有设计上的限制,最大可操作的数据长度取决于内存大小和操作系统(<=8G-bit,或者说1G字节) 3) 支持2-64进制,<=36进制时字母不分大小写,>36进制时字母大写和小写不同。63进制使用+,64进制使用/,即,合法的字符集[0-9][A-Z][a-z]+/。Demo中,自动转换输入时,如果输入中存在空格、回车、换
OSDnI
- 操作系统设计与实现的word版本,作者为minix的设计者-Operating System Design and Implementation of the word version, the author of minix designer
bank
- 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
DSP实时多任务操作系统设计与实现
- dsp 实时操作系统 学习非常实用,供大家学习,参考(DSP real time operating system learning)
www.java1234.com 操作系统设计与实现 第3版 上
- dsp 操作系统 使用说明,经典之作,共同进步,希望供帮助大家进步(DSP operating system instructions, classic, and common progress, we hope to help you progress)
OperatingSystem
- win10系统下使用VS实现线程和进程创建与交互(The use of VS to create and interact with threads and processes under the win10 system)