-
epic quicksort algorithm
epic quicksort algorithm
- 2022-07-03 03:46:44下载
- 积分:1
-
这是一个自我
这是一个自制的聊天程序,用C++builder实现的,基于TCP实现的,是《精彩c++builder程序设计》上的例子。-This is a self-made chat program, using C++ builder to achieve, based on the TCP implementation is a " wonderful c++ builder programming" on the case.
- 2022-11-10 01:10:04下载
- 积分:1
-
可以进行真正的
可以对网络进行实时监控- May carry on the real-time monitoring to the network
- 2022-12-22 18:45:03下载
- 积分:1
-
Replacing wsock32.dll monitoring protocols of call. This article was published i...
通过替换wsock32.dll 来监测winsock调用。本文是在已发表的另一文章略加修改而成,先感谢前任怍者。-Replacing wsock32.dll monitoring protocols of call. This article was published in another article slightly modified from first to thank the former were ashamed.
- 2023-08-23 11:50:02下载
- 积分:1
-
这里是我自己学习winsocket2 编程序时候所写的一个聊天室的程序,程序是一步一步完善过来的。
ChartSrv是服务器端
ChartCLie...
这里是我自己学习winsocket2 编程序时候所写的一个聊天室的程序,程序是一步一步完善过来的。
ChartSrv是服务器端
ChartCLient是客户端(可以开多个)
由于里面加入了获取hostname的东西所以速度有点慢,可以注释掉直接使用IP通信就快了。
代码展示了socket2的异步通信的实现,有兴趣的可以一起学习。-Here is my own time learning winsocket2 programmed written by a chat room procedures step by step procedure is to improve overnight. ChartSrv is a server-side ChartCLient the client (can be opened more than) as a result of which joined the hostname to obtain the speed of things so a bit slow, you can comment out the direct use of IP communications on faster. Code demonstrates the socket2 realize asynchronous communication, are interested in learning together.
- 2022-07-04 15:30:00下载
- 积分:1
-
一个BT的源代码,用c++编写的,是别人的,我就是想下载一个有用的代码,谢谢站长。...
一个BT的源代码,用c++编写的,是别人的,我就是想下载一个有用的代码,谢谢站长。-A BT source code, using c++ Prepared, is someone else
- 2023-02-08 19:25:04下载
- 积分:1
-
用VB做的网站
把服务器和网页集成在一起了
值得学习哦
用VB做的网站
把服务器和网页集成在一起了
值得学习哦-Using VB to do the website and web server integrated together to learn Oh
- 2022-01-25 22:43:35下载
- 积分:1
-
查看网卡信息,可以看IP,网关,子网码。
查看网卡信息,可以看IP,网关,子网码。-View card information, can see IP, gateway, subnet yards.
- 2022-04-23 18:34:18下载
- 积分:1
-
一获得主机ip及主机名 代码,自动获得主机的IP以及主机名。
一获得主机ip及主机名 代码,自动获得主机的IP以及主机名。-an ip access mainframe and mainframe codes, automatic mainframe host name and IP.
- 2022-10-28 16:50:04下载
- 积分:1
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1