CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .82 .83 .84 .85 .86 57387.88 .89 .90 .91 .92 ... 58525 »
  1. -M-Thread-TCP-Server

    2下载:
  2. 一个基于多线程的TCP 服务器,使用VC++ 6.0进行开发,对初学者理解原理十分有用。-A Multi-threaded TCP server, using VC++ 6.0 for development, the principle is very useful for beginners to understand.
  3. 所属分类:进程与线程

    • 发布日期:2013-03-18
    • 文件大小:7.68mb
    • 提供者:chengzhang
  1. VB:DLL

    2下载:
  2. VB编写的DLL程序代码-VB prepared DLL code
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:61kb
    • 提供者:宋建国
  1. producerandconsumer

    2下载:
  2. 生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers
  3. 所属分类:Process-Thread

    • 发布日期:2016-08-19
    • 文件大小:1.85mb
    • 提供者:macintosh
  1. NetBot_Attacker

    2下载:
  2. NetBot_Attacker VIP 5.5 更新 [+] 文件传输管理模块显示远程IP [+] 下载文件时自动填充文件名 [+] 增加进程管理中进程线程数,进程优先级等信息 [*] 修改上线和控制协议,不兼容之前所有版本 [*] 服务端免杀-NetBot_Attacker VIP 5.5 update [+] file transfer management module shows the remote IP [+] to download a file automat
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:954.82kb
    • 提供者:刘朝
  1. Programming_with_POSIX_Threads

    2下载:
  2. 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8.05mb
    • 提供者:sgu
  1. iat

    2下载:
  2. idt注入程序源码 易语言编写..修改PE结构完成-idt written into the program source code easy to modify PE structure, completed ..
  3. 所属分类:进程与线程

    • 发布日期:2017-04-01
    • 文件大小:4.37kb
    • 提供者:梦如风
  1. zhexuejia

    2下载:
  2. 多进程/线程编程:哲学家问题。 设置进程/线程,描述哲学家 ; 随机启动哲学家 ; 显示进程/线程执行状态; 随着线程的执行,更新显示; 编写正确的哲学家程序,设法延迟线程的执行,使之出现死锁; 编写正确的哲学家程序,保证不出现死锁;-philosophers problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:10.43kb
    • 提供者:卜晨阳
  1. example

    2下载:
  2. 超级轨迹赛例子程序,实现机器人的路径规划与导航-Examples of super-track race procedures, robot path planning and navigation
  3. 所属分类:进程与线程

    • 发布日期:2013-12-20
    • 文件大小:2.6kb
    • 提供者:cuijie
  1. sleepingBarber

    2下载:
  2. 使用多线程方法模拟互斥量下的两个理发师的睡眠理发师问题,用于操作系统实验,代码中默认椅子数为2-Using the thread and mutex, samephore to solve the sleeping barber problem with two barbers.
  3. 所属分类:Process-Thread

    • 发布日期:2015-06-27
    • 文件大小:1kb
    • 提供者:王乐
  1. Threads-and-Socket

    2下载:
  2. 适用于对threads和sockets入门-Counter.class :Counter extends Thread, count 10 to 500 CounterApp: two counter,two thread Buffer.java, Producer.java, and Consumer.java:Use to realize synchronization MyServer.java and MyClient.java :socket
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:9.68kb
    • 提供者:qxy
  1. VBMThread10

    2下载:
  2. VB6真正稳定多线程(附例子) 1.不需要第三方控件,ThreadFactory虽然稳定,奈何是商业软件,用破解版怕被维权啊 2.支持IDE多线程,这一点多爽,终于可以在vba环境下使用稳定多线程了-VB6 genuine stability multithreading (with examples) 1. does not require third-party controls, ThreadFactory although stable, but since commercial
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:57.07kb
    • 提供者:loquat tang
  1. zhuanzhi

    2下载:
  2. 矩阵转置的并行化实现,用的的是c语言,mpi实现的,可以参考下-Matrix transpose of the parallel implementation, using the c language, mpi implementation, you can refer to the next
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:白杨
« 1 2 ... .82 .83 .84 .85 .86 57387.88 .89 .90 .91 .92 ... 58525 »
搜珍网 www.dssz.com