资源列表

« 1 2 ... .79 .80 .81 .82 .83 11284.85 .86 .87 .88 .89 ... 11787 »

[WEB邮件程序base64

说明:Base64是MIME邮件中常用的编码方式之一。它的主要思想是将输入的字符串或数据编码成只含有{ A - Z , a - z , 0 - 9 , + , / }这64个可打印字符的串,故称为“Base64”。 Base64编码的方法是,将输入数据流每次取6 bit,用此6 bit的值(0-63)作为索引去查表,输出相应字符。这样,每3个字节将编码为4个字符(3×8 → 4×6);不满4个字符的以 = 填充。 -Base64
<king> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[WEB邮件程序qp

说明:Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\r\n”序列作为软回车。 -Quoted-Printable is also
<king> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[ICQ/即时通讯Chat

说明:socke 算法,实现两台计算机之间的通信-socke algorithm, to achieve communication between two computers
<李玲芳> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Internet/网络编程echo_server

说明:基于GTK的服务器server程序,TCP/IP协议,完全C-GTK-based server process server, TCP/IP agreement, fully C
<wanghong> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Internet/网络编程socket.tar

说明:socket服务端在LINUX下的一个网络编程-socket server in a network under LINUX programming
<king> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Internet/网络编程arp

说明:利用visual c取得多個網路卡ip的list名單。-Using visual c made a number of network card ip list the list.
<clock> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[TCP/IP协议栈UDP

说明:利用UDP进行编程,实现了对时间的读取.这会学习UDP的人来说,好有帮助的-The use of UDP program, the realization of the time to read. This UDP will learn the people, both good and helpful
<huajjj123> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[TCP/IP协议栈chat

说明:利用UDP进行编程,稍加改造,就能实现发送数据的功能-Use UDP to carry out programming, a little alteration, will be able to realize the function of sending data
<huajjj123> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Internet/网络编程udptalk

说明:一个采用UDP传输的LINUX下的例子,对理解网络编程非常有好处-A transmission using UDP under LINUX example, on a very good understanding of network programming
<陈泸华> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Internet/网络编程RDFGenerator

说明:RDFGenerator产生器及一个说明文档.共两个文件.-RDFGenerator generator and a documentation. A total of two documents.
<lili> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[TCP/IP协议栈Tcpst1

说明:tcp客户端程序demo项目名为TCPCT1 TCPCT1项目包含文件TCPCT1.c、ertostcp.LIB和rtos.LIB-tcp client demo project called TCPCT1TCPCT1 project include file TCPCT1.c, ertostcp.LIB and rtos.LIB
<aaaaa> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Internet/网络编程net_test_2440

说明:linux下的一个简单socket示例,重复发送2048字节。-linux under a simple socket example, repeated sending 2048 bytes.
<bright> 在 2025-01-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 11284.85 .86 .87 .88 .89 ... 11787 »

源码中国 www.ymcn.org