-
夸平台的基于ACE的简单文件传输源码
#include <fstream>
#include "ace/OS.h"
#include "...
夸平台的基于ACE的简单文件传输源码
#include
#include "ace/OS.h"
#include "ace/Log_Msg.h"
#include "ace/INET_Addr.h"
#include "ace/SOCK_Stream.h"
#include "ace/SOCK_Connector.h"-Kwame platform based on the ACE source code of a simple file transfer# Include
- 2022-02-12 21:34:47下载
- 积分:1
-
网络电视,可以及时聊天,传载图片,还可以即使视频.使用简单.
网络电视,可以及时聊天,传载图片,还可以即使视频.使用简单.-Network TV, you can chat a timely manner, mass upload pictures, you can even video. Using simple.
- 2022-06-16 17:50:28下载
- 积分:1
-
变速恒频双馈风力发电机仿真中很有用的几个模块
变速恒频双馈风力发电机仿真中很有用的几个模块-Doubly-fed VSCF wind turbine simulation is useful in several modules
- 2022-09-22 06:50:03下载
- 积分:1
-
这是一个用vC++开发的八十分源码!
但是还没完全开发好.
有兴趣的可以参考一下...
这是一个用vC++开发的八十分源码!
但是还没完全开发好.
有兴趣的可以参考一下
-This is a used vC++ Developed eight great source! But not yet fully developed well. Are interested can refer to
- 2022-09-11 19:40:03下载
- 积分:1
-
VC下Socket通信很好一个例程
VC下Socket通信很好一个例程-VC Socket Communications a good routines
- 2022-03-10 18:48:19下载
- 积分:1
-
用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!...
用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!-technology used UDP Multicast can achieve one-to-many communications! ! Chat can yo!
- 2022-01-26 01:23:25下载
- 积分:1
-
certi Distributed good open
certi不错的分布式开发软件 开源的 大家多多支持-certi Distributed good open-source software development we can support
- 2023-02-04 09:45:04下载
- 积分:1
-
啧啧
TUT--最轻量级的C++单元测试框架
TUT是最简洁、最轻量级的C++单元测试框架。TUT是Template Unit Tests的缩写,是一个C++的单元测试框架
No C-style macros
No manual registration for test groups and methods
No libraries of any kind
Neutrality to user interface
No Javisms
-TUT- The most lightweight C++ Unit testing framework for TUT is the most concise, most lightweight C++ Unit testing framework. TUT is the abbreviation for Template Unit Tests is a C++ Of unit testing frameworks
- 2022-02-06 23:46:45下载
- 积分:1
-
MD5消息
MD5 (Message-Digest algorithm 5) is a widely used, partially insecure[1] cryptographic hash function with a 128-bit hash value. As an Internet standard (RFC 1321), MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of files. An MD5 hash is typically expressed as a 32 digit hexadecimal number.
- 2022-05-10 21:10:42下载
- 积分:1
-
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
- 2022-06-30 17:04:28下载
- 积分:1