CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - kernel based

搜索资源列表

  1. penight2b

    0下载:
  2. This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:24986
    • 提供者:gogo
  1. c5131-usb-flash-api-1_0_5

    0下载:
  2. 基于atmel公司带USB2.0控制器、51内核的单片机AT89C5131F和K9F5608U的U盘读写源程序(keilC uversion3环境)-atmel based company with USB2.0 controller, 51 MCU kernel and K9F5608U AT89C5131F U disk read and write source (keil C uversion3 Environment)
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:40087
    • 提供者:laixin
  1. kvm-9

    0下载:
  2. KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2046435
    • 提供者:翟钦风
  1. Ucore是一个很小的适于学习的操作系统

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-09
    • 文件大小:1038179
    • 提供者:gyh
  1. tkernel.1.02.04.tar

    0下载:
  2. T-Engine源代码 基于ARM9平台,日本和嵌入式业界最流行的操作系统之一。-T-Engine source code based on the ARM9 platform, Japan and the embedded industry, one of the most popular operating system.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:432485
    • 提供者:usewn
  1. bootkit

    1下载:
  2. 该BOOTKIT是基于NTLDR的文件型BOOTKIT。NTLDR是最接近内核的,而且对它做HOOK,可以避免编写针对各种类型外设的代码,提高通用性。-The BOOTKIT is based on the NTLDR file type BOOTKIT. NTLDR is the closest to the kernel, but it did HOOK, to avoid the preparation of the code for the various types of periph
  3. 所属分类:assembly language

    • 发布日期:2015-06-16
    • 文件大小:10530
    • 提供者:lee
  1. l4ka-pistachio

    0下载:
  2. L4 微内核,该版本在最新的0.4基础上为了适应VM而修改。C++和AT&T汇编风格。-L4 micro-kernel, the latest 0.4 version based on the VM in order to adapt to the changes. C++ and AT & T compilation-style.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1990032
    • 提供者:oliver
  1. kolibri_src

    0下载:
  2. New Kolibri version 0.6.5.0 released. It s based on a bit less than hundred and a half revisions, including many changed and additions for both kernel and applications. Most noticeable is read ability from NTFS partitions, kernel support for programs
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4470259
    • 提供者:Cao
  1. ARM7_AT91FR40008_GCC

    0下载:
  2. freeots基于的arm7的kernel-freeots based arm7 the kernel
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:40967
    • 提供者:zhongshiyong
  1. VC2010

    0下载:
  2. VC调用中科院分词2010版组件的最新源码! 中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级8次,目前已经升级到了ICTCLAS2010!-VC call to Word 2010 version of t
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:7228362
    • 提供者:胡名
  1. windows_c_32

    0下载:
  2. 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45 ,API不超过2
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:10333913
    • 提供者:陈蓉
  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. operating-system-kernel-documents

    0下载:
  2. 在系统基础只是上,对操作系统的内核、进程进行了详细的描述,并附有源码。-Based only on the system, the operating system kernel, a detailed descr iption of the process, together with the source.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4211411
    • 提供者:qym
  1. guei

    0下载:
  2. 鬼影下载者代码This text is a quick introduction to the eEye BootRoot project and the eEye BootRootKit network kernel backdoor. For much more information, please refer to the slides -eEye BootRoot: A Basis for Bootstrap-Based Windows Kernel Code
  3. 所属分类:汇编语言

    • 发布日期:2016-12-23
    • 文件大小:82187
    • 提供者:qqq
  1. [from-assembly-to-windows-kernel]

    0下载:
  2. 从基本的windows程序与汇编指令出发,讲解了windows内核的编程,调试,阅读,以及自行探索的方法。读者在使用C/C++开发windows程序基础上,能掌握windows内核的基础编程-From basic windows programs starting with the assembly instructions to explain the windows kernel programming, debugging, reading, and explore their own w
  3. 所属分类:assembly language

    • 发布日期:2017-05-25
    • 文件大小:8715917
    • 提供者:jiangyanyan
  1. linux-2.5.10

    0下载:
  2. Linux是一种自由和开放源码的类Unix操作系统,存在着许多不同的Linux版本,但它们都使用了Linux内核。Linux可安装在各种计算机硬件设备中,比如手机、平板电脑、路由器、视频游戏控制台、台式计算机、大型机和超级计算机。Linux是一个领先的操作系统,世界上运算最快的10台超级计算机运行的都是Linux操作系统。严格来讲,Linux这个词本身只表示Linux内核,但实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:38112995
    • 提供者:飞翔
  1. Mindows5.7

    2下载:
  2. Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:8756435
    • 提供者:ifreecoding
  1. wanlix

    3下载:
  2. Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-11-03
    • 文件大小:8537680
    • 提供者:ifreecoding
  1. phpweb_cywz

    0下载:
  2. 绿色精美的PHP茶叶网站源码,内核基于PHPWEB,后台地址: admin.php 用户名和密码为:admins。可用于茶园、茶叶加工企业的公司/生产基地使用。-PHP exquisite green tea website source, kernel-based PHPWEB, backstage Address: admin.php user name and password: admins. Can be used for tea, tea processing enterprises
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-27
    • 文件大小:9923656
    • 提供者:pengkingli
  1. os

    0下载:
  2. 基于mips的操作系统kernel文件的加载和镜像文件的创建(Kernel file loading and image file creation based on MIPS)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:cpluss
« 12 »
搜珍网 www.dssz.com