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

搜索资源列表

  1. 编写Linux内核模块和驱动

    0下载:
  2. 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,本文介绍了如何在linux环境下进行内核模块和驱动的编写-the Linux environment design driver, thinking simple, easy to operate and function are very powerful, but less support function, the paper described how the environment for linux k
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3145
    • 提供者:李明
  1. linuxcontrol

    0下载:
  2. linux下的人机对话编程,函数库采用GTK+/GNOME,有操作界面,可在界面上进行操作与下层通信。此程序开发已久,源文件较多。可用 gcc -wall -o main.c ....... gnome-config --cflags --libs gnomeui 进行编译-the man-machine dialogue programming functions using GTK / GNOME, user interface, the interface can operate on t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:793020
    • 提供者:时柏营
  1. Nachos11

    0下载:
  2. 这是一个教我们如何操作NACHOS的中文教程,很适合操作系统的学习者-This is a taught us how to operate the Chinese NACHOS Guide, the operating system is very suitable for learners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:149663
    • 提供者:亿摆
  1. spidmadriver

    1下载:
  2. 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17368
    • 提供者:y
  1. gd-2.0.33.tar

    0下载:
  2. Linux/Unix下的绘图函数库(Graphic Drawing Library),支持JPG、PNG、BMP等多种输出格式,可直接对已有的图象文件进行操作,使用手册在压缩包中-Linux / Unix graphics library (Graphic Drawing Libr ary), support JPG, PNG, BMP and other output format, directly to the image files already operate, the use of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:587617
    • 提供者:wulu
  1. kernel_proc

    0下载:
  2. 通过对proc的文件进行操作来了解KERNEL的有关信息-of proc operate in the paper to find out the relevant information KERNEL
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:韩近跃
  1. Expr - multithreading file transport---For Linux V

    0下载:
  2. 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:29094
    • 提供者:政家谦
  1. ShuMaGuan_0_to_9999

    0下载:
  2. 一个四位数码管循环显示0-9999并且在整数时让蜂鸣器响起来的程序,在keil上编译,下载到51单片机上,连好电路后即可运行。-A four digital tube cyclic display 0-9999 in integer and let a buzzer sounded program, compiled in keil, download to 51 single-chip microcomputer, even after good circuit can operate.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1169
    • 提供者:xiebudong
  1. dev_acpi-20040803

    1下载:
  2. linux下acpi驱动编写的一个完整例子,改样例遍历linux下所有的acpi设备,并提供用户态接口供用户操作-acpi driver under linux prepared a complete example of a sample to traverse all the acpi under linux equipment, and provide user interface for users to operate state
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:13041
    • 提供者:xx
  1. qt_Excel

    0下载:
  2. Qt编程操作Microsoft Excel。 使用了ActiveX。-Qt programming operate Microsoft Excel. Use of ActiveX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:63301
    • 提供者:
  1. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:249544
    • 提供者:
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-20
    • 文件大小:29701
    • 提供者:CoCo
  1. vipsi_bin_maxosx_0.5.0.tar

    0下载:
  2. vipsi(一个友好的程序)是一个外壳和脚本语言,使用方便,可以在第一天的基础上直接强力控制。提供了类C语法,utf-8编码,功能强大的列表操作。袖珍计算器,CGI,脚本,一个集于一体的编程外壳。-vipsi (a friendly procedure) is an outer covering and the scr ipt language, the easy to operate, may in the first day foundation the direct force con
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:221332
    • 提供者:赵俊
  1. ide-disk

    0下载:
  2. linux下对硬盘的操作代码,linux下对硬盘的操作代码-linux hard drive to operate under the code, linux on the hard disk operation code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8385
    • 提供者:gongfb
  1. linux_OS

    0下载:
  2. 内含6个Linux平台下的程序,属于验证性程序,可以用来学习Linux下对管道文件等必要操作的学习。源代码运行的平台是Fedora7.0版本Linux,但在其他Linux平台上都已得到了验证,均可正确实现。-Intron 6 of the procedures under the Linux platform, which authentication process can be used to study under Linux Pipeline documents necessary to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:10036
    • 提供者:xx
  1. my_ls

    0下载:
  2. 这是一个linux的ls编程,对文件和目录进行操作。谢谢大家。-This is a linux of ls programming, of files and directories to operate. Thank you.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2110
    • 提供者:郭非
  1. unixbasiccourse

    0下载:
  2. unix 基础教程,可了解其基本概念和使用环境,会对日后操作是个很好的入门.-unix basic tutorial to understand their basic concepts and the use of the environment, will operate in future is a very good entry.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6180473
    • 提供者:朱朱
  1. usbandasm

    0下载:
  2. 在Linux中,文件是抽象的,Linux已将几乎所有的东西都 按文件来对待,所以就可以像操作普通文件那样去打开、关 闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目录的命名和架构标准,在此文件 系统层次结构中,Linux所有的设备以设备文件名的方式存放 在目录/dev下,USB到串口转接器的设备文件为ttyUSB0。如 果使用多口转接器或USB hub,则相应设备文件依次为 ttyUSB1、tt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:127403
    • 提供者:郝冠男
  1. rfid

    1下载:
  2. 本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件,是在嵌入式linux平台下通过串口对rfid读写器进行操作的源码。-This procedure in main.c, rfid.h, rfid.c, tty.h, tty.c and six documents makefile is in the embedded linux platform through serial rfid reader of the source to opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3269
    • 提供者:kevin Tan
  1. logomaker

    0下载:
  2. LogoMaker是一款十分小巧的制作LinuxLogo程序,操作简单。-LogoMaker is a very compact LinuxLogo production process, easy to operate.
  3. 所属分类:Linux-Unix program

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