CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 阻塞

搜索资源列表

  1. socket.tar

    0下载:
  2. 这是封装的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
  3. 所属分类:Internet-Socket-Network

  1. queueingtheory

    0下载:
  2. 银行系统中,常会出现阻塞的情况,此程序计算了阻塞率的问题,并用matlab实现仿真-Banking system, often there will be blocked, blockage of this process to calculate rates, and the realization of simulation matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:369466
    • 提供者:高飞
  1. SocketCAsyncSocketCSocket

    0下载:
  2. Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4345
    • 提供者:wangwei
  1. queue

    0下载:
  2. 蜂窝系统中考虑队列情况下呼叫阻塞率的比较-queue
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:933294
    • 提供者:wenchao
  1. PL

    0下载:
  2. MATLAB的阻塞率仿真结果与erlang_B理论结果的比较-MATLAB simulation results of blocking probability comparison of theoretical results with the erlang_B
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:1140
    • 提供者:皮亮
  1. VCWinSockProgramming

    0下载:
  2. 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 C
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:190762
    • 提供者:netdavid
  1. BDCL_Simulation

    0下载:
  2. matlab实现一维小区定向信道锁定借用(BDCL)和FCA(固定信道分配)阻塞率比较的仿真程序,并对小区信道数对阻塞率的影响也进行了图形描述!-matlab plot to achieve one-dimensional directional channel locking to use (BDCL) and FCA (fixed channel allocation) Comparison of blocking rates of the simulation program, and t
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:11019
    • 提供者:wangcongyi
  1. socket

    0下载:
  2. 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:2445985
    • 提供者:杨勇
  1. WSAAyncSelect

    0下载:
  2. Win32平台 异步模型 通过消息处理实现异步非阻塞-Win32 platform asynchronous model asynchronous message processing through the non-blocking
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1945944
    • 提供者:穆帅
  1. Socket

    0下载:
  2. 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-14
    • 文件大小:3111064
    • 提供者:王杰
  1. socket

    0下载:
  2. socket 编程 阻塞模式范例 可以看到所有的基本用法,但是调试时需要参考网上的设置VC++的方法-blocking mode socket programming examples can be seen all the basic usage, but the debugging settings need to refer to the online method of VC++
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:6986
    • 提供者:唐峰
  1. LCCsimulation

    1下载:
  2. 通过MATLAB实现对无排队等待的呼叫系统的仿真,并且得出在不同的呼叫到达速率下系统的阻塞率,并且和理论的erlangB公式做出对比。-MATLAB to achieve through the call without waiting in line system simulation, and come to a different call arrival rate in the system blocking rate, and the formulas and theories erl
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2109
    • 提供者:
  1. queueing_theory

    0下载:
  2. 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2381
    • 提供者:Aurora
  1. markwof

    2下载:
  2. 马尔科夫排队理论的一个关于阻塞率的仿真,非常给力-Markov queuing theory of a simulation on the blocking probability is very to the power
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13216
    • 提供者:家郑
  1. ConcurrentLinkedBlockingQueue.java

    0下载:
  2. 自定义阻塞concurrentLinkedQueue(An optionally bounded concurrent blocking queue implemented with ConcurrentLinkedQueue)
  3. 所属分类:Java编程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:时髦老爹
  1. zuse

    0下载:
  2. 验证阻塞赋值与非阻塞的赋值赋值过程的先后顺序(Verification of the order of assignment and non blocking assignment)
  3. 所属分类:其他小程序

  1. union_pay_ssl-non-blocking

    0下载:
  2. 非阻塞https访问,用于linux下的c编程,一般默认ssl访问都是阻塞的,现在出一个非阻塞版本(Non blocking HTTPS access, for C programming under Linux, generally default SSL access is blocked, and now a non blocking version)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:嗨嗨好好
  1. STM32F4_TIM基本延时(阻塞式)

    0下载:
  2. TIM基本定时器,阻塞式,stm32f4例程,可以直接使用。(TIM Timer control for stm32f4)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:739328
    • 提供者:160220322
  1. 3

    0下载:
  2. toastr.js是一个非阻塞通知Javascr ipt库。jQuery是必需的。我们的目标是创建一个可以定制和扩展的简单核心库。(Toastr.js is a non blocking notification Javascr ipt library. JQuery is necessary. Our goal is to create a simple core library that can be customized and expanded.)
  3. 所属分类:WEB开发

    • 发布日期:2018-05-02
    • 文件大小:57344
    • 提供者:435u46j
  1. work

    0下载:
  2. msp430 学习非阻塞按键中,利用P1.0-P1.5控制P1.6LED灯的变化(MSP430 learning non blocking keys, using P1.0-P1.5 to control the change of P1.6LED lights.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-06
    • 文件大小:35840
    • 提供者:程小
« 1 23 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com