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

搜索资源列表

  1. processs

    0下载:
  2. C语言写的操作系统 进程调度程序 大学的时候写的作业-C language to write the operating system scheduler process of the University of write operations
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28689
    • 提供者:张琪
  1. DaoMTDemo

    0下载:
  2. visual c++ 实现dao多线程的演示,-visual c monobook.js Multithreading to achieve the demonstration,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:294979
    • 提供者:jacklee
  1. OpenMPandWin32ThreadExample

    0下载:
  2. Intel Proton 8.0 build instructions: Change \\Include, \\Lib, and \\Bin paths in omp.bat to your actual ones. Run omp.bat to build omp_smp.exe Microsoft: Use MS Visual Studio 2005 beta 1 compiler and vcomp.dll Compiler options may di
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2525
    • 提供者:玉晶
  1. Stress

    0下载:
  2. VC++实现的压力测试工具源码,适合初学者!-VC pressure testing tools source, for beginners!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33115
    • 提供者:朱逸
  1. MultiThread4

    0下载:
  2. 提供一个多线程编程的实例,含有参数传递,已经在VC++6.0中调试通过,供多线程爱好者借鉴。-provide a multithreaded programming examples, containing parameter transmission, in VC 6.0 debugging through, Multithreading lovers for reference.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26532
    • 提供者: 聂志军
  1. http_thread

    0下载:
  2. 大学作业,用GCC编写的C语言程序。创建线程达到传送本地HTML文件。把HTML文件与其文件夹放置程序相同的文件夹,打开IE输入http://127.0.0.1:8080/文件名.html 即可成功打开-University of operations, prepared by the GCC using C language program. Create threads to transmit local HTML documents. Put HTML file folder with
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1400
    • 提供者:ming
  1. prodcomsem

    0下载:
  2. 用GCC编写的C语言程序。利用Semaphore实现经典producer\\consumer问题-prepared by the GCC using C language program. Semaphore achieve using classical producer \\ consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:ming
  1. dll_charu

    1下载:
  2. CreateProcess插入DLL的方法,这个程序展示了如何在EXE文件中插入DLL的方法。-CreateProcess to DLL approach This procedure demonstrates how the document EXE DLL approach.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1687
    • 提供者:雪狐
  1. 13104113645

    0下载:
  2. windows多线程方面的经典代码,涵盖了多线程通信的各种方法-windows multithreaded code of classic covers a multithreaded communications methods
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:340306
    • 提供者:wangbin
  1. xxysbyapplexx

    0下载:
  2. VC++6.0编写的Windows消息演示系统的源代码。 功能: 获取窗口handle 获取edit内容 隐藏窗口 可供学习的地方: 窗口前置 窗口置top capture window flat picture button 常用的message-VC 6.0 of the Windows news demo system's source code. Function : access window handle access
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:148512
    • 提供者:赵杰伊
  1. delete_program

    0下载:
  2. 用Visual C++干干净净地清除进程-clean clearance process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:杨洋
  1. caozuoxitongkechengsheji

    1下载:
  2. 操作系统课程设计: 编写并调试一个单道批处理系统的作业调度程序。要求: (1)至少有四种的作业调度算法。 (2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 (3)设计一个实用的用户界面,以便选择不同的作业调度算法。 -courses on operating system design : the preparation and debugging a single channel
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:227038
    • 提供者:zero
  1. CommtestProGram

    0下载:
  2. 本代码是用VC++ 编写 能够测试PC机的串口收发数据,是学习的好资料!-this code is used to test the preparation of VC PC serial data transceiver study is a good information!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:92427
    • 提供者:赵航
  1. MyFastRun

    0下载:
  2. windows下编写的每天提醒时钟,可以定时弹出消息,挺实用的-windows to prepare the daily reminded the clock, can regularly pop news, quite practical
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39950
    • 提供者:金杨
  1. ExportclassfromDll

    0下载:
  2. 一个从动态连接库中动态导出C++类的实现方法,供大家一起研究-from a dynamic link library derived dynamic category C method, we study together for
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11479
    • 提供者:组龙
  1. IPC_MSGServerclient

    0下载:
  2. wince evc开发的下进程之间的通讯-wince evc development process under the communications between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2769666
    • 提供者:陈文增
  1. radCreateProcess

    0下载:
  2. wince evc开发的通过一个进程打开另外一个进程的例子-wince evc developed through a process of opening another example of a process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1465554
    • 提供者:陈文增
  1. radTaskList

    0下载:
  2. wince evc开发的可以看到系统进程的例子-wince evc development of the system can see examples of process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2776195
    • 提供者:陈文增
  1. xgVar

    0下载:
  2. 多线程安全的变量模板,可以派生各种多线程安全的变量,方便地实现线程同步安全.-multithreading security template variables can be derived various multithreading safety variables, a convenient way to achieve security thread synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:肖舸
  1. 2004102130833079

    0下载:
  2. 非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1356
    • 提供者:林良明
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com