-
这是一个瑞利衰落信道的源程序,其中包含C和Matlab两种方式实现...
这是一个瑞利衰落信道的源程序,其中包含C和Matlab两种方式实现-This is a Rayleigh fading channel of the source code, including C and Matlab in two ways to achieve
- 2022-09-13 10:20:03下载
- 积分:1
-
java聊天室服务器端
学校java课程设计,自己写的服务器端代码,不包含数据库部分代码,可以实现循环接受客户端连接,并为每一个客户端开启相应的消息处理线程,包含文件传输,注册,登录验证,群聊消息转发,私聊转发,刚开始学编程,可能写的怪怪的,运行起来效果一般,客户端和数据库部分的代码以后会上传的
- 2022-04-21 18:20:30下载
- 积分:1
-
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用...
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用-C realized Ping procedures, functions and the Windows Ping part of the same functions. Network programming can be used with learning
- 2023-05-12 18:40:02下载
- 积分:1
-
有关nat穿透源码(包括相关文档,相关工具)
有关nat穿透源码(包括相关文档,相关工具)-penetrate the source (including related documents, related tools)
- 2022-11-08 17:15:03下载
- 积分:1
-
该程序实现RTP实时接收
该程序实现RTP实时接收-the program to receive real-time RTP
- 2022-12-12 06:10:03下载
- 积分:1
-
c++线程池技术深入分析
目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
- 2022-07-23 20:13:06下载
- 积分:1
-
use PHP Programming Chat Room
使用PHP编程的聊天室-use PHP Programming Chat Room
- 2022-07-12 02:46:29下载
- 积分:1
-
This procedure for network television, according to IP address and port access t...
此程序为网络电视,根据IP地址与端口可以获得视频或电影!-This procedure for network television, according to IP address and port access to video or film!
- 2023-02-19 22:10:03下载
- 积分:1
-
W5200 TCP Keil 项目
这是一个简单的项目,与采用皮质 M3 单片机 W5200 TCP/IP 芯片中使用 Wiznet 驱动程序
- 2022-02-13 01:51:47下载
- 积分:1
-
本程序查询网络和显示域名/服务器/工作站结构…
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作
-This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
- 2022-02-14 20:40:32下载
- 积分:1