-
gooooooooooood
gooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooodd
- 2022-04-10 17:15:36下载
- 积分:1
-
Linux系统管家
Linux系统管家集成了多种管理功能,来管理你的Linux系统,无论你是菜鸟还是高手都可以使用它来管理你系统的任何部分,代码量已经达到了上万行,有参考的价值。
- 2023-03-22 15:45:05下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
GTK界面下的简单聊天工具(linux socket)
基本原理:
1,基于GTK设计的界面。可以使用glade工具
2,C/S都是运用到GTK多线程的思想,主要是为了避免accept,read,write阻塞考虑。新办法我还在学习。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-21 02:13:30下载
- 积分:1
-
通过网络获取本机对外ip
qt平台开发的应用test应用程序,通过网文网站的方式来获取本地的对外ip,一般本机ip都是内部自动分配的网址,对外ip才可以分析出有用的信息。本应用通过访问固定的外网地址,来返回外网的ip。
- 2023-02-25 21:45:04下载
- 积分:1
-
echo_client_server
应用背景应用程序运行在Linux下的C编程测试的理解client_server >;>;>;你可以修改它,把你的要求关键技术我用它使用TCP套接字试验了解网络编程socket编程技术
- 2022-04-19 15:17:47下载
- 积分:1
-
ntpclient源码
NTPCLIENT源码ntpclient_2010_365.tar,可直接编译使用,用于向指定的ntp服务器校时
- 2022-02-20 17:16:41下载
- 积分:1
-
管道通信
int main(int argc, char **argv){ int pipefds[2],pipefds2[2]; pid_t pid; int i,j; char buffer[255]; if(pipe(pipefds) < 0) //第一个管道 { printf("error
"); } pid=fork(); if(pid
- 2022-12-15 02:55:04下载
- 积分:1
-
运动目标跟踪
#包括;
- 2022-02-05 07:34:41下载
- 积分:1
-
SOCKET 通讯
简单易懂,本人也刚刚学习SOCKET编程。上传给大家分享一下,具体内容大家自己看看吧
- 2022-05-22 11:37:21下载
- 积分:1