联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络(889) 

[网络] basic-network-tools

Python编程语言中基本网络工具的完整文件夹,有助于完成代码并采用模式来编写更多...,
A complete folder of basic networking tools in the Python programming language to help complete your code and take patterns to write more complete and useful code. (2023-08-10, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691695689184396.html

[网络] unp

Unix网络编程学习库,遵循Unix网络程序设计第1卷,第3版尝试...
Unix Network Programming learning repository following along from Unix Network Programming Volume 1, 3rd Edition try to use as much as possible C++11 features and as necessary, cmake, modified and improvements on top (**wip) (2019-07-16, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687749347146473.html

[网络] LittleWeb

一个小型的web服务器&用于实践linux网络编程
a small web server - just for practicing linux network programing (2017-05-03, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687749335839878.html

[网络] linux-Network

linux环境下c++网络通信编程
C++network communication programming under linux environment (2020-01-21, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687749323425187.html

[网络] OS-lab

通过linux内核编程(使用CPL)编程进程的网络(类似于facebook)。这些过程可以感知...
Programmed a processes’ network (similar to facebook) by linux kernel programming (using C PL). The processes can send each other friend requests with messages, fetch invitations and respond to invitations, get profile info of other processes. Each operation is a system call. (2022-12-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748687491960.html

[网络] the-server-from-a-client-using-Socket-programming

编程了一个UDP客户端服务器应用程序,该应用程序提供用于客户访问网络服务的权限代码...
Programmed a UDP client-server application that serves the permission code for accessing the network service by a customer. Implemented data transmission between the client & server in the form of packets and used File as a database to store customer details. Technologies: C, GNU/Linux (2018-02-16, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748681198648.html

[网络] memuncached

IZTECH-CENG 421-网络编程-最终项目:memuncached
IZTECH - CENG 421 - Network Programming - Final Project: memuncached (2022-06-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748663532534.html

[网络] systems_programs

本科课程“CSE384:Syracuse University的系统和网络编程”的最简示例代码
Minimalist example code for undergraduate course "CSE384: Systems and Network Programming at Syracuse University" (2023-05-06, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748649115915.html

[网络] tpt

简单易用的C程序数据结构、算法、网络编程、linux系统调用、linux IPC等。
simple and easy to use C programs datastructures, algorithms, network programming, linux sysystem calls, linux IPC etc. (2022-08-14, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748649350762.html

[网络] network_programing

这个知识库是关于linux网络编程的过程和许多不同的网络攻击方法。
This repository is about the course of linux network programming and many different network attack methods. (2022-06-16, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748625555595.html

[网络] network-programing

linux c网络编程,练习代码
Linux c network programming, practice code (2015-11-08, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748617112695.html

[网络] Network-Code

Linux下的网络编程
Network programming under Linux (2017-08-27, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748537866792.html

[网络] linux_network_program2

Linux网络编程(第2版) 源代码 学习和修改
Linux network programming (version 2) source code learning and modification (2017-12-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748531199821.html

[网络] Linux_Network_Project

远程终端管理系统,使用C 结合Linux特性进行socket编程
Remote terminal management system, socket programming with C and Linux features (2017-02-21, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748530208129.html

[网络] Linux_network_program

关于嵌入式LINUX网络编程
About Embedded LINUX Network Programming (2018-06-03, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748343794946.html

[网络] NetworkPrograming

linux网络编程练习程序代码
Linux network programming exercise program code (2015-03-28, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748170385301.html

[网络] WuZiQi_Network-Linux_Epoll_server

以Linux下C++网络编程作服务端,Qt C++编写的可联网五子棋
Networkable Gobang written by Qt C++with C++network programming under Linux as the server (2021-09-09, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687748091982517.html

[网络] _Linux-OS-Network_

系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP UDP的客户端 服务器、socket、高级I O、sele...
System programming: writing of Makefile, process thread differentiation and control, producer consumer model, IPC communication in System V standard and POSIX standard, and writing of simple shell script; Network programming: TCP UDP based client server, socket, advanced IO, sel (2016-03-25, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747877388086.html

[网络] Linux高性能服务器编程

Linux 高性能服务器编程书籍,含有多线程服务器编程内容
Linux High Performance Server Programming Books with Multithread Server Programming Contents (2019-02-23, C/C++, 32379KB, 下载5次)

http://www.pudn.com/Download/item/id/1550907680108747.html

[网络] linux-socket-program

全套Socket简单编程实例,很适合于初学网络编程者!
Socket complete set of simple programming examples, it is suitable for novice network programmers! (2008-09-08, Unix_Linux, 18KB, 下载1086次)

http://www.pudn.com/Download/item/id/542977.html
总计:889