-
这是个拨号上网源代码 里面加入了自己的一些东西 可能和其他版本相差很多...
这是个拨号上网源代码 里面加入了自己的一些东西 可能和其他版本相差很多-this is a dial-up Internet access to the source code inside its own and some other things could be much different version
- 2022-01-23 11:03:53下载
- 积分:1
-
闲聊信使
我们可以和每个人聊天,也可以私下聊天。我们也可以通过画布发送图片信息。在局域网中,这是一个非常有效的项目,因为我们可以互相发送工作信息,在一秒钟内就可以显示给我们的同事。在大学里我们可以实施它。
- 2022-03-16 02:36:43下载
- 积分:1
-
时间服务器程序
时间服务器程序-Time server
- 2023-08-31 12:00:03下载
- 积分:1
-
CGI程序函数库,CGI程序源码,CGI网络编程程序函数库
CGI程序函数库,CGI程序源码,CGI网络编程程序函数库-cgi
- 2022-04-13 06:48:48下载
- 积分:1
-
A ping to write your own procedures, it can be said that many people take the fi...
编写自己的一个ping程序,可以说是许多人迈出网络编程的第一步吧!!这个ping程序的源代码经过我的修改和调试,基本上可以取代windows中自带的ping程序. 各个模块后都有我的详细注释和修改日志,希望能够对大家的学习有所帮助-A ping to write your own procedures, it can be said that many people take the first step network programming!! The ping procedures after the source code to modify and debug my, basically to replace the windows in the built-in ping procedures. Each module After I have detailed notes and modify the log, hope to be able to help you study!!
- 2022-08-08 09:20:47下载
- 积分:1
-
a C under the linux client server can add users to achieve, send mail functions
一个用C在linux下实现的客户端服务器程序
能实现添加用户,发送邮件功能-a C under the linux client server can add users to achieve, send mail functions
- 2023-03-29 10:10:03下载
- 积分:1
-
c programming language voice can play a sound, you can use the keyboard to contr...
c语言声音编程,可以播放声音,可以用键盘控制-c programming language voice can play a sound, you can use the keyboard to control
- 2022-10-12 04:30:03下载
- 积分:1
-
WEB应用程序,delphi示例
WEB应用程序,delphi示例-Web applications, delphi Example
- 2022-04-23 07:39:34下载
- 积分:1
-
关于IPC通信的小程序代码!
关于IPC通信的小程序代码!- About IPC correspondence script code!
- 2022-01-28 02:06:25下载
- 积分:1
-
java socket网络编程代码(含服务端和客户端)
本代码是java socket网络编程源码,包含服务端和客户端,实现客户端发送消息,服务端接收并反馈消息。首先,需要准备好java环境,我使用的是jdk1.8。socket文件夹为eclipse项目原文件,可以直接导入eclipse编译运行。如果不想看项目文件,可以直接查看代码:server.java为服务端代码。client.java为客户端代码。先运行server,显示:“Waiting for client.”表示启动成功。再运行client,显示:“server reply:I have accepted.”,表示发送并受到服务端的反馈消息。这时再看服务端,显示:“recv: hello, i am wang.”,表示收到客户端发来的消息。
- 2022-04-17 06:30:36下载
- 积分:1