CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 操作系统实现

搜索资源列表

  1. uclinux 源代码

    1下载:
  2. 基于ARM系列微处理器的uclinux代码实现,对学习操作系统原理很有帮助.-series based on the ARM microprocessor Basis source implementation of the principles of learning OS helpful.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:8394849
    • 提供者:李大伟
  1. OsDemo

    0下载:
  2. 操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。-operating system code examples principle involved process, threads, signals and so on the operating system principles and ideas of achievement.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:25540
    • 提供者:田野
  1. jpeg——1

    0下载:
  2. 用 c实现jpeg 的压缩和解压 可以用于各种操作系统,里面有详细的说明文档-c implementation of JPEG compression and decompression algorithm that supports all operating systems. detailed technical documents are included.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:389270
    • 提供者:郑重
  1. GBA下UCOS

    0下载:
  2. GBA,一个公共的开发平台 实现了UCOS在GBA上的运做,对理解操作系统的核心有很大帮助-GBA, a public development platform realized UCOS to transport on GBA does, to understood the operating system the core had the very big help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:795814
    • 提供者:许噶
  1. Disk format

    0下载:
  2. 磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27620
    • 提供者:袁耀辉
  1. WY OS 0.00b

    1下载:
  2. 我自己写的一个实模式的操作系统,支持fat12文件系统和一个和shell整合到一起的简单的键盘驱动,目前正在实现pci总线驱动程序。以后将会转入到保护模式下开发-I wrote it myself a real mode of the operating system, support FAT12 file system and a shell and the integration with a simple keyboard-driven, are currently achieving p
  3. 所属分类:操作系统开发

    • 发布日期:2013-05-13
    • 文件大小:125380
    • 提供者:刘硕
  1. NetworkInfo

    0下载:
  2. 用applet实现读取本机IP,用户名,操作系统,屏幕分辨率的小程序。绝对原创!-using applet achieve reading this machine IP, user name, operating system, screen resolution of the small program. Absolutely original!
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:2237
    • 提供者:毕成功
  1. rtx51fulluse

    1下载:
  2. 51上运行的实时操作系统,该文档对其进行详细的介绍,还提供了许多例子!对于想在51上实现简单的多任务系统,不需要自己嵌入,因为keil工具中已经有了内核-51 running real-time operating systems, the documentation for its detailed descr iptions, it also provided many examples! For the 51 to achieve a simple multi-tasking system
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:203554
    • 提供者:陈亮
  1. BCCOR00

    0下载:
  2. 多任务操作系统控制的DOS环境下的实现的C语言源程序。 利用时间片的方式,多个程序在DOS下并行运行。-multi-task control of the DOS operating system environment on the realization of the C language source code. The use of time unit, a number of procedures under the DOS operating in parallel.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:167954
    • 提供者:赵磊
  1. XPskin

    0下载:
  2. 界面换肤程序,用很少的代码就能实现在任何操作系统都显示xp界面的功能-interface Eurocargo procedures, with very little code can be achieved on any operating system have shown xp interface function
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:53273
    • 提供者:杜成文
  1. c库部分源代码

    0下载:
  2. c库的部分源代码 用惯了操作系统提供的内存api,你是否了解系统的运行机制,这是提供动态内存分配最简单的实现代码 静态的代码库 可用各种c编译-c for the source code of the operating system are used to provide memory api, whether you know the operating mechanism, which is to provide the most dynamic memory allocation to
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:15954
    • 提供者:
  1. virtualMem

    0下载:
  2. 使用win32 API 实现分配虚拟内存。对window操作系统的内存结构,以及应用程序的内存使用情况都有帮助。-use win32 API virtual memory allocation. Window operating system to the memory structure and the application of the use of memory can help.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9903
    • 提供者:王东
  1. ListBox20050818.tar

    0下载:
  2. 基于paragui实现的一个在linux操作系统下使用framebuffer来进行窗口模式的文件选择的源代码。-The source code realized on Paragui which uses framebuffer to select the files of window mode.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:103513
    • 提供者:会朋
  1. minirighi32-0.11.00.tar

    0下载:
  2. 国外的一个开放源码的免费小操作系统,目前实现到了保护模式,shell界面。-abroad a free open-source operating system small, to achieve a protection mode, the shell interface.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:376449
    • 提供者:王汉文
  1. 离散等高线数据三角形网格分形

    0下载:
  2. 这是我自己参考大量的科研论文自己编制的离散高程数据(x,y,h)的三角形网格化源代码能够根据指定离散数据文件自动绘制出三角形网格,并且源代码已经实现了等值点的追踪,大家少加修改,加入拟和算法就可以绘制出等值线,源代码完全采用面向对象的方法编制,对于delphi新手学习面向对象的方法也有很大帮助。编译环境为delphi7操作系统为win2003。大家如果对源代码有何建议请联系我 QQ:58092190,email:seekmzy@gmail.com-This is my reference to
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:229498
    • 提供者:马占寅
  1. Linux PORTING030410

    0下载:
  2. 介绍如何实现在arm系列处理器上实现移植linux操作系统-how to achieve the arm Series processors to achieve transplantation Linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:206196
    • 提供者:sun
  1. operation_out

    0下载:
  2. 对《分布式操作系统》书中外“科手术调度系统”的java实现,重点在于临界区的概念的实践-right "distributed systems" foreign books "surgery scheduling system" to achieve the java, with a focus on the critical areas of the concept of practice
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:98101
    • 提供者:曼舞
  1. mmuos

    1下载:
  2. 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:76675
    • 提供者:韦东
  1. cyslfldjslfdlsa

    0下载:
  2. UNIX操作系统大多安装在网络服务器上,为了避免维护人员不在时无关人员对服务器进行误操作,我用C语言编写了一个小程序实现了屏幕锁的功能,该程序在AT&T UNIX 4.0和SCO UNIX 5.0上均运行通过-UNIX operating systems are often installed on a network server, to avoid maintenance personnel unrelated to the absence of staff on the server er
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:叶子
  1. Chauffeur_Conductor

    0下载:
  2. 本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。-the code of the operating system and the driver and conductor of the bus synchronization, application of the VC's appearance, I studied End P, V written after the operation, which we hope to
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12019
    • 提供者:陈锋
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com