搜索资源列表

  1. claar

    0下载:
  2. NT下未公开的多线程读,单线程写的函数-NT undisclosed multi-threaded reading, writing threaded functions
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:廖雷
  1. Thread Demo

    0下载:
  2. 简单线程示例。适合初学者-threads simple example. For beginners
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:虎子
  1. 1threadelevator

    0下载:
  2. 一个使用单线程编写的电梯程序 里面自带说明窗口,这个程序用c#写,可以自动或手动运行-preparation of a single-use elevators inside its own window Note that the procedures used to write c#. automatic or manual operation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1973248
    • 提供者:pao
  1. JAVAwch

    0下载:
  2. JAVA程序.不错的聊天系统,单线程的.请大家多多指导-JAVA procedures. Good chat system, the single-threaded. Please many guidance
  3. 所属分类:J2ME

    • 发布日期:2024-05-20
    • 文件大小:528384
    • 提供者:王冲
  1. MulThreadDemoForBeginner

    0下载:
  2. 多线程----简单线程示例,非常实用,适合初学者学习多线程编程-multithreading-threaded simple examples, very practical, suitable for beginners to learn multithreaded programming
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:popandsmtp
  1. vbMultiThread

    0下载:
  2. vb编程一般都是单线程的,vb下的很多东西不是线程安全的,这里提供一个实现VB下的多线程的例子-vb are generally single-threaded programming, vb under a lot of things are not thread-safe, here are a realization of the multi-threaded VB examples
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:余建成
  1. diaodu

    0下载:
  2. 最短作业优先(抢占和非抢占 c语言程序基于DOS环境,是单线程工作。故要在DOS真正模仿在实际应用中的最短作业优先调度(抢占式),是难实现的。 本程序在DOS环境下实现了进程运行与程序操作的模拟同步进行。主要是应用虚拟运行算法,计算某个时候该谁占用CPU和谁已经终止了。利用虚拟运行,可以实现一种虚拟的同步操作。 -The shortest operation priority (to seize and non-preemp
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:赖官铨
  1. OS_Traffics

    0下载:
  2. 用MFC和DIRECTX开发的模拟十字路*通状况,完全用单线程模拟多线程的行为,使用了包括信号量,PV原语,就绪队列,等待队列等在内的操作系统的概念和数据结构。-DIRECTX using MFC and the development of simulation crossroads traffic conditions, complete with single-threaded simulation of multi-threa
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1546240
    • 提供者:waleking
  1. ftpmulti

    0下载:
  2. ftp的多线程下载和单线程上传的实现。利用本程序,一方面可以理解ftp指令,另一方面可以深入理解多线程-The multi-threaded ftp download and upload the realization of single-threaded. The use of this procedure can be understood on the one hand, ftp command, on the other ha
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:张志风
  1. s_p

    0下载:
  2. socket编程,linux下使用,包含单线程和多线程两种情况-socket programming, linux use, including single-threaded and multi-threaded two situations
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:郭江亮
  1. Multithread

    1下载:
  2. vb.net 2005 多线程变成源代码. 单线程 多线程 和 后台程序比较-vb.net 2005 multi-threaded into the source code. single-threaded and multi-threaded daemon comparison
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:埸萱
  1. mailsend

    0下载:
  2. 实现单线程多帐户的邮件收发程序.功能表: 一。邮件操作 1。收邮件 2。发邮件 3。另存邮件 4。另存附件 5。删除邮件 6。回复邮件 二。帐户操作 1。新建帐户 2。删除帐户 3。帐户设置 三。地址簿操作 1。手动添加地址 2。自动添加地址 3。删除地址 4。地址设置 5。地址回复-Realize single-threaded multi-account
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:620544
    • 提供者:Evan
  1. singaltermsendandreceive

    0下载:
  2. 这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释-This is a single-threaded data source to send and receive functions, and has clear notes
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:紫睿
  1. duoxiancheng

    0下载:
  2. 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and conte
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:殷晓飞
  1. ThreadSearch

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

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:yeqing
  1. WindowsApplication1

    0下载:
  2. 使用c#语言,支持单线程下载,无断点续传,希望大家满意-Use c# language, support for single-threaded download, free HTTP, I hope you satisfied with the
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:41984
    • 提供者:daiyanhai
  1. 多线程实例

    0下载:
  2. 使用单线程,多线程,带一个参数,带多个参数的例子(Use single threaded, multi-threaded, with a parameter, with multiple parameters example)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:yjdonger
  1. 单线程socket实现

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小k当家
  1. CTP_API_单线程版本可实现数据下载和实盘

    0下载:
  2. CTP_API_单线程版本可实现行情数据下载和实盘(CTP_API_ single threaded versions can download and live data)
  3. 所属分类:金融证券系统

    • 发布日期:2024-05-20
    • 文件大小:13123584
    • 提供者:sexycow
  1. Ftp单线程客户端

    1下载:
  2. 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:王俞
« 1 23 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org