-
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
-
基于VC控制台下的UDP局域网聊天程序 多线程运行
基于VC控制台下的UDP局域网聊天程序 多线程运行-VC-based console under the UDP LAN chat program running multi-threaded
- 2023-06-04 09:00:03下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课...
利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课-copy from a book,i really have not learnt it clearly
- 2022-01-26 06:54:27下载
- 积分:1
-
路由追踪软件 路由追踪软件 路由追踪软件 路由追踪软件
路由追踪软件 路由追踪软件 路由追踪软件 路由追踪软件-Router
- 2022-02-12 18:23:30下载
- 积分:1
-
VC++ 6的HTML编辑器:今天,应用程序通常需要一个丰富的用户界面。有关。
HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control works fine with Microsoft VC++ 6.0!
-HTML Editor for VC 6.0 : Today, applications often need a rich user interface. One of them is ability to compose or edit HTML doc uments in an easy, effective, and reliable way. This article and a source code ttached give you a nice control to perform this t ask. And now, the best part : This control works fine with Microsoft Visual C++ 6.0.
- 2022-09-19 17:00:03下载
- 积分:1
-
公司通讯录 Jaddress 1.0
公司通讯录 Jaddress 1.0-company directories Jaddress 1.0
- 2023-06-22 18:40:03下载
- 积分:1
-
传圣(测试版)说明
本软件适用于装有IP/TCP协议的电脑。
主要功能:电脑间传送大型文件(如电影等)。
主要特点:
1.采用了多线程技...
传圣(测试版)说明
本软件适用于装有IP/TCP协议的电脑。
主要功能:电脑间传送大型文件(如电影等)。
主要特点:
1.采用了多线程技术,速度明显高于同类软件。
2.支持多文件同时传送。
3.支持段点继传,也就是说文件可分多次传送。
4.分服务端和客户端,服务器支持多客户。
5.在传送过程中可实时对话,有聊天功能。
6.为了提高效率,本软件做得短小精悍,两文件只有100K,可以直接运行,不用安装。
7.麻雀虽小,但五脏俱全,功能多,操作方便。
使用方法:在服务端加入要传文件,客户端输入服务端IP地址(服务端运行后会显示),点击连接,即会显示服务端文件,双击即可下载。
现在是测试版,欢迎多提意义。
注意:文件下载后自动存储在客户端软件的目录下。-Chuan-sheng (beta version) to describe the software installed in IP/TCP computer. The main functions : computer-to-computer transmission of large files (such as movies, etc.). Main features : 1. The use of multi-threading technology, which is much higher than similar software. 2. Many documents to support simultaneous transmission. 3. Following the support of the point-in other words documents can be divided into several transmission. 4. Hours services and clients, servers support multiple clients. 5. In the process of transmission immediate dialogue, a chat function. 6. To improve efficiency, the software doing small and o
- 2022-02-21 20:43:25下载
- 积分:1
-
采用DirecShow通过网络传输实现远程视频动态播放,
采用DirecShow通过网络传输实现远程视频动态播放,-DirecShow transmitted over the network using remote video dynamic player,
- 2023-04-23 02:45:03下载
- 积分:1
-
套接字 UDP 线程
1.-Realizar 联合国方案委托/Servidor utilizando 套接字 TCP,el cual
realizará funciones similares las 德联合国聊天。
2.-El servidor 无 tendrá interfaz、 ni mostrará ningun 提珀德信息 en
la consola。段 escuchar,埃斯特角 utilizará el 波多黎各 número 4950 y podrán
conectarse clientes desde cualquier interfaz que tenga configurada el 法医。
3.-埃斯特角方案 deberá atender tantos clientes 科摩 se conecten al mism tiempo。
4.-En el 委托 deberán establecerse los parametros necesarios 段
- 2022-05-06 08:31:14下载
- 积分:1