搜索资源列表
-
0下载:
TCP/IP编程实现远程文件传输,包括服务器端和客户端程序,在Sco Unix System v3.2及Sco TCP/IP Rumtime环境下调试通过。-TCP / IP programming remote file transfer, including the server and client programs, in Sco Unix System v3.2 and sco TCP / IP Rumtime through debugging environment.
-
-
1下载:
Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。
Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
-
-
0下载:
Perl 最初只是 Unix系统管理员的一个工具,在工作日里被用在无数的小任务中。从那以后,它逐步发展成为一种全功能的程序设计语言,特别是在各种计算平台上,它被用作 Web 编程、数据库处理、XML 处理以及系统管理-Perl began as a tool for Unix system administrators, in the working days are used in countless small tasks. Since then, it gradually develope
-
-
0下载:
SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。-SQLite, the databas
-
-
0下载:
Unix网络编程APT,主要详细讲解了在Unix操作系统下的socket网络编程技术。-Unix Network Programming APT, mainly explained in detail under the Unix operating system, network socket programming.
-
-
0下载:
Windows应用程序可以有无限的网络功能,都是建立在WinSock接口 的基础上。WinSock是Windows Sockets的简称,也称为Windows套 接字,是微软根据BSD UNIX操作系统中流行的Berkeley套接字规范 而实现的一套Micosoft Windows下的网络编程接口。
-Windows applications can have unlimited networking capabilities are built on the basis of the Wi
-
-
0下载:
囊括UNIX编程的所有信息:文件系统、进程调度、网络编程(SOCKET)、函数原型等。-UNIX programming include all the information: the file system, process scheduling, network programming (SOCKET), function prototypes, etc.
-
-
0下载:
Windows应用程序可以有无限的网络功能,都是建立在WinSock接口 的基础上。WinSock是Windows Sockets的简称,也称为Windows套 接字,是微软根据BSD UNIX操作系统中流行的Berkeley套接字规范 而实现的一套Micosoft Windows下的网络编程接口。-Windows applications can have unlimited networking capabilities are built on the basis of the WinSo
-
-
0下载:
本书介绍了UNIX系统下的网络编程,并在具体的环境下解决实际的编程问题-This book introduce net pragramming using UNIX system and solve the programming problem in certain case
-
-
0下载:
简单数据采集系统源码,可供参考,希望能供编程爱好者一点帮助,主要包括简单QT操作、unix c函数应用和相关oracle应用-Simple data acquisition system source code, for reference, programming enthusiasts hope for a little help, mainly including the simple QT operation unix c-function applications and relate
-
-
0下载:
《UNIX系统编程》中所有的代码,包括头文件-UNIX system programming code, including header files
-
-
0下载:
本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。-Book is a comprehensive introduction to the UNIX system programming interface- the system call interface and offers many of the standard C library functions.
-
-
0下载:
A program to lock and unlock a file and to return 100 bytes of the requested file (unix system programming) .
-
-
0下载:
使用TCP/IP协议的应用程序通常采用应用编程接口:UNIX BSD的套接字(socket)和UNIX System V的TLI(已经被淘汰),来实现网络进程之间的通信。就目前而言,几乎所有的应用程序都是采用socket,而现在又是网络时代,网络中进程通信是无处不在,这就是我为什么说“一切皆socket”。(Applications that use the TCP/IP protocol usually use the application programming interface: U
-