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

搜索资源列表

  1. usbdriver

    0下载:
  2. This document about how to write usb device driver for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:136782
    • 提供者:malli
  1. usb

    0下载:
  2. Linux USB Driver and read & write.-This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3500
    • 提供者:jason
  1. linuxCode

    0下载:
  2. It is code for linux program. There are alarm, execle, fork, fifo,write and so on for sample.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:61038
    • 提供者:lbl
  1. HowtowriteLinuxdevicedrivers.htm

    0下载:
  2. 如何编写Linux设备驱动程序 对学编驱动程序有一定的参考。-How to write Linux device drivers for school series drivers have a certain reference.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:10198
    • 提供者:张志翔
  1. nand_large_page

    0下载:
  2. 用于2k大页面读写的linux程序,可直接编译后下载到开发板。-2k large pages for linux to read and write process, can be compiled directly downloaded to the development board.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:7368
    • 提供者:zjt
  1. code

    0下载:
  2. linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:4064
    • 提供者:yongzheng
  1. fuse-2.8.1.tar

    0下载:
  2. linux下支持ntfs文件系统可写入操作,不可多得!-linux to support ntfs file system write operations, rare!
  3. 所属分类:Embeded Linux

    • 发布日期:2016-10-26
    • 文件大小:492871
    • 提供者:谭龙
  1. linuxcode

    0下载:
  2. 吴岳写的《Linux C程序设计大全》源代码,书写的很不错,里面的代码非常具有代表性,并且配有两个项目案例可供学习,是你学习LINUX编程不可多得的好资料。-Wu Yue write " Linux C Programming Filmography" source code, written very well, inside the code is representative and is available with two project case study, is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:74771
    • 提供者:flangxisi
  1. Linux-kernel-file-IO

    0下载:
  2. linux 2.6内核下读写文件的简单实例。-linux 2.6 kernel file read and write simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3187
    • 提供者:yg
  1. sourcecode

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 2.列目录时要列出文件名,物理地址,保护码和文件长度 3.源文件可以进行读写保护 -It is used for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:17986
    • 提供者:高飞
  1. copy_file

    0下载:
  2. linux读写文件命令的应用 read函数 write函数 close函数的应用
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:742
    • 提供者:郑李鹏
  1. SerialRW

    0下载:
  2. Linux 下串口通讯的实例,可以读写串口 -Linux Serial Port Read and Write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1890
    • 提供者:ICEPICK
  1. NSG_beta_example9

    0下载:
  2. 你为写TCL代码烦恼么?推荐2款tcl文件生成器(吐血推荐NSG2) NSG1 和 NSG2的功能比较强大 NSbench不支持adhoc网络 软件都是jar的java文件 需要安装jdk (装好后linux和windows下都可运行) 谢谢大家的支持另外里面还附有NSG1的操作屏幕录像(windows only)-Write TCL code for the trouble you What? Recommendation 2 tcl file generator (hematem
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-10
    • 文件大小:2407269
    • 提供者:hkj
  1. Linuxdriver

    0下载:
  2. 本文档是描述了在linux下如何编写驱动程序方法,通过此文档可以很好的了解linux的驱动编写。-This document is describes how to write drivers for linux method, a good understanding of this document can write linux drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-09
    • 文件大小:16682676
    • 提供者:海锐
  1. form_post_cgi

    0下载:
  2. form以post方式读写linux文件。-form way to post documents to read and write linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2115
    • 提供者:高迪
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5305
    • 提供者:王跃
  1. LINUX

    0下载:
  2. 数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2155
    • 提供者:褚嵩
  1. videochat

    0下载:
  2. 自己写的一个把opencv和QT 放在一起的程序,能读摄像头然后显示出来,可以试一下。-Write a QT together the opencv and procedures, read the camera and then displayed, you can try.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2083486
    • 提供者:Maple H.L
  1. giflib-4.1.6

    0下载:
  2. GIF操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持多帧动画,自带颜色交错算法,完美避免gif颜色少的弊病。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或Windows的桌面工程、命令行工具中,更可以应用在Web
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-22
    • 文件大小:716498
    • 提供者:ls
  1. serviceandclient

    0下载:
  2. linux下用c写的简易聊天室程序,可以多用户聊天-under linux using c write simple chat program, you can multi-user chat
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1303
    • 提供者:龙虾
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com