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

搜索资源列表

  1. Kernel

    0下载:
  2. 好记星的控件,包括button,list,对文件操作
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2014-01-17
    • 文件大小:455812
    • 提供者:chenxingliang
  1. kernel_list

    0下载:
  2. 使用Linux kernel 的链表头文件来操作双向链表,只需要一个*.h即实现链表,非常简洁有用,与一般数据结构实现风格不太一样-Using the Linux kernel header files to manipulate the linked list doubly linked list, just a list*. h of achieving very simple and useful, and the general data structure is not the sam
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6971
    • 提供者:Andrew Huang
  1. radix64

    0下载:
  2. a program provide the convert functions between the radix64 format and the bin format,can be used in linux kernel(when used in the linux kernel,list.h need not be included)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2084
    • 提供者:hu jun
  1. list

    0下载:
  2. 内核下的使用LIST_ENTRY实现的双链表,非进程安全 加入 删除 清空 功能. 包括一个自己定义的结构里面 ,根据某字符项删除某节点-Kernel LIST_ENTRY implemented the use of double linked list, deletion of non-empty process security features. Including a definition of the structure of their own which, accordi
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:122741
    • 提供者:思想在飞
  1. kernel26

    0下载:
  2. Linux内核开发的重要函数,也就是Linux内核的重要函数列表。-Linux kernel development of an important function, that is an important function of Linux kernel list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:159811
    • 提供者:胡锦涛
  1. ProcessList

    0下载:
  2. Kernel Mode, Keep Proecess List By CallBack Function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:202091
    • 提供者:Kevin Smith
  1. list

    0下载:
  2. Lists administration for winodws kernel drivers on nt and xp debugging
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:63840
    • 提供者:Vetus Ware
  1. ps

    0下载:
  2. 内核模块编程 1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。 2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。 -Kernel module programming 1) design a module, the module s function is to list all kernel threads of the process name, P
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:85370
    • 提供者:李晓宇
  1. list

    0下载:
  2. 主要是linux内核中list的实现与一些小的测试例子,-Mainly is the Linux kernel in the realization of the list with a small test cases,
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:3564
    • 提供者:junshen
  1. link

    0下载:
  2. linux内核链表的使用说明及使用示例-The use of kernel list descr iptions and examples of the use
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:28708
    • 提供者:封帛
  1. List

    0下载:
  2. c++语言中,list库函数的讲解程序,了解内核构造。-Library functions in c++ language, a list of the interpretation process, understand the kernel structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1377021
    • 提供者:liqian
  1. use_list.tar

    0下载:
  2. 采用Linux内核链表的形式,实现了一个双向链表的增删改查功能的简单系统 适合学习Linux内核链表的用法-In the form of Linux kernel linked list to achieve a simple CRUD functionality of a doubly linked list system for learning how to use the Linux kernel list
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:6285
    • 提供者:liluo
  1. builtin-buildid-list

    0下载:
  2. Builtin buildid-list command: list buildids in perf.data, in the running kernel and in ELF files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1234
    • 提供者:yuexoncao
  1. list

    0下载:
  2. Stripped down implementation of linked list taken the Linux Kernel. -Stripped down implementation of linked list taken the Linux Kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1366
    • 提供者:pjtqnd
  1. builtin-buildid-list

    0下载:
  2. Builtin buildid-list command: list buildids in perf.data, in the running kernel and in ELF files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1302
    • 提供者:merlonjv
  1. Raw-os-kernel

    0下载:
  2. 传统的os 比如ucos 这种维护了一个头为单指针的双向链表,这样导致链表插入到尾部的速度很慢,得不偿失,所以raw os 采用了头为双指针的双向链表,插入速度更快。-Traditional OS such as UCOS the maintain a head for a single needle two-way linked list. As a result, the linked list insertion to the tail of the speed is very slow,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-28
    • 文件大小:10177
    • 提供者:wgc
  1. u_double_list

    0下载:
  2. \file List macros heavily inspired by the Linux kernel list handling. No list looping yet.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1725
    • 提供者:phmunqun
  1. klist

    0下载:
  2. 内核链表的简单例子,可以当作学习用或者简单的开发用-Simple example of the kernel list
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:9350
    • 提供者:柏胜
  1. kernel-list-rbtree

    0下载:
  2. LINUX 红黑树内核知识测试 ... -Red-black tree LINUX kernel knowledge test ...
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:9388
    • 提供者:fyc
  1. AlgorithmTest

    0下载:
  2. 移植于ngx的slab内存池和linux内核的list,亲测可用-Transplanted in the nginx slab memory pool and linux kernel list, pro-test available
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:9689
    • 提供者:zdw
« 12 3 4 5 6 »
搜珍网 www.dssz.com