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

[网络编程] Bluetooth_Infra

(RTU主服务器、从Web Socket服务器)
( RTU Master, Slave Web Socket Server ) (2024-07-31, Python, 0KB, 下载0次)

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

[网络编程] freecodecamp-tcp-client-server

免费编解码器tcp客户端服务器
freecodecamp tcp client server (2024-07-17, Python, 0KB, 下载0次)

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

[网络编程] PlayEm

andorid设备上的蓝牙控制器模拟器。
A bluetooth controller emulator on andorid devices. (2024-02-21, Java, 0KB, 下载0次)

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

[网络编程] 1dcompressible

使用近似roe解算器和HLL(CE)解算器的1D可压缩Riemann解算器
1D Compressible Riemann solver both using approximate roe solver and HLL(C E) solver (2012-11-05, Others, 0KB, 下载0次)

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

[网络编程] esp32-universal-diesel-heater-controller

ESP32柴油循环加热器控制器,
ESP32 Diesel Hydronic Heater controller, (2023-10-26, Python, 0KB, 下载0次)

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

[网络编程] HTTP-DNS

充当DNS服务器的HTTP服务器,
HTTP server that work as DNS servers, (2023-09-30, Python, 0KB, 下载0次)

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

[网络编程] gdns

go中的玩具dns解析器服务器,
toy dns resolver server in go, (2023-07-31, GO, 0KB, 下载0次)

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

[网络编程] BACnet-packet-XML-translator-encoder-decoder

BACnet数据包到XML转换器-编码器-解码器,
BACnet packet to XML translator encoder decoder, (2018-08-08, C#, 0KB, 下载0次)

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

[网络编程] pyBurner

用于与加力器交互的Python库;柴油加热器的售后可扩展控制器。,
A Python library for interacting with the Afterburner; an aftermarket, extensible controller for diesel heaters., (2022-02-17, Python, 0KB, 下载0次)

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

[网络编程] netangel-dns

NetAngel DNS筛选器服务器-基于DNS的web筛选器服务器,具有黑名单、白名单、安全搜索和每个客户端自定义。,
NetAngel DNS Filter Server - DNS-based web filter server with blacklists, whitelists, SafeSearch, and per-client customization., (2016-09-20, Ruby, 0KB, 下载0次)

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

[网络编程] mwax_edt2udp

MWA相关器(mwax)EDT到UDP转换器,
MWA Correlator (mwax) EDT to UDP converter, (2023-03-22, C, 0KB, 下载0次)

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

[网络编程] 音乐播放器

此项目可以在安卓模拟器上实现音乐播放,环境是,eclipse Android 。
This project can play music on Android simulator (2020-06-16, Java, 1053KB, 下载0次)

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

[网络编程] WebServer

一个简易的服务器编码,便于理解,学习服务器的运行过程,包含有XML解析,请求,回应,等内容
A simple web server (2019-03-02, Java, 26KB, 下载0次)

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

[网络编程] 二叉树中+后 求先

首先理解概念: 前序遍历:访问根结点的操作发生在遍历其左右子树之前。 中序遍历:访问根结点的操作发生在遍历其左右子树之中(间)。 后序遍历:访问根结点的操作发生在遍历其左右子树之后。 eg:后序遍历为DBCEFGHA,中序遍历为EDCBAHFG,求前序遍历(网上例子) 解:首先 看后序遍历DBCEFGHA,A为总根节点 然后 寻找中序遍历EDCBAHFG中A位置,则EDCB在A的左枝,HFG在A的右枝; 重复前两步,从后序遍历最后一位找,在中序遍历寻找对应点,得出左右分枝... 最后得到AECDBHGF,再自己验证即可...
First understand the concept: Preorder traversal: the operation to access the root node occurs before the left and right subtrees are traversed. Middle order traversal: the operation to access the root node occurs in the left and right subtrees. Sequential traversal: the operation to access the root node occurs after traversing the left and right subtrees. Eg: the following sequence traverses to DBCEFGHA, and the sequence traversal is EDCBAHFG, and the preorder traversal (online example) Solution: first, see the back order traversal DBCEFGHA, A is the total root node. Then find the middle order traversing the position of A in EDCBAHFG, then EDCB in the left branch of A, and HFG in the right branch of A; Repeat the first two steps, the last one from the back order traversal, searching the corresponding points in the middle order traversal, and the left and right branches... Finally, AECDBHGF can be verified by itself. (2018-05-02, C#, 684KB, 下载1次)

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

[网络编程] ASP调试工具

快速在本地大件一个服务器环境,双击启动即可
Fast in a local large server environment, double click Start (2018-01-10, ASP, 620KB, 下载2次)

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

[网络编程] cc

超强的CC攻击工具,菜鸟级别即可使用,上手快,含使用说明。
Super CC attack tools, rookie level to use, quick, with instructions for use (2013-10-23, Visual C++, 9664KB, 下载59次)

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

[网络编程] server

各种网络服务器的简单搭建 各种网络服务器的简单搭建
Simple structures of various network servers simple structures of various network servers (2010-08-11, Visual C++, 7428KB, 下载16次)

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

[网络编程] luyouqibeizhi

路由器配置,在考网络工程师时对路由器的一些总结 (2008-06-30, WORD, 8KB, 下载3次)

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

[网络编程] vb udp_tcp

Winsock创建TCPIP服务器程序
Winsock create TCPIP server (2005-01-11, Visual Basic, 2KB, 下载77次)

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

[网络编程] A Port Scanner

用Java实现的一个端口扫描器,能扫描出开放的端口
use of a Java port scanners can scan the opening of ports (2004-12-18, Java, 8KB, 下载42次)

http://www.pudn.com/Download/item/id/1103347349145531.html
总计:7578