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

搜索资源列表

  1. ad7879.tar

    0下载:
  2. ad7879 驱动程序 * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option)
  3. 所属分类:Linux驱动

    • 发布日期:2016-12-17
    • 文件大小:6kb
    • 提供者:陈川
  1. ad7877.tar

    0下载:
  2. ad7877 驱动 * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) a
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:6.06kb
    • 提供者:陈川
  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. shell

    0下载:
  2. 实验一利用课本第9页程序1-5的框架,实现允许输入命令带参数的简单shell。原来的实现是不能够带参数的。输入命令所能带的参数个数,只受到系统键盘输入缓冲区长度(以及shell输入缓冲区长度)的限制,该缓冲区的缺省长度是4096个字节。-Experiments using the framework of textbooks 9 program 1-5, simple shell allows the input command with parameters. The original imp
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:37.9kb
    • 提供者:林素素
  1. USB-Skeleton-program

    0下载:
  2. 提供了一个最基础的USB驱动程序,即USB骨架程序,可被看做一个最简单的USB设备驱动实例。 usb类驱动的信息,为了从usb核心得到一个次设备号,并取得注册的核心设备驱动- provides a the most fundamental of the USB driver, namely USB skeleton program can be regarded as one of the most simple USB device driver examples. Usb class dri
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-27
    • 文件大小:3.68kb
    • 提供者:黄晓
  1. chumo_huantu

    0下载:
  2. 此程序为tiny6410触摸屏+LCD驱动程序,此程序实现了点击触摸屏查看图片的功能,有左右功能键-This program to tiny6410 touchscreen LCD driver, this program click on the touch screen to view pictures with left and right function keys
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:811.15kb
    • 提供者:gjx
  1. ieee1394

    0下载:
  2. 关于1394的Linux底层驱动源码,用c实现了1394的协议,对照程序来研究1394的协议会让你对1394接口理解的更好-The bottom of the 1394 Linux driver source code, with c the 1394 agreement, the control program to study the 1394 agreement will let you understand the 1394 interface, better
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-27
    • 文件大小:288.47kb
    • 提供者:lin
  1. chapter01

    0下载:
  2. 用qt实现的程序,代码精简,有很好的学习价值!-With qt achieve the program, streamlined code, good learning value
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:298.76kb
    • 提供者:liuwei
  1. leds-gpio

    0下载:
  2. 控制led灯的驱动程序,也就是流水灯,程序中有4个led灯,依次按照先后顺序亮与灭-Control driver led lights, light water, 4 led lights in the program, followed in accordance with the sequence of bright and off
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2.43kb
    • 提供者:活宝贝
  1. chardev.tar

    0下载:
  2. The code sample creates a char driver named chardev. You can cat its device file (or open the file with a program) and the driver will put the number of times the device file has been read from into the file.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-26
    • 文件大小:2.29kb
    • 提供者:beer
  1. camera

    0下载:
  2. OV9650全套源码,以及摄像头测试程序,用arm-linux-gcc即可编译成功-OV9650 full source code, and camera test program, with arm-linux-gcc to compile successfully
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-24
    • 文件大小:24.42kb
    • 提供者:xujianhua
  1. 11-servfox-R1_1_3

    0下载:
  2. linux摄像头驱动 适用于linux2.4,linux2.6 服务器端程序用是servfox,通过它可以在PC上看到开发板采集来的图像-Linux camera drivers for the linux2.4, linux2.6 server-side program with servfox, it can be seen on the PC development board acquisition to image
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:12.81kb
    • 提供者:vera
  1. buttons

    0下载:
  2. S3C2440 +linux 上的按键驱动程序。适合于天嵌2440的开发板。附带测试程序-Driver the S3C2440+linux keys. Embedded 2440 development board for days. With a test program
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:1.9kb
    • 提供者:高硕
  1. usb-manager-code

    0下载:
  2. 在QT中开发的与USB设备进行通信的程序-Program to communicate with the USB device developed in the QT
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:4.18kb
    • 提供者:隆婷
  1. mini2440_buttons

    0下载:
  2. mini2440开发板上用的按键驱动程序,程序简短,很容易理解,适合新手下载阅读并加以移植-mini2440 development board with the key drivers, the program is short, it is easy to understand for novice download to read and transplantation
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:1.48kb
    • 提供者:王婷婷
  1. sane_standard

    0下载:
  2. SANE(Scanner Access Now Easy)是用于开发光栅扫描设备驱动和应用程序的一个标准应用程序接口(API)。有了它,你的扫描仪驱动和应用程序的编写更容易。-SANE (Scanner Access Now Easy) for the development of raster scanning device drivers and application of a standard application program interface (API). With it, y
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:147.96kb
    • 提供者:
  1. fxload-2008_10_13.tar

    0下载:
  2. FXLOAD UTILITY 这个程序是方便可以下载固件到FX,FX2, 和FX2LP的EZ-USB设备,以及原始AnchorChips的EZ-USB。 它的目的是要调用热插拔脚本时未编程 设备出现在总线上。 主要是作为一个开发援助,这也可以被用来更新 从I2C串行EEPROM引导设备上的固件。对于那 使用,以及将固件下载到所有其他的片外存储器, 的第二阶段加载程序必须首先被下载。 的分布包括“a3load.hex”,这是一个简单的第二阶段
  3. 所属分类:Driver develop

    • 发布日期:2017-11-07
    • 文件大小:23.37kb
    • 提供者:杨强
  1. Good-use-of-a-drawing-program-abroad

    0下载:
  2. 国外的一个绘图程序 很好用 很好用 很好用 -A drawing program abroad is good with good with good with good with good to very good use
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:4.67kb
    • 提供者:徐级
  1. mcat.c.tar

    0下载:
  2. Linux系统编程,实现cat程序与shell重定向功能-Linux system programming, cat program with the shell redirection
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:934byte
    • 提供者:SHIJY
  1. rockchip_gslX680_rk3168_wvga

    0下载:
  2. TP驱动(RK3168方案配GSL1680)-TP driver (RK3168 program with GSL1680)
  3. 所属分类:Driver develop

    • 发布日期:2017-03-23
    • 文件大小:110.23kb
    • 提供者:李琳
« 12 3 »
搜珍网 www.dssz.com