-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。
-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-06-14 05:38:31下载
- 积分:1
-
这是我辛苦编的一个JAVA程序,是关于chatroom.简单,易懂.希望能被采用.多谢管理员过目....
这是我辛苦编的一个JAVA程序,是关于chatroom.简单,易懂.希望能被采用.多谢管理员过目.-This is the hard part I of a Java process is on the chatroom. Simple. understandable. hope can be used. thank administrators read. Thank you
- 2022-02-01 09:42:38下载
- 积分:1
-
jquery分页插件,用于前台数据分页。
jquery分页插件,用于前台数据分页。-jquery
- 2022-03-23 07:11:36下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1
-
这个不需要多介绍吧,示范了如何编写3层结构的详细例子
这个不需要多介绍吧,示范了如何编写3层结构的详细例子-need any more on the bar, a demonstration on how to prepare a three-tier structure of the detailed examples
- 2022-02-04 07:40:04下载
- 积分:1
-
查看端口的的使用情况
查看端口的的使用情况-View port usage
- 2023-08-05 17:55:03下载
- 积分:1
-
FTP的客户端,用户可以能过FTP的客户端来实现FTP文件的管理等...
FTP的客户端,用户可以能过FTP的客户端来实现FTP文件的管理等-FTP client, users can lead FTP client to achieve the FTP file management
- 2022-08-22 04:17:29下载
- 积分:1
-
the purpose of this software is how to search, which is when the user input for...
本软件的目的是如何进行网络搜索,也就是当用户输入查询关键词的时候,能够自动的网络资源里面进行查找相关资料。-the purpose of this software is how to search, which is when the user input for keywords, can automatically inside the network resources to search for relevant information.
- 2022-08-12 16:18:04下载
- 积分:1
-
c#编写的p2p聊天室
c#编写的p2p聊天室,自己编写的可以用,上c#课程设计时可以用的基本模板,挺好的。。
- 2022-07-19 02:01:17下载
- 积分:1
-
SMTP pop in the given procedure to add a filter to enable the theme for the rece...
在给出的SMTP pop程序中加上一个过滤器,使能够对接收邮件的主题内容进行关键字过滤。关键字从文件中读出,不少于十个,比较结果符合的打印出过滤用关键字、邮件主题、邮件发件人。多重符合的每次结果都要打印。在windows Visual C++ 下调试-SMTP pop in the given procedure to add a filter to enable the theme for the receiving e-mail content filtering keywords. Keywords from the document read out, of not less than 10, in line with the results of the comparison with the print keyword filtering, mail the theme of the message sender. Multi-line with the results of each must be printed. In windows Visual C++ under the debugger
- 2022-04-20 20:17:43下载
- 积分:1