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

搜索资源列表

  1. vt

    0下载:
  2. linux 系统 VT102终端实现驱动程序源码-this will be a rather complete VT102 implementation.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:26129
    • 提供者:王小二
  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
    • 文件大小:295398
    • 提供者:lin
  1. mjpg-streamer

    0下载:
  2. 天嵌源码带的摄像头驱动,可实现远程监控,网页浏览视频,对学习很有帮助。-Days embedded in the source code with the camera driver, which enables remote monitoring, web browsing, video, and help in learning.
  3. 所属分类:Linux驱动

    • 发布日期:2014-03-18
    • 文件大小:2810286
    • 提供者:rojian
  1. Camera-driver-source-code-analysis

    0下载:
  2. 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:13984
    • 提供者:DJK
  1. dm9000

    0下载:
  2. dm9000.c网卡驱动源码,实现网卡硬件的驱动-the dm9000.c NIC driver source code, the NIC hardware driver
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:60655
    • 提供者:caoming
  1. Linux-kernel-qudong

    0下载:
  2. 介绍了linux内核中网络驱动的编写和实例编写的源码等。描述了linux网络驱动的实现原理和方法-Describes the linux kernel network drivers and examples of writing source code written in other. Describes the linux network driver implementation principles and methods
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:471836
    • 提供者:20112106
  1. s5pc100_m25p10a

    0下载:
  2. 基于S5PC100平台的FLASH驱动程序源码,通过SPI总线实现对数据的读、写及清除。-FLASH-based S5PC100 platform driver source code to achieve the data read, write and clear through the SPI bus.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3234
    • 提供者:刘潇荔
  1. SONiX_UVC_LikeDriver_2.6.32.02

    1下载:
  2. 这个源码是sonix 291摄像头的驱动源码,能够实现H264的硬编码。运行环境为linux 的乌邦图,希望对开发291摄像头的朋友有帮助。-This source is sonix 291 camera driver source code, to achieve a hard-coded H264. The operating environment for linux Diu map, we want to develop 291 cameras to help a friend.
  3. 所属分类:Linux驱动

    • 发布日期:2014-02-11
    • 文件大小:57483
    • 提供者:黄发宾
  1. HelloJni.tar

    0下载:
  2. 1、每个被加载的模块,无论是可执行程序还是共享库,均有自己独立的PLT和GOT表。所以拦截这个模块的对外调用的GOT,不影响其他模块。 2、本文只实现了拦截模块的调出到其他模块的动作,其他模块的调入没有涉及到(可能还涉及到比较复杂的重定位操作)。 3、system_server是system用户,不是有权限写所有名字的Property,这里用了persist.sys.开头的属性名,而persist.sys.开头的属性会保存至磁盘,因此性能会差点儿。 4、ioctl虽然实质声明是
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:365206
    • 提供者:konglingjiao
  1. readrtc.tar

    0下载:
  2. 三星s3c6410裸板驱动源码,C语言实现,可以读取所s3c6410的rtc时钟,默认格式是xxxx-xx-xx,xx:xx:xx.-Samsung s3c6410 bare board driver source code, C language, you can read the rtc s3c6410 the clock, the default format is xxxx-xx-xx, xx: xx: xx.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2858
    • 提供者:任心愿
  1. writertc.tar

    0下载:
  2. 三星s3c6410裸板驱动源码,C语言实现,可以写入三星s3c6410的rtc时钟,默认格式是xxxx-xx-xx,xx:xx:xx.-Samsung s3c6410 bare board driver source code, C language, you can write to Samsung s3c6410 the rtc clock, the default format is xxxx-xx-xx, xx: xx: xx.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1922
    • 提供者:任心愿
  1. Uart--android

    0下载:
  2. 1"uart_v1.0.tar\uart\jni"目录下是JNI源码。 2."uart_v1.0.tar\uart\uart_stub\module"目录下是HAL源码。 这是在android下实现串口的程序,那包括hal,jni,java的代码。可以是进入android底层开发的入门提升程序。-1 under " uart_v1.0.tar \ uart \ jni" directory is JNI source. 2 Under " uart_v1.0.t
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:58357
    • 提供者:addia
  1. xianmu

    0下载:
  2. 该源码基于视频监控,从视频采集到传输到显示,完全的实现了整个功能,希望做这方面工作的参考节约,也希望大家多多贡献自己的源码!-The source-based video surveillance, from video capture to transmission to the display, the full realization of the entire function, want to do this work with reference to conservation, b
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:38060
    • 提供者:小娃
  1. aplay.tar

    1下载:
  2. aplay arecord源码,根据源码可进行alsa编程,实现alsa声卡录音与播放。-aplay arecord source code, to achieve alsa sound recording and playback, according to the source code can be programmed alsa
  3. 所属分类:Driver develop

    • 发布日期:2017-04-05
    • 文件大小:19722
    • 提供者:谢峰
  1. bsh-1.3.0-15.5.el6.src

    0下载:
  2. b shell源码,对学习shell非常有帮助,同时也可以了解如何在linux下面实现一种shell。-b shell source, shell very helpful for learning.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:431044
    • 提供者:zhoubo
  1. more02

    0下载:
  2. linux的more源码的具体实现。描述了more的原理及具体实现方法。-linux more source code
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:980
    • 提供者:vincent
  1. FX_Filter

    0下载:
  2. 该源码实现地震资料处理中的F-X滤波功能。-The source implementation of seismic data processing FX filtering
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2029
    • 提供者:李淳风
  1. socket

    0下载:
  2. 此源码主要运行在Linux、Unix平台上,功能是实现Socket之间通信。谢谢大家-This source code is mainly runs on Linux, Unix platform, function is communication between Socket. Thank you! ! !
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1965
    • 提供者:梁龙武
  1. word2vec-2014-10-29.tar

    0下载:
  2. 一个在linux下编译运行的聚类源码,可以实现词库的聚类-In a compiler to run under linux cluster source can be achieved clustering thesaurus
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:218679
    • 提供者:123811
  1. future_net.tar

    0下载:
  2. 华为codecraft比赛源码,实现功能:经过指定结点集的最短路径问题。-adsgaerfb werth erhg wteh wth wethwth w4thwthwhwth
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:57224
    • 提供者:jacob
« 12 »
搜珍网 www.dssz.com