ACM SIGOPS Symposium on Operating Systems Principles, 2011, 论文集
2021-12-12 20:29:30 15.6MB OS ACM SOSP 论文集
1
沈被娜 计算机软件技术基础 第三版 习题答案 个人总结
2021-12-12 15:05:21 24.95MB os 中科大 计算机
1
分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优 先(HRN)的调度算法。对每种调度算法都打印了每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间。 基于EasyX图形库对作业等待过程绘制了图形界面可视化。
2021-12-12 09:02:34 1.08MB 操作系统 c++ 图形界面 作业
1
Cocoa Programming for OS X The Big Nerd Ranch Guide(5th) 英文epub 第5版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2021-12-11 13:16:56 11.17MB Cocoa Programming Big Nerd
1
在 macOS 下以读写模式重新挂载写保护的 NTFS 卷的工具。 支持 macOS 从版本 10.9 Mavericks 到 11 Big Sur。
2021-12-10 19:00:50 5.5MB mac os x mac
已添加USB引导,可在Win环境下直接制作,非黑苹果镜像。
2021-12-09 18:00:50 127B macbook 原版镜像 10.11.6 mac
1
密码 以DER格式创建公共和私有RSA密钥 let (privateKey, publicKey) = try! CC.RSA.generateKeyPair(2048) 将它们转换为PEM格式 let privateKeyPEM = try SwKeyConvert.PrivateKey.derToPKCS1PEM(privateKey) let publicKeyPEM = SwKeyConvert.PublicKey.derToPKCS8PEM(publicKey) 或从带有PEM数据的字符串中读取它们 let privateKeyDER = SwKeyConvert.PrivateKey.pemToPKCS1DER(privateKeyPEM) let publicKeyDER = SwKeyConvert.PublicKey.pemToPKCS1DER(publicKeyPEM) 或加密,解密私钥(与OpenSSL兼容) try SwKeyConvert.PrivateKey.encryptPEM(privateKeyPEM, passphrase: "longpasswo
2021-12-09 16:22:08 41KB swift mac ios apple
1
Operating Systems: Internals and Design Principles, 7e is ideal for introductory courses on operating systems. Operating Systems: Internals and Design Principles provides a comprehensive and unified introduction to operating systems topics. Stallings emphasizes both design issues and fundamental principles in contemporary systems and gives readers a solid understanding of the key structures and mechanisms of operating systems. He discusses design trade-offs and the practical decisions affecting design, performance and security. The book illustrates and reinforces design concepts and ties them to real-world design choices through the use of case studies in UNIX and Windows. Operating Systems: Internals and Design Principles, 6e received the 2009 Textbook Excellence Award from the Text and Academic Authors Association (TAA)!
2021-12-08 18:22:00 8.15MB OS
1
【实验题目】学习C/汇编混合编写操作系统 【实验目的】 将C和汇编语言混合,编写一个简单操作系统。 【实验要求】 clr_screen清除屏幕功能 key_detect按键检测功能: 通过参数指定所按按键是否回显 通过参数指定调用该函数时是否阻塞,即指定函数是等待任意按键按下才返回,还是立即返回 有按键按下返回该按键ascii码,无按键按下返回0 (提示:可以通过0x16中断不同功能号实现是否阻塞的功能) read_floppy读软盘功能: 通过参数指定起始扇区/扇区数目 其他参数及返回值可以自定义 c中实现函数 void print_str_uppercase(char *str): 如果str = NULL,将entry.asm文件中的预定义字符串“success”转换为大写并输出; 如果str != NULL,将str指向的字符串转大写输出; 在entry.asm中调用一次该函数显示“SUCCESS” c中实现函数 int choose(int a, int b, int c, int d): 在entry.asm中调用该函数,输出a, b, c, d中的最大值和最小值。
2021-12-08 14:52:21 24KB os
1
MAC_OS_X_10.4.7 苹果操作系统,已在本人的兼容机上安装成功
2021-12-08 09:48:47 58KB 苹果操作系统 MAC OS
1