搜索资源列表
1
- This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They sho
cast6
- Cast6 cipher algorithm [rfc2612]. this is a DES like Substitution-Permutation Network (SPN) cryptosystem built upon the CAST-128 (*cast5*) [rfc2144] encryption algorithm.- Cast6 cipher algorithm [rfc2612]. this is a DES like Substitution-Permutatio
5
- 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
string_32
- Most of the string-functions are rather heavily hand-optimized, see especially strsep,strstr,str[c]spn.