搜索资源列表
操作系统1
- 注意: 1. OS.jar为Java打包可执行文件 2. 由于时间,和界面空间问题,每个进程的资源拥有情况没有详细列明.如果要认真检查 程序的正确性,可以重新编译运行,然后查看Dos界 面下的输出.因为Dos界面下会输出 每个进程的资源情况(包括每个进程对每类资源的最大需求,分配情况,和所欠资源情况. 3. 资源设置中,进程设置应小于100个,资源类数应小于20个.-attention : 1. OS.jar Java package for two executable files. Due
ProgrammingInObjective-C
- 在Objective-C编程是一个简洁的,浓墨重彩的Objective-C和面向对象编程的基本知识教程。这本书没有以往的经验与面向对象编程语言或C语言(基于Objective-C的)假设。也正因为如此,无论是新手和有经验的程序员都可以使用这本书迅速和有效地学习Objective-C的基础。读者还可以了解面向对象编程的概念,而无需先了解所有错综复杂的基本程序语言(C)。这种方法,有许多小程序的例子,在每章末尾的练习相结合,使得它非常适合无论是课堂上使用或自学。增长,预计在这门语言。在2003年1月
ibox_core_0.0.2
- MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released under License and Menuet32 under GPL. Menuet supports 32/64 bit x86 assembly programming for smaller, faster and less reso
ARM
- 文档基于一个余从未见过的操作系统 RISC OS,但基本的东西如指令集是跨越厂商和平台的,汇编格式等差异应当不是大问题。余从中选译了指令集部分,没有选取依赖于特定硬件和工具的内容-I have never seen a document based on an operating system, RISC OS, but the basic things such as instruction set across vendors and platforms, the compilation o
andreyvit-ScrollingMadness1
- Catalog of UIScrollView samples (iPhone) This project used to demonstrate some hacks needed to implement Photos.app-style paging+scrolling+zooming on iPhone. However I m pleased to say that on iPhone OS 3.x no hacks are necessary any more!
os
- 文件管理,操作系统课程设计,源代码和报告都有。没有密码,放心下载。没有病毒-File management, operating systems curriculum design, source code and reports both. No password, rest assured that download. No virus
GERA_FREQ_PB8_PB9_ERISSON
- Gerador de frequencias múltiplas no espaç o de tempo das frequências reguladas para os pinos 8 e 9
Manual-del-estudiante_Toefl
- El examen TOEFL (Test Of English as a Foreign Language) es una prueba estandarizada de dominio del idioma inglés estadounidense, específicamente orientada a hablantes no nativos de este idioma. Como estándar, esta prueba es aceptada por muchas instit
OS exercise 1
- 编写一个从标准输入中读取字符串的程序。所有字符串都不包含0字节字符,并以\ n换行符终止。最后一行输入可能不会被换行符终止。读取所有字符串后,应根据libc提供的strcmp函数的顺序对这些字符串进行排序。排除所有字符串后,应按新顺序将这些字符串打印到STDOUT。在将字符串写入STDOUT时,每个字符串应以\ n换行符终止。(Write a program that reads string from the standard input. All strings will contain n