CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 单线程

搜索资源列表

  1. WQDemo.

    0下载:
  2. 一个关于多线程的事例,学习多线程最好用上12分的心,很多的意外错误让你想冬眠.也许你还发誓一辈子都只写单线程的.~^~-one of the examples of multi-threaded, multi-thread study the best use of 12 hours of heart, Many accidents wrong to let you hibernate. Perhaps you also vowed only to write a lifetime of the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:66509
    • 提供者:yangying
  1. ProcessHandle

    0下载:
  2. 如果您想理解线程,我觉得首先必须要能理解32位Windows是如何处理消息的。先看看单线程的消息转换和分发过程.对于想了解线程的朋友很有帮助-If you want to understand threads, I think we must first understand the Windows 32 is how to deal with the news. First look at the news thread conversion and distribution process
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:25672
    • 提供者:苏语
  1. shaomiaoqi

    0下载:
  2. 几个扫描器的代码 里面有单线程的tcp扫描器和多线程的tcp扫描器!还有syn的扫描器代码!!一次满足你三个愿望!! 极好学习的代码!
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:26725
    • 提供者:张希行
  1. connect_scan

    0下载:
  2. connect端口扫描,单线程的 ,貌似有点慢
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:29122
    • 提供者:henry
  1. UDPClient

    0下载:
  2. linux 客户和服务端单线程编程,开机按揭贷款卡斯酒店客房
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9918
    • 提供者:wangderong
  1. data_transfer_for_tcp_single_thread

    0下载:
  2. 文件传输单线程程序,利用TCP协议保证文件传输的可靠性。可以运行Windows和linux环境下。-Single-threaded file transfer program file transfer using TCP protocol ensures the reliability. Can run Windows and linux environment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:76556
    • 提供者:申志豪
  1. ThreadSearch

    0下载:
  2. 多线程搜索文件的示例程序,对比单线程搜索的效果。-Multi-threaded file search sample application, as compared with single-threaded search results.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:18770
    • 提供者:yeqing
  1. MD5

    0下载:
  2. 经本人优化后的计算 MD5 的类 CMD5 类及动态库源程序,单线程在 Core 6320 CPU,DDR2 667内存 时,忽略读取硬盘速度,每秒可计算150MB以上的数据,可直接做为计算MD5的工具,也可将其嵌入其它程序作为程序的一部分进行编译.-After I optimized the calculation of MD5 class CMD5 category and dynamic library source, single-threaded at Core 6320 CPU, D
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:195567
    • 提供者:泽街
  1. FTPSERVE_TGZ

    0下载:
  2. 简单 ftp 服务器及客户端,采用TCP协议。单线程。为.tgz压缩包,不能上传,改了一下,解压时请注意。-Simple ftp server and client using TCP protocol. Single-threaded.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:13086
    • 提供者:
  1. singlethread

    0下载:
  2. Windows 单线程程序设计 加深对进程概念的理解,尤其是进程的动态性,并发性。 2.了解进程如何被创建和终止。 3.学习win32多线程函数的使用 4.学习在vc++下建立基于对话框的工程及编程技术-Windows single-threaded program design to enhance understanding of the concept of the process, especially the process of dynamic, complicat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:230824
    • 提供者:li
  1. testmanagerthread

    0下载:
  2. 一个vc写的多线程例子,通过单线程和多线程的执行效果来展示多线程的特点,改实例中使用了进度条-Vc wrote a multi-threaded example, through the single-threaded and multi-threaded implementation of effect to show the characteristics of multi-threading, changing an instance of the use of a progress ba
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:764061
    • 提供者:wwwyyy
  1. mypi

    0下载:
  2. 多线程计算pi,并且做性能分析。单线程与多线程对比 计算量相同,线程数不同 例如,N取1000,000,测试使用1、2、3、4……个线程时所需要的时间。 线程数相同,计算量不同 例如,只考察单线程和双线程的性能对比,N分别取不同的数值。 -Multi-threaded computing pi, and do performance analysis. Comparison of single-threaded and multithreaded computing the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:577
    • 提供者:Junki Lee
  1. FilesSort

    0下载:
  2. 对不定行大小的大文件进行磁盘外排序,分片时用的是双缓冲和双线程,归并排序时使用单线程这一点可以作多线程优化,提高归并效率。-Large size of the variable line outside the sorting disk files, sub-films using a double-buffering and double thread, the use of single-threaded merge sort can be long on this thread optim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4709
    • 提供者:Roger
  1. resources

    0下载:
  2. 将单线程的简单WEB服务器改为基于线程池的WEB服务器,使之能够同时处理多条请求-WEB server will be replaced by a simple single-threaded thread-pool-based WEB server so that it can simultaneously handle multiple requests
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3424175
    • 提供者:Hito
  1. ScanPort

    0下载:
  2. 单线程端口扫描 用于扫描计算机开着的端口号,并列出-scanport
  3. 所属分类:Scanner

    • 发布日期:2017-03-26
    • 文件大小:79725
    • 提供者:一径长途
  1. portscan

    0下载:
  2. VC开发的网络端口扫描器,只能支持单线程网络扫描-Development of the VC network port scanner
  3. 所属分类:Scanner

    • 发布日期:2017-05-26
    • 文件大小:9611884
    • 提供者:找镜头
  1. scan

    0下载:
  2. 可以扫描B段IP外加根据字典破解一些服务的密码,比如FTP,SSH,MySQL,MSSQL,Oracle之类,会自动尝试空密码和弱密码,比如ftp的匿名登录,mssql的sa空密码,oracle的默认密码之类。 扫描和破解均为单线程,多线程需要pcntl支持,因为PHP默认不带这个功能,所以没加多线程,慢点就慢吧 因为Web服务器超时的关系,所以建议每次扫50个IP比较好。-PHP Intranet scanner+password cracker
  3. 所属分类:扫描程序

    • 发布日期:2013-12-17
    • 文件大小:1991
    • 提供者:薛常连
  1. src

    0下载:
  2. 操作系统单线程按优先级进行调度,有图形界面,只是稍微简单了点。-Single-threaded operating system by priority scheduling, a graphical interface, just a little simple point.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6917
    • 提供者:珊珊
  1. scanner

    0下载:
  2. 里面包含单线程扫描,多线程扫描以及一个运用型扫描工具-Which contains single-threaded scanning, as well as a multi-threaded scanning using scanning tool
  3. 所属分类:Scanner

    • 发布日期:2017-04-03
    • 文件大小:71647
    • 提供者:耿钦
  1. 单线程socket实现

    0下载:
  2. C-S构架的linux 网络socket 单线程编程(Socket single thread programming of Linux Network Based on C-S framework)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:小k当家
« 12 »
搜珍网 www.dssz.com