-
自动发送电子邮件
这是的自动发送电子邮件的源代码。请下载并试用。谢谢大家的支持。
- 2022-01-28 08:28:59下载
- 积分:1
-
VNC 测试通过版(VC6下测试通过)开源代码 (包括服务端和客户端)...
VNC 测试通过版(VC6下测试通过)开源代码 (包括服务端和客户端)-VNC test version (VC6 under test) open source code (including server and client)
- 2023-04-22 11:35:03下载
- 积分:1
-
完成端口模型的实现,基本的框架,可以利用这个框架扩充
完成端口模型的实现,基本的框架,可以利用这个框架扩充-Realize the completion port model, the basic framework, this framework can be used to expand
- 2022-04-15 00:40:34下载
- 积分:1
-
现在很好用的一个BBS哦.是ACCESS的.
现在很好用的一个BBS哦.是ACCESS的.-now with a good BBS oh. Yes ACCESS.
- 2022-02-05 12:16:16下载
- 积分:1
-
A classical foreign, port scanner
一个精典的国外,端口扫描器的源代码。不知道有没有人上传了。-A classical foreign, port scanner
- 2022-05-21 08:24:19下载
- 积分:1
-
socket a detailed description of the agreement, in VC++ environment programming...
socket协议的详细说明,在VC++环境下编程说明
- 2023-08-15 20:15:08下载
- 积分:1
-
这是一个简单的pop3客户端程序模版
这是一个简单的pop3客户端程序模版-This is a simple pop3 client template
- 2023-05-01 23:25:03下载
- 积分:1
-
基于MATLAB下的WinsockAPI网络编程,有很好的参考价值,值得一看!...
基于MATLAB下的WinsockAPI网络编程,有很好的参考价值,值得一看!-MATLAB-based network programming WinsockAPI under, has a very good reference value, worth a visit!
- 2023-05-15 16:40:03下载
- 积分:1
-
enctime msecond(=)
enctime = msecond() - enctime
printf("Frame %d: %6.2fms
", i, enctime)
ioctl(fd, CMD_MOTION_GET_PROFILE, &profile)
printf("convert: %d
", profile.convert/600000)
printf("gaussian: %d
", profile.gaussian/600000)
printf("pair: %d
", profile.pair/600000)
printf("area: %d
", profile.area/600000)
printf("post: %d
", profile.post/600000)
printf("copy: %d
", profile.copy/600000) -enctime = msecond ()- enctime printf (
- 2022-05-22 22:10:26下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
- 2022-02-07 17:35:59下载
- 积分:1