搜索资源列表
Calculator.xcodeproj
- 计算器 能进行加减乘除,记忆加减,根号。功能少但是很好用-Calculator is good
ops1_change
- 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。 进程的到达时间为进程输入的时间。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 就绪进程获得CPU后都只能运行一个时间片,运行后已占用CPU时间加
cal
- 模拟经典计算器功能。包括加,减,乘,除的功能。 可以作为MacOS编程的入门程序 -Simulation of the classic calculator function. Including addition, subtraction, multiplication, addition to the function. MacOS programming can be used as entry procedures
master
- 描述加减乘除的操作,是objective- c的代码,简单的一个demo。-Describe the operation of add, subtract, multiply and divide,the code of objective-c