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

搜索资源列表

  1. ram

    0下载:
  2. 此文档为fpga控制双口RAM的开发文档,讲解很细,易于上手.双口RAM是在1个SRAM存储器上具有两套完全独立的数据线、地址线和读写控制线,并允许两个独立的系统同时对其进行随机性访问的存储器,即共享式多端口存储器。-This document is controlled dual-port RAM fpga development documents, explain very small, easy to use. Dual-port RAM is an SRAM memory has tw
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:210503
    • 提供者:uodsi
  1. STM32-touch-key

    0下载:
  2. 本实验将实现如下功能:本实验利用战舰STM32板板载的电容触摸按键,通过TIM5_CH2对电容触摸按键的检测,实现对DS1的控制,下载本代码后,我们通过按开发板右下角的TPAD按钮,就可以控制DS1的亮灭了。不过一定要先用跳线帽短接多功能端口的TPAD和ADC-The experiment will achieve the following functions: In this study, On-board STM32 battleship capacitive touch buttons,
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:41042
    • 提供者:wanggaogang
  1. scanner

    0下载:
  2. 多线程网络编程,对计算机的IP进行扫描开放端口-Multi-threaded programming, the computer' s IP scan open ports
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:3055
    • 提供者:杨宁
  1. SPComm

    0下载:
  2. SPCOMM3.0, 是Delphi操作COM的首选,可支持读写多线程,修改为可支持识别COM10以上的端口。-SPCOMM3.0, Delphi operation COM is the first choice to support reading and writing multi-threaded, modified to support more than identify the port COM10.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:12974
    • 提供者:markwu
  1. IPtiqu2013

    0下载:
  2. 用易语言编写的强大的IP提取-------秒提千个ip多线程IP提取可选地区 数量 和端口 一秒能提取上千个。-Easy language to extract powerful IP------- second mention one thousand ip extract optional multi-threaded IP number and port areas can extract thousands of one second.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-03
    • 文件大小:127129
    • 提供者:万生
  1. multiThreadsScan

    1下载:
  2. 多线程实现的端口扫描程序,在Linux上实现,GCC编译。-Multi-threaded port scanning procedures, the Linux implementation, GCC compiler.
  3. 所属分类:Scanner

    • 发布日期:2017-04-06
    • 文件大小:2149
    • 提供者:easy
  1. scan

    0下载:
  2. 网络多线程,多IP,多端口,用于测试的扫描器,帮助查看网络漏洞-Network multi-threaded, multi-IP, multi-port, for testing scanner to help view network vulnerabilities
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:9862876
    • 提供者:whwtwhwt
  1. socketRtn[vc]

    0下载:
  2. 网络通讯程序,采用多线程监听端口,vc6.0 vs2010运行通过-Multithreading vc network communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7076
    • 提供者:jiangguangshu
  1. protScanner

    0下载:
  2. Windows Socket编程 命令行下多线程TCP端口扫描器 支持阻塞与非阻塞模式 -command line mutli-threads port scanner
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:22372
    • 提供者:刘然
  1. javaweb04

    0下载:
  2. 一个很实用的搭建小型服务的应用型程序,监听端口,多线程访问-A very practical application procedures, building a small service monitor port, multiple threads to access
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:5219
    • 提供者:叶庆国
  1. Web-Server

    0下载:
  2. 一个支持多线程处理的Web服务服务端软件,可配置Web服务器的IP地址、监听端口和主目录。 制作一个主页放置在主目录中,并配置Web服务器的 IP地址、监听端口和主目录。 -A support multithreading Web Services client software, you can configure the IP address of the Web server listening port and the main directory. Making a home
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:46880
    • 提供者:梅超
  1. port

    0下载:
  2. 多线程TCP端口扫描器源代码-Multi threaded TCP port scanner source code
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:19715
    • 提供者:cdn
  1. 123456.tar

    0下载:
  2. L多线程端口扫描多线程端口扫v描INUX多线程端口扫描-LINUX multithreaded port scanning LINUX multithreadedLINUX multithreaded port scanning LINUX multithreaded port scanningport scanning
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1135
    • 提供者:蚂蚁
  1. Multithread-socket

    0下载:
  2. 这是一个关于socket简单的通信源码,采用了多线程!实现了异步通信。IP地址自动获取主机的,端口为:14220,需要修改的 SocketServer、SocketClient都需要修改 TcpListener tcplistener = new TcpListener(ipa, 14220),修改为需要端口或IP即可,源码功能比较简单适合初学者学习。 注意: 开发环境为Visual Studio 2010-This is a simple socket communi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:34307
    • 提供者:jackson_mm
  1. VCPPMutliphreadPortScaner

    0下载:
  2. 超好用的多线程VC++端口扫描程序,在运行框中输入IP地址,设定端口扫描的范围,设置线程数,程序完美运行。扫描过程中,如果发现某端口被占用,则显示扫描失败,未占用则成功。-Super useful VC++ multithreaded port scanner, in the Run box, enter the IP address, set the range of port scans, set the number of threads, the program perfectly. S
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:16139
    • 提供者:libguestfs
  1. MultiThreadSMSCenter

    0下载:
  2. PB 11.5短信发送源码(纯api) 实现以下功能: 1、多线程、多端口 2、支持长短信 3、失败后自动选择其他端口 4、连续发送N次后端口自动停用 5、没有数据库,自己按照数据窗口建表-PB 11.5 SMS source (pure api) to achieve the following features: 1, multi-threaded, multi-port 2, 3 supports long SMS is automatically selected after the f
  3. 所属分类:SMS

    • 发布日期:2017-04-24
    • 文件大小:189144
    • 提供者:张勇斌
  1. IOCP_NET

    0下载:
  2. 基于WINDOWS 完成端口实现多线程SCOKET 并发发送接收数据,系统事先分配内存队列池-WINDOWS-based multi-threaded SOCKET completion ports concurrently transmit and receive data, the system pre-allocated memory pool queue
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:31267
    • 提供者:kevinnan
  1. TCPServer

    0下载:
  2. 创建一个TCP Server,多线程实现。监听特定端口,和多个客户端进行交互-Create a TCP Server, multithreading. Listen to a particular port, and interact with multiple clients
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:51035
    • 提供者:shiziwen
  1. web

    1下载:
  2. 实验4 Web服务器(多线程,可以多个浏览器访问多个不同文件) 要求:(1)TCP (2)C/S (3)http 摘要:设计一个简单的web服务器,它仅能处理一个请求。 具体: Web服务器: 当一个客户(浏览器,输入URL:http://127.0.0.1/index.html)连接时创建一个连接套接字; 从连接套接字接收http请求报文。 解释该请求以确定所请求的文件(解析文件名); 从服务器的文件系统获得请求的文件。 创建一个由请求的文件组成
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1207215
    • 提供者:刘强
  1. portscan

    0下载:
  2. 多线程实现端口扫描器 显示扫描进度 全连接-Multi-Threading Port Scanner
  3. 所属分类:Scanner

    • 发布日期:2017-04-13
    • 文件大小:1572
    • 提供者:Shuan
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com