亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

client-server

  • s1.c是server

    s1.c是server,c.c是client, server負責接收client傳的數字進行運算並回傳,運用了同步的機制。編譯須加 -lsocket -lpthread -lrt

    標簽: server

    上傳時間: 2014-01-02

    上傳用戶:athjac

  • The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

    The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the javadoc for more information on the structure of the library.

    標簽: J2ME Funambol devices Client

    上傳時間: 2014-01-05

    上傳用戶:gououo

  • 基于TCP的java多線程server

    基于TCP的java多線程server,程序包含server和client,支持多多種文件多線程訪問,支持exception。訪問端口為6789

    標簽: server java TCP 多線程

    上傳時間: 2016-04-05

    上傳用戶:llandlu

  • 基于UDP實現E-Mail傳輸 工作過程描述: 客戶端描述: 1. Client(以下簡稱C端)端將郵件以規定的大小封裝為符合要求的UDP包。 2. 將封裝好的UDP包發出

    基于UDP實現E-Mail傳輸 工作過程描述: 客戶端描述: 1. Client(以下簡稱C端)端將郵件以規定的大小封裝為符合要求的UDP包。 2. 將封裝好的UDP包發出,并等待Server(以下簡稱S端)端收到相應的UDP包后返回的回應Acknowledge(以下簡稱為ACK)。若收到的為Positive ACK,則繼續發包;若收到的為Negtive ACK,則將應發的包重發。 3. 直到C端將所有要發的包都發完,并都已經收到S端的回應,最后發一個End包,直接關閉此進程。 服務器端描述: 1. S端啟動服務進程,并監聽相應端口。 2. 若收到C端發出的有關請求,按如下情況給出相應的反映: a. 將收到的包進行檢測,若收到的包有錯則拋棄(discard),并發給C端一個negtive ACK。 b. 將收到的包進行檢測,若收到的包正常,則將此包進行解包,將內容輸出至一臨時文件;并發給C端一個positive ACK。 3.依次收到來自C斷的包,直到收到end為止,并關閉此進程,轉回監聽狀態。

    標簽: UDP E-Mail Client 封裝

    上傳時間: 2014-12-08

    上傳用戶:sxdtlqqjl

  • FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Wind

    FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a linux gnu version. important:change EXT name to ".tar.bz2"

    標簽: cross-platform supporting FileZilla graphical

    上傳時間: 2013-12-19

    上傳用戶:weiwolkt

  • Java Webservice小例子。應用XFire框架。WSA文件夾下是Server端

    Java Webservice小例子。應用XFire框架。WSA文件夾下是Server端,WSC下是Client端。

    標簽: Webservice Server XFire Java

    上傳時間: 2017-01-22

    上傳用戶:daoxiang126

  • Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported,

    Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP is also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential dialog handling, Internet Explorer compatibility, or downlevel platform support should still consider using WinInet.

    標簽: server-supported Description developers Microsoft

    上傳時間: 2017-02-07

    上傳用戶:refent

  • vxworks CS模型的server的源碼

    vxworks CS模型的server的源碼,陸續上傳client的源碼

    標簽: vxworks server 模型 源碼

    上傳時間: 2017-02-11

    上傳用戶:chenbhdt

  • A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and followi

    A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance

    標簽: demonstration supports followi simple

    上傳時間: 2013-12-22

    上傳用戶:wl9454

  • (1)實現下載功能 server()為服務端主程序

    (1)實現下載功能 server()為服務端主程序,該程序主要是用來實現服務端的建立,首先要啟動Winsock,然后需要建立服務端的套接字,然后進行與客戶端的連接,當客戶端去人響應后就對客戶端發送文件,客戶端接受文件。 client()為客戶端程序,該程序主要是用來實現客戶端的建立,首先要啟動Winsock,然后需要建立客戶端的套接字,然后進行與服務端的連接,當與服務端連接上以后,客戶端接受文件。 (2)實現上傳功能 在實現了下載功能之后,還要求能實現上傳功能,也就是說,能夠將客戶端的文件發送到服務端去,此時,相當于下載的逆運算,真正實現了客戶端與服務端的互通,實現了兩臺PC機的互通。 (3)實現備份傳輸 在傳輸過程中,為了避免文件丟失,或者只是傳到一個地方,所以增加了備份傳輸,相當于加了一個保險,是文件得到了安全保障

    標簽: server 服務端 程序

    上傳時間: 2014-11-08

    上傳用戶:teddysha

主站蜘蛛池模板: 沾益县| 马公市| 濉溪县| 丹东市| 扶风县| 永定县| 策勒县| 交口县| 新密市| 元朗区| 太保市| 高邮市| 泰宁县| 随州市| 句容市| 新密市| 镇沅| 农安县| 蓬安县| 嫩江县| 内丘县| 嵊州市| 修武县| 东宁县| 安宁市| 辛集市| 宁乡县| 措勤县| 永新县| 松江区| 抚顺市| 明光市| 汉源县| 开鲁县| 志丹县| 溧阳市| 锦州市| 达日县| 金山区| 蒙城县| 应城市|