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

搜索资源列表

  1. sinffer

    0下载:
  2. 利用MFC编写的一个网络嗅探器,功能全面,可以抓取监听多种协议包。内含工程代码和实验报告。具体功能如下:1.列出监测主机的所有网卡,选择一个网卡,设置为混杂模式进行监听。2.捕获所有流经网卡的数据包,并利用WinPcap函数库设置过滤规则。 3.分析捕获到的数据包的包头和数据,按照各种协议的格式进行格式化显示。4.将所开发工具的捕获和分析结果与常用的Sniffer进行比较,完善程序代码。 -Written in MFC using a network sniffer, full-f
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-28
    • 文件大小:541027
    • 提供者:魏明川
  1. TCPnet

    0下载:
  2. Linux c 简单的代码 实现TCP客户端与服务器 服务器一直监听客户端并对客户端发送的消息进行显示-Linux c code a simple TCP client and server to listen for client and server has been sent by the client to display a message
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1644
    • 提供者:yaota
  1. Ninja

    0下载:
  2. 基于OGRE实现简单动画。实现OGRE应用程序主要的步骤有两个: 一是从类ExampleApplication派生出自己的应用程序类,重新实现createScene函数以创建场景; 二是从类ExampleFrameListener派生出自己的监听类,根据需要可重新实现frameStarted函数以进行特殊的输入控制和动画控制。 -Simple animation based on OGRE. OGRE application to achieve two main steps: Fi
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3947362
    • 提供者:张杰
  1. cct_network.project

    0下载:
  2. opnet仿真中802.11体系的载波监听多址接入机制的研究-opnet simulation system 802.11 carrier mechanism of sense multiple access
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:376273
    • 提供者:刘晓晓
  1. FrmClient

    0下载:
  2. 用VB编写的简单聊天工具,主要运用了winsock控件。。。可自行定义端口号。服务端具有监听功能-Chat with a simple tool written in VB, the main use of the winsock control. . .
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:15805
    • 提供者:尤国湖
  1. mouseEventTest

    0下载:
  2. 这是一个用来做鼠标监听的小程序,希望可以帮到大家-This is a mouse listener to do a small program, I hope you can help
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:徐冬冬
  1. flvpaser_1.1.tar

    0下载:
  2. 实现flv视频格式解析,向flv视频中添加提示点信息,然后flex前端播放器监听提示点。可以想flv视频中添加自定义的xml。-Flv video format to achieve resolution, to add cue points in flv video information, and then flex front-end player, monitor cue points. Flv video may want to add custom xml.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-22
    • 文件大小:42029248
    • 提供者:kk
  1. TcpServer

    0下载:
  2. C#TCP通讯简单实例,介绍TCP服务器监听及客户端连接。-A simple demostration for C# TCP comunication.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:595915
    • 提供者:薛晓伟
  1. Progressbar

    0下载:
  2. 该程序采用了jquery框架,实现了小文件上传。 两个地方需要解释 第一,如何知道监听的这个文件就是上传的这个文件实现机制很简单,就是让asp.net产生一个唯一的guid,这个id序号是唯一的,通过ajax取出来赋值给一个隐藏字段;第二,如何获取guid标志的文件信息?通过asp.net缓存机制实现,上传的过程中,不断的将上传信息往缓存里面写,直到文件上传完成,而在另外一个通过guid获取缓存的信息,信息包括你想要的信息,比如上传了多少字节、消耗了多长时间等。 程序核心页面 i
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:86182
    • 提供者:wj
  1. java-program-

    0下载:
  2. 此文档主要是用图形用户界面,树事件的监听,用表格模型创建表格,增加或删除列(布局管理器+组件+事件),网络编程(多线程),和数据库-This document is primarily a graphical user interface, tree event listeners, using the model form to create tables, add or delete columns (layout manager+ event+ components), network p
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:49614
    • 提供者:huhuanting
  1. MSSniffer

    0下载:
  2. 这是一个监听网络的工具,不修改网络包。相对而言,防火墙看到所有网络包,它能屏蔽或者丢弃任何程序指定的包,而这个监听器只是检测显示和记录这些包。 一个强力的监听器是设置机器的网络适配器为“混杂模式”。网络适配器在混杂模式下收到的不仅是这个机器的数据包,而是所有物理链接上的包。-A "Packet Sniffer" is a utility that sniffs without modifying the network s packets in any way. By comparison,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:81078
    • 提供者:calford
  1. FtpServerExample

    0下载:
  2. ftp服务器端例子,监听客户端登录功能,比价简单,结合前面客户端例子一起用-ftp server example, listen for client sign-on feature parity simple, combined with the previous example with the client
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:71478
    • 提供者:tanyanting
  1. jiantingjiazaishijian

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:监听加载时间效果-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: load time
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-17
    • 文件大小:22521
    • 提供者:
  1. jiantingwenbenshuru

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:监听文本输入。AS代码、-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: listen
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-24
    • 文件大小:41239
    • 提供者:xiaomingw
  1. LAN-ARP--with-physical-address

    0下载:
  2. 根据ARP协议来获取局域网内的活动主机的物理地址,这个软件主要有4个步骤:获取设备列表,获取本机的IP和MAC地址,发送ARP数据包,监听并且分析ARP回应包-According to the LAN ARP protocol to obtain the physical address of the host of activities, this software has four steps: Get the device list, access to the machine' s
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-01
    • 文件大小:133138
    • 提供者:张鑫垚
  1. SMSNotify

    0下载:
  2. 手机开机后,监听手机短信(指定短信内容)通知客户。-Phone is switched on, the monitor cell phone text messages (SMS content specified) notice.
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:170373
    • 提供者:wangtingshuai
  1. csma

    0下载:
  2. 抢占载波监听 模型 opnet教程程序 可以监看网络忙 并延时发送-csma opnet tutorials lesson4 model
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:176930
    • 提供者:shizijian
  1. BMP_Swt

    0下载:
  2. 此代码集合了swt调用ocx控件以及控件中的函数。并对swt监听等程序的书写,其中监听中的for循环很经典!-This code calls the ocx control swt collection and control functions. Swt monitoring and other procedures and writing, which monitor the for loop is classic!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2320
    • 提供者:朱大伟
  1. USBjianting

    0下载:
  2. 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:USB监听-This is the easy language code, the first statement easy to understand language not under-virus software is no longer explain the problem of false positives, content source: USB monitor
  3. 所属分类:其他小程序

    • 发布日期:2017-04-15
    • 文件大小:7223
    • 提供者:xiaomingw
  1. Epoll_webserver

    0下载:
  2. 使用epoll系统调用监听多个网络连接,实现简单Web服务器-Use epoll system call multiplexer monitor descr iptor fd, simple Web server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:1946
    • 提供者:龚康
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com