CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - The Linux Programming Interface

搜索资源列表

  1. PHP514

    0下载:
  2. PHP 是一种新型的 CGI 程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于 Windows、Unix、Linux 平台的Web后台程序,内置了对文件上传、密码认证、Cookies 操作、邮件收发、动态 GIF 生成等功能,PHP 直接为很多数据库提供原本的连接,包括Oracle、Sybase、Postgres、Mysql、Informix、Dbase、Solid、Access 等,完全支持ODBC接口,用户更换平台时,无需变换 PHP 代码,可即拿
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:7148831
    • 提供者:彭丽
  1. Linux_message

    0下载:
  2. linux下采用UDP协议的套接字的收发报文例子,套接口编程练习。 -linux adoption of the UDP socket transceiver example text, presentation interface programming exercises.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:37906
    • 提供者:飞鸿
  1. chatroomv2.5.tar

    0下载:
  2. linux下聊天室的稳定版本,包含终端形式的聊天室服务器,gnome界面的客户端,本程序自主开发,绝无重复。 软件开发环境:Linux编程环境 软件运行环境:Linux操作系统 软件安装要求:系统中装有QT3.0或兼容版本-linux chat room under the stable version, includes terminal form of chat room servers gnome interface of the client, the self-develo
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:654815
    • 提供者:荣平
  1. linux_chat

    0下载:
  2. 实现linux下的聊天室。可以单聊、群聊、以及组聊。而且具有文件传输功能。界面使用curse库编程-achieve linux under the chat room. Alone can chat, group chat and chat groups. But with file transfer functions. Interface programming using the curse
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:13934
    • 提供者:kong xiangzhen
  1. thesocket

    0下载:
  2. 关于linux下基于QT界面socket编程的简单实例 -based on the QT socket programming interface simple example
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3674
    • 提供者:郭建川
  1. C_QT

    0下载:
  2. C在linux下的编程,一个聊天系统,在C程序的基础上加一个QT界面-C under the Linux programming, a chat system, on the C program based on a QT interface
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:84410
    • 提供者:yuanlic
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. sqlite-3.7.3.tar

    0下载:
  2. SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。-SQLite, the databas
  3. 所属分类:Linux Network

    • 发布日期:2017-05-13
    • 文件大小:3410714
    • 提供者:王晶
  1. avcstreamer_linux_x86_32_v0.02-alpha.tar

    0下载:
  2. AVC Streamer can be used to stream and record live TV programming. An MPEG-2 TS input stream from a firewire enabled set-top box, DVR, capture card, or another remote AVC Streamer running instance can be captured through a local interface. A
  3. 所属分类:Linux Network

    • 发布日期:2017-05-15
    • 文件大小:4041209
    • 提供者:Nudge
  1. PHP-5.4

    0下载:
  2. PHP 是一种新型的 CGI 程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于 Windows、Unix、Linux 平台的Web后台程序,内置了对文件上传、密码认证、Cookies 操作、邮件收发、动态 GIF 生成等功能,PHP 直接为很多数据库提供原本的连接,包括Oracle、Sybase、Postgres、Mysql、Informix、Dbase、Solid、Access 等,完全支持ODBC接口,用户更换平台时,无需变换 PHP 代码,可即拿
  3. 所属分类:Linux Network

    • 发布日期:2017-05-27
    • 文件大小:10709331
    • 提供者:jksdfnhk
  1. connectWithStream

    0下载:
  2. 利用socket网络编程和图形界面技术,实现客户端和服务器之间的通信,从而达到两台机器通信的目的。-Socket network programming and graphical interface, the communication between client and server, so as to achieve the purpose of the two machines to communicate.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:xie
  1. chatClient

    0下载:
  2. linux socket编程,使用qt编程,实现界面,是的界面美观,使用到了多线程网络的综合应用。-linux socket programming, qt programming, interface, beautiful interface, the use of multi-threaded network applications.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:15527
    • 提供者:xuheng
  1. socketChat

    0下载:
  2. linux下多线程编程,利用socket实现局域网内简单数据传输,实现简单的聊天功能,可实现多个用户同时聊天。无界面。-Multi-threaded programming in linux, the use of socket achieve a simple LAN data transfer, simple chat feature, allowing multiple users to simultaneously chat. No interface.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:4219
    • 提供者:Dean
  1. config_prj_example-20140507-V1.0.1

    0下载:
  2. 自己写的linux下对配置文件进行操作的函数接口,采用了比较通用的工程管理,希望对你的编程有所用处-Write their own under Linux operation function of the interface, the configuration files using the more general engineering management, hope it will be of use to your programming
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:26838
    • 提供者:fsg
  1. 1

    0下载:
  2. 以VM ware虚拟机软件和Red hat 9.0操作系统为平台,使用shell脚本编写程序,实现对文本文件的统计功能。要求使用linux shell编写程序脚本(Bash风格),并提供友好的的交互界面。-In VM ware virtual machine software and Red hat 9.0 operating system as the platform, using a shell scr ipt programming, achieve statistical functi
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:李丹
  1. tlpi.tar

    0下载:
  2. linux/unix系统编程手册 上下两册书的源代码。很多人认为这本书超越了APUE,内容比较简单易懂。-the linux/unix programming interface source code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:197785
    • 提供者:jiangjunyu
  1. usb-cameara

    0下载:
  2. 基于v4l视频编程 ,在Linux环境下的 经过自己亲测试过很好用的源码,对库函数调用同时封装的很好,对变量以及函数的掉用关系有很多注释帮助我们可以很快v4l接口编程的知识ps:Makefile已经都写好了-V4l-based video programming under Linux environment after their parent tested well used source library function call and the package is very good,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3790
    • 提供者:lqjun
搜珍网 www.dssz.com