CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - structure

搜索资源列表

  1. processtree

    0下载:
  2. linux在内核模式下实现processtree功能,遍历系统当前所有进程的任务描述符,并按进程父子关系将这些描述符所对应的进程id(PID)组织成树形结构显示;-Linux in kernel mode achieve processtree functions, traverse the system of all current process task descr iptors, according to the process of parent-child relationship
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:7266
    • 提供者:彭霸天
  1. USB-serial-driver

    0下载:
  2. 这个结构是定义一个USB串行驱动。它提供了所有的的信息USB系列核心代码的需要。如果函数指针定义,然后当TTY端口功能一致的时候USB系列核心代码会叫他们是所谓的天圆。如果他们不被调用,则为通用串行函数来代替。-This structure is defines a USB Serial driver. It provides all of the information that the USB serial core code needs. If the function pointer
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-23
    • 文件大小:11773
    • 提供者:黄晓
  1. linkedlist

    0下载:
  2. 用结构体排序。有输入,删除,输出已排序的数组的功能。-Sorting by structure
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-11
    • 文件大小:1207
    • 提供者:李子
  1. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  1. ywt83

    0下载:
  2. 非官方的房价高方的郭德纲个是大法官大哥大哥还是的公司的还是的公司的人员和人体艺术担任公司发的-When I started to learn English in high school,I felt it very difficlut.It is harder than that in junior school,especially the vocabulary,the grammer,and the sentence structure.At that time,I almost los
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-26
    • 文件大小:9280572
    • 提供者:杨文涛
  1. input-system

    0下载:
  2. Linux环境下,用输入子系统结构写的按键驱动程序,检测到按键K1/K2/K3/K4中断后再终端显示被按下的按键。-Linux environment, with the the input subsystem structure written key driver detected key K1/K2/K3/K4 interrupt after terminal to display the button is pressed.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:1743
    • 提供者:
  1. at24cxx

    0下载:
  2. at24xx系列的eeprom 在3c2440的裸板程序,用面向对象的思想去写,非常新颖 读写操作都在结构中 一目了然-series of EEPROM at24xx in S3C2440 bare board procedures, object-oriented thinking to write the very novel read and write operations in the structure at a glance
  3. 所属分类:Driver develop

    • 发布日期:2017-11-29
    • 文件大小:70321
    • 提供者:yxf
  1. DRIVER_CODE

    0下载:
  2. linux驱动程序的实例,通过该实例初步了解驱动程序的结构,适合初学者-linux driver instance, through the examples of the structure of a preliminary understanding of the driver, suitable for beginners
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:2889
    • 提供者:sdhgood
  1. udev-100

    0下载:
  2. Linux下的USB驱动编程代码,包含了驱动设计的结构和实现方式-Linux USB driver programming code, including the structure and design of the drive way to achieve
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:197628
    • 提供者:john
  1. mygps

    0下载:
  2. Linux环境下通过串口接收gps数据,并将其中有用的数据解析存放在结构体中,并打印出来。在mini2440下可以成功运行。-Linux environment through the serial port to receive gps data and useful data which is stored in the structure of the analytical and print it out. In mini2440 can run successfully.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:15094
    • 提供者:
  1. 2011813035ex4

    0下载:
  2. 熟悉Linux操作系统中的文件与目录管理的概念。 2)掌握Linux操作系统中常用文件管理指令。 3)使用文件系统的一般方法。 4)掌握硬链接和软链接的建立及使用。 5)进一步了解文件系统结构。 -Familiar with the concept of the Linux operating system file and directory management. 2) to master the Linux operating system commonly used
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:346306
    • 提供者:sunny
  1. lda-c

    0下载:
  2. LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:30689
    • 提供者:yangling
  1. linuxC

    0下载:
  2. 介绍了Linux环境中C语言的开发和内核中常见的数据结构,非常有用。-Linux environment is introduced the development of the C language and common data structure in the kernel, is very useful.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-15
    • 文件大小:3709341
    • 提供者:杨宁
  1. Project

    0下载:
  2. mini搜索引擎,载入50个文本文件,然后通过输入关键词来计算词出现的次数-we will design and implement a mini search engine that is used to search through a set of 50 documents and a set of sample queries. The data structures used for storing is vector and array. The algorithm in this
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3712
    • 提供者:li
  1. test

    0下载:
  2. 以内核模块来显示进程信息(用树状结构显示系统正在运行的进程号和名称)-The kernel module to display the process information (tree structure)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:162277
    • 提供者:david
  1. BlinkToRadio

    0下载:
  2. tinyos2.x的程序:该程序有助于学习tinyos程序编写,帮助你快速了解tinyos组件接口及其用法,有助于掌握nesC语言的语法结构与编写。-The tinyos2.x program: This program will help to learn TinyOS programming, to help you quickly understand TinyOS interface module and its usage, grammar structure is helpful t
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:179149
    • 提供者:liuheng
  1. mmc.tar

    0下载:
  2. 这里面是emmc5.0驱动代码。包括三层结构,并且已经调通了。-This is the emmc5.0 driver code.. Including the three layer structure, and has been transferred through.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-17
    • 文件大小:4220694
    • 提供者:周群
  1. g-sensor

    0下载:
  2. G-sensor驱动编写实例,每个板子所使用的设备也许不同,但是大体上写法与本例相似,整体架构不变。-G-sensor driven to write instances, the equipment used by each board may be different, but the wording is substantially similar to this example, the overall structure intact.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:21741
    • 提供者:biaowen
  1. [emuch.net]bands

    0下载:
  2. VASP中,对能带结构进行可视化的工具程序,非常实用-VASP, and to visualize the energy band structure of utility, very useful
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:6031
    • 提供者:张余
  1. lcd

    0下载:
  2. 基于linux2.6内核的,运用时s3c2440的LCD的底层驱动,特比基础的框架结构,非常完整-Linux2.6 based kernel, when using an LCD s3c2440 underlying drivers, special than the base of the frame structure, very complete
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3471
    • 提供者:舞阳
« 12 »
搜珍网 www.dssz.com