搜索资源列表
阻塞率
- 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了
这是一个用阻塞方式的socket 做的聊天程
- 这是一个用阻塞方式的socket 做的聊天程序 大家来-This is a way of using obstruction socket chat program do you s
能延时退出的阻塞式socket函数的设计
- 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program m
输电阻塞管理
- 在电力市场改革的过程中,出现了许多新的问题:网络潮流的分布主要由电力交易 的分布所决定,电力交易以追求最大利润为目标,于是出现了电力系统中输电价格较低 的线路或电能价格较低的发电机组周围的线路负荷过重,从而增加了发生阻塞的可能 性。本文就电力市场中输电阻塞管理的办法以及阻塞费用的计算进行了讨论。-the electricity market reform process, the emergence of many new issues : the trend of the distributi
客户端与服务器相互问候
- 程序由vc编写,显示基础的阻塞模式下实现服务器与客户端的通信
simulation.rar
- 排队论中M/M/1系统的MATLAB仿真主要是阻塞率的理论值与仿真数据的比较,M/M/1 queuing theory in MATLAB simulation system is blocking the theoretical value of the comparison with the simulation data
阻塞模式主要用于无窗口、多线程处理中
- 阻塞模式主要用于无窗口、多线程处理中。启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理。-Blocking mode is mainly used for non-window, multi-threaded processing. After the start the service should start a thread to poll the DTU data, received data directly, or put the d
EventSelectServer.rar
- 利用vc实现非阻塞式的select模型,实现了服务器和客护端的通信,Vc achieve non-blocking use of the select models, the realization of the server and client communications customer Care
async.rar
- linux的socket的非阻塞函数fcntl的用法,linux non-blocking function of the socket of the use of fcntl
Winsock.rar
- WinSocket各种阻塞非阻塞模式的简单例子都已通过调试适合网络编程初学者,WinSocket a variety of blocking non-blocking mode has been adopted by a simple example of network programming for beginners debugging
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
blocklv
- 呼叫阻塞率的计算与仿真。仿真了随着话务量的增加,阻塞率的情况。包括matlab源程序,仿真曲线,理论曲线,以及两者的比较。还附有报告。-Call blocking rate calculation and simulation. With the increase of traffic in simulated blocking rates of the situation. Including the matlab source code, simulation curve, theoreti
simulation
- 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
feizuse
- 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
select
- select 函数的详细描述,select 函数可以用于非阻塞机制。-select a detailed descr iption of function, select function can be used for non-blocking mechanism.
Chartroom
- WSAAsyncSelect模型 非阻塞-WSAAsyncSelect model non-blocking
socket.tar
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the applicat
queueingtheory
- 银行系统中,常会出现阻塞的情况,此程序计算了阻塞率的问题,并用matlab实现仿真-Banking system, often there will be blocked, blockage of this process to calculate rates, and the realization of simulation matlab
SocketCAsyncSocketCSocket
- Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回
非阻塞IO完成版
- 利用非阻塞io,实现剪刀石头布的功能。用natbeans(The function of the scissors stone cloth is realized by using the non blocking io. use Natbeans)