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

搜索资源列表

  1. UnicodeToUtf8

    0下载:
  2. 这个文件是为了实现GSM 接收短信的一部分代码,以后有时间会继续上传 主要实现的是编码转换,是我自己写的。-This document is a GSM receive text messages in order to achieve part of the code, after the time will continue to upload the main achievement of the encoding conversion, I wrote it myself.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2013
    • 提供者:king
  1. readbmp

    0下载:
  2. 在Linux环境下,将bmp图片以二进制的形式读入内存,然后在gtk中将图片的二进制数据加以显示-In the Linux environment, bmp picture to a binary form is read into memory, then gtk picture of binary data will be displayed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1879
    • 提供者:林家恒
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1471
    • 提供者:hjintian
  1. pthread

    0下载:
  2. Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:43087
    • 提供者:haha123_0
  1. textedit

    0下载:
  2. LINUX_WINDOWS环境,QT下的文本编辑例子程序,有助于QT开发人员学习。-LINUX_WINDOWS environment, QT under the example of a text editor program to help developers learn QT.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:268393
    • 提供者:xhl
  1. Linux_broadcast_system

    0下载:
  2. 基于Linux的多媒体播放系统。希望对大家有参考价值。-Linux-based multimedia playback system. I hope all of you have a reference value.
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:3469916
    • 提供者:phil
  1. tcp-fast

    1下载:
  2. fast_tcp的源代码加上了自己对它的中文注释,由于关于这方面的资料比较少所以想把自己做的一些东西拿出来,让同样学TCP的网友多点参考-fast_tcp added the source code of its own Chinese notes, as a result of the information in this regard is less so wanted to do something out so that the same TCP users learn more re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:10483
    • 提供者:王名
  1. jflash.tar

    0下载:
  2. samsung s3c2410 烧写文件,非常值得收藏。 -samsung s3c2410 programmer document, a very worthwhile collection.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24382
    • 提供者:袁裕芳
  1. libata_linux

    0下载:
  2. a document introduce the ata and sata drivers on linux,good for divers developers-a document introduce the ata and sata drivers on linux, good for divers developers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:395833
    • 提供者:bruce lee
  1. gdi32.dll.so.tar

    0下载:
  2. linux wine的一个中文补丁,解决wine D版中文乱码问题-linux wine a Chinese patch to address the wine D garbled version of the Chinese problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:702878
    • 提供者:tianzhouhe
  1. qtprogram

    0下载:
  2. 几个qt-linux的练习小程序,适合初学者阅读,实现了几个qt的基本功能-Qt-linux several exercises small procedures, suitable for beginners to read, to achieve a few basic functions of qt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:938273
    • 提供者:gzn
  1. wget1.11

    1下载:
  2. linux下一个功能完整的ftp,具有下载,上传,权限控制等功能。-linux under a full-featured ftp, with the download, upload, access control and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:929976
    • 提供者:周瑜
  1. httpd.tar

    0下载:
  2. linux下的一个简单的http服务器,主要运用多线程socket技术,可以支持HTML,图片,和CGI程序。本系统在Ubuntu7.04系统上测试运行良好,在浏览器上打开正常-linux under a simple http server, the main use of multi-threaded socket technology, can support HTML, pictures, and the CGI program. This system Ubuntu7.04 test
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:303775
    • 提供者:hh
  1. linux

    0下载:
  2. 试验报告linux各种操作 以及ctags配置-Linux test report, as well as a variety of operating ctags configuration
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:14340
    • 提供者:王岩
  1. pci

    0下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的PCI设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on PCI device driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:26916
    • 提供者:李刚
  1. usb

    1下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的USB设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book of USB device driver source code
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-10-29
    • 文件大小:7596
    • 提供者:李刚
  1. framebuffer

    0下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:9155
    • 提供者:李刚
  1. mmcsd

    0下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的MMC/SD设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on MMC/SD device driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:8880
    • 提供者:李刚
  1. s3c2410_ts

    0下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的触摸屏设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on touch-screen device driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:3438
    • 提供者:李刚
  1. linux_driver_example_Code

    0下载:
  2. linux下驱动程序实例源代码,hello_world开始,是学习linux驱动不错的材料-Under linux driver source code examples, hello_world start learning linux driver is a good material
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:76476
    • 提供者:谭益军
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com