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

搜索资源列表

  1. LinuxDeviceDriver

    0下载:
  2. 如何编写Linux设备驱动程序 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,只能依赖kernel中的函数,有些常用的操作要自己来编写,而且调试也不方便。-How to write Linux device driver design in the Linux environment driver, thinking of simple, easy to operate, function is also very powerful, but less s
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:12354
    • 提供者:liz
  1. TIniFile

    0下载:
  2. linux下INI文件读写类。 方便在Linux下编程应用参数配置-INI file to read and write under linux category. Facilitate the programming of applications in the Linux configuration parameters
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1672
    • 提供者:liulianghao
  1. filesystem

    1下载:
  2. 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-09-23
    • 文件大小:48612
    • 提供者:段晓娟
  1. tester_guide

    0下载:
  2. Linux内核开发者编写的一份文档,详细介绍了如何测试Linux内核,是一个非常好的教程。-Linux kernel developers to write a document, described in detail how to test Linux kernel, is a very good tutorial.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:283103
    • 提供者:llnux
  1. write

    0下载:
  2. 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:513
    • 提供者:牛志强
  1. serial

    0下载:
  2. 在linux下的串口读写程序,包括串口的各种设置。用到open-port和set-port函数。-In linux serial port to read and write under the procedures, including a variety of serial port settings. Open-port and use set-port function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:992
    • 提供者:牛志强
  1. fcntl_write

    0下载:
  2. 该程序用来测试文件的写入锁,首先创建一个hello文件,之后对其上写入锁,最后释放写入锁。-The program used to write the test file lock, the first document to create a hello, and then write their locks, the final release into the lock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:568
    • 提供者:牛志强
  1. file_operation_sample

    0下载:
  2. ARMLINUX 环境下开发的文件访问程序,能对文件进行读取和写操作。-Development environment ARMLINUX file access procedures, the documents can be read and write operation.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6061
    • 提供者:yinongqiu
  1. android_log

    0下载:
  2. 分别在Linux和Android中用C语言写系统日志, 有代码和程序说明-Linux and Android in the C language used to write the system log, there are codes and procedures that
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:118596
    • 提供者:code998
  1. MMC-sd

    0下载:
  2. at91rm9200在ADS下读写sd卡源码-at91rm9200 in the ADS under the sd card read and write source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:336015
    • 提供者:张横
  1. usb_transfer20081009.tar

    0下载:
  2. 在linux段编写设备驱动代替windows下的DNW USB驱动下载功能,并提供test程序-Write device drivers in linux instead of windows section under the DNW USB driver download function, and provides test procedures
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:133758
    • 提供者:jay
  1. log

    0下载:
  2. 这是一个 一个简单的写log文件, 可用于windows linux-This is a simple one to write a log file can be used for windows linux
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2028
    • 提供者:tom
  1. uartcom

    0下载:
  2. linux 串口编程通讯测试,通过对文件的打开操作,来打开串口;通过对文件的读写,实现发送和接受数据-linux serial communications test program, through the file open operation, to open the serial port adoption of the document read, write, send and receive data to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:78271
    • 提供者:胡威
  1. ezxml

    1下载:
  2. linux下xml文件的读写操作封装,简洁明了。-xml files under linux to read and write operations package, simple and concise.
  3. 所属分类:Embeded Linux

    • 发布日期:2015-12-04
    • 文件大小:11905
    • 提供者:mich
  1. mini2440butterdriver

    0下载:
  2. mini2440开发板上有关按键的驱动分析,用来学习Linux的驱动编写,很有用-mini2440 Development Board on the button-driven analysis is used to study and write Linux drivers, very useful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:18272
    • 提供者:谭谦
  1. Ping

    1下载:
  2. 如果要在Win2000下实现类似Ping BackDoor for Linux的后门,必须以 sniffer 的方式监听ICMP包,而在win2000下写一个简单的sniffer-If you want to Win2000 achieve Ping BackDoor for Linux similar to the back door, you must listen ICMP packet sniffer manner, but in the next win2000 write a sim
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:3792
    • 提供者:张小麒
  1. Linux

    0下载:
  2. 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:94878
    • 提供者:朱信
  1. wenjian

    0下载:
  2. 为linux系统设计一个简单的二级文件系统-Linux system design for a simple two file system. Required to do the following: (1) can be achieved following a few commands read_file read the file create_file create a file create_dir create a directory del_file
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:109527
    • 提供者:jane
  1. chat_source

    0下载:
  2. 用QT4库写的 基于C/S结构. 其实在linux用套接字写网络部分更方便不过,但最近在学习QT/network部分,所以练手写的一个.-Written using QT4 libraries based on C/S structure. In fact, part of the linux network using a socket to write more convenient, however, but a recent study QT/network part, so a
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:7991
    • 提供者:袁和平
  1. ij

    0下载:
  2. ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:1337707
    • 提供者:王人富
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com