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

搜索资源列表

  1. Pthread-of-linux

    0下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:10.05kb
    • 提供者:gc
  1. pci

    0下载:
  2. 如何编写pci驱动程序,这里提供一个范例,相信会有帮助-how to edit a pci driver.This is a examples code .you can be helped
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:1.1kb
    • 提供者:qixintian
  1. dht11

    0下载:
  2. 自己编写的linux下基于mini2440开发板的温湿度传感器dht11的驱动程序和驱动测试程序-His writing under the Linux based on mini2440 development board of temperature and humidity dht11 driver and drive test procedures
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:5.5kb
    • 提供者:靳士慧
  1. driver_mini2440_linux

    0下载:
  2. 自己编写的linux下基于mini2440开发板的温湿度传感器dht11的驱动程序和驱动测试程序, 里面包含编译好的驱动模块和测试程序,放到mini2440板里可以直接使用-His writing under the Linux based on mini2440 development board of temperature and humidity dht11 driver and driven testing procedures, contains compiled driver mo
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:5.54kb
    • 提供者:靳士慧
  1. 19911217

    0下载:
  2. 这个一个使用Qt来编写一个应用程序启动的模块-this is a program about how to use Qt to make picture of the initialing of the application.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-14
    • 文件大小:4.48kb
    • 提供者:fanheng
  1. Kernel-Module-Programming

    0下载:
  2. 介绍linux内核模块的编程,编写linux驱动程序非常好的一本参考书,详细介绍了linux内部的编程机理-Linux kernel module programming, writing Linux drivers a very good one reference book, detailing the linux internal programming mechanism
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:481.5kb
    • 提供者:扬帆
  1. camera---linux-driver

    0下载:
  2. linux下的摄像头驱动源码及其测试程序 有助于linux驱动开发者对摄像头驱动的编写 -camera under linux driver source code and its testing procedures Writing help linux driver development on the camera driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:718.23kb
    • 提供者:李新
  1. touch-screen-driver-

    0下载:
  2. linux下的触摸屏驱动驱动源码及其测试程序 有助于linux驱动开发者对触摸屏驱动驱动的编写 -the touch screen driver under linux driver source code and its testing procedures Contribute to the Linux driver developers to write on the touch screen driver driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:161.53kb
    • 提供者:李新
  1. led_linux

    0下载:
  2. mini2440 led驱动程序,使用混杂设备模式编写,可直接编译进内核-the mini2440 led driver, and use prepared by the mode of the hybrid device can be directly compiled into the kernel
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:科比
  1. led-drive

    0下载:
  2. 嵌入式linuxLED驱动程序及相关的测试程序,供初学者学习怎么编写字符设备的linux驱动-Embedded linuxLED driver and related test procedures for beginners to learn how to write character device linux driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:4.63kb
    • 提供者:
  1. digital_led

    0下载:
  2. 基于8280硬件平台的数字数码管驱动及应用,从上层到硬件访问底层的全套代码,可供参考编写驱动和应用程序。-The alphanumeric driver and application based on the 8280 hardware platform from the top to the hardware access to the underlying full code for reference to write drivers and applications.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:15.75kb
    • 提供者:刘佳
  1. buttons

    0下载:
  2. 在linux环境下编写4按键的驱动程序以及测试程序-The preparation of four key drivers as well as testing procedures in the linux environment
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-13
    • 文件大小:2.84kb
    • 提供者:芦溪
  1. linux--qudong

    0下载:
  2. linux下的驱动程序编写小教程以及 介绍 -linux
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:1.1mb
    • 提供者:宁波
  1. arm_device

    0下载:
  2. 简单的设备驱动程序 动手实践一个简单的字符型设备驱动程序,学习驱动程序编写的基本步骤。-Simple device driver is a simple hands-character device driver, learning the basic steps written by the driver.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:6.48kb
    • 提供者:吴振生
  1. picdrv

    0下载:
  2. pci驱动程序框架,适合pci设备驱动程序编写参考-pci device driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:6.82kb
    • 提供者:zhanghhh
  1. lcddriver

    0下载:
  2. 学习Linux的LCD驱动程序编写方法,进一步熟悉熟悉驱动。-Learning Linux LCD driver programming approach more familiar with the familiar drive.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:18.75kb
    • 提供者:polu
  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
    • 文件大小:174.95kb
    • 提供者:liuheng
  1. s5pc100_camera_V

    0下载:
  2. 基于S5PC100开发板的ov9650驱动程序编写-Ov9650 camera driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:12.64kb
    • 提供者:shizelin
  1. device

    0下载:
  2. Linux下设备驱动程序的原理;Linux2.6.27内核下设备驱动程序编写方法;及如何通过配置编译内核,将驱动添加进内核。 -Linux device driver under the principle of Linux2.6.27 kernel device driver programming method and how to compile the kernel by the configuration, the driver will be added into the ke
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:234.02kb
    • 提供者:hebiao
  1. interrupt-in-linux-driver

    0下载:
  2. 详细描述了在linux设备驱动程序编写过程中使用中断。-Describes in detail the use of interrupts in the linux device driver writing process.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.85mb
    • 提供者:roc
« 12 3 4 5 »
搜珍网 www.dssz.com