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

搜索资源列表

  1. pid_display

    0下载:
  2. 列举程序中所有进程的示例,用到windows进程编程的一些原理。-A example of listing all the processes in a program, using the principle of windows processes programing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16152
    • 提供者:田野
  1. app222

    0下载:
  2. 一个小程序, 可以加深对控制台程序和windows程序的理解。 有兴趣看看那。-a small program, it can deepen the console procedures and windows procedures understanding. Interested in a look at.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9345
    • 提供者:no
  1. serialttr

    0下载:
  2. 这是运行在windows ce 4.2 平台上的一个串口小程序,很好用的,我调试过,还不错的。是开发板公司提供的。-is running windows ce 4.2 platform of a Serial small program is useful, I tuned, pretty good. Yes development board companies.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1411949
    • 提供者:richen
  1. NetTransfer

    0下载:
  2. ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67935
    • 提供者:voion
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-incident kernel object, the key code of (critical) explanations, and the multi-thread synchronization application. In the preparation of Win
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27237
    • 提供者:中国
  1. MiniGUI-DOS-31

    0下载:
  2. 一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码-an old professor of Qinghua wrote how dos under windows interface of a program's source code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:616683
    • 提供者:湖北
  1. 从NT服务启动Windows程序

    1下载:
  2. 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedu
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28544
    • 提供者:王明
  1. TerminateProcess

    0下载:
  2. program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21700
    • 提供者:黄春标
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23590
    • 提供者:黄春标
  1. R_W2

    0下载:
  2. 本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program - writing problem. Using Windows API. A more detailed descr iption of the procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9214
    • 提供者:lyh
  1. 这是可以说是windows蜘蛛纸牌的一个作弊器吧

    0下载:
  2. 这是可以说是windows蜘蛛纸牌的一个作弊器吧,不过程序事先要用金山游侠等测出自己机子有关内存地址,一般测一次就行了.然后程序会检测有没有运行纸牌,再修改分数和步骤数.只是用来练习进程操作的例子.,It is said that Spider Solitaire is a windows browser to cheat you, but prior to use procedures such as Gold Peak Ranger detect memory address of the
  3. 所属分类:进程与线程

    • 发布日期:2017-03-21
    • 文件大小:36157
    • 提供者:
  1. W32MultiThreadProgramming

    0下载:
  2. 讲解Windows多线程程序设计的一些基本源码-On Windows multi-threaded program design some of the basic source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:270511
    • 提供者:卢礼
  1. windows-communicate

    0下载:
  2. 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:29195
    • 提供者:
  1. AppReceiveData

    0下载:
  2. 这个Windows应用程序利用多线程进行接收数据并入盘,也体现了虚拟内存和事件的使用。-Using the Multi_Thread Technology,this Windows program Reiceives data and Writes them into disk.It Also uses the Virtual RAM and event.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1952384
    • 提供者:钱文良
  1. xiancheng

    0下载:
  2. 这是一个互联网的单线程通信和多线程的通信的windows程序-This is a single-threaded communications of the Internet and multi-threaded communications windows program
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1181281
    • 提供者:徐秋莲
  1. Turbo-CPP-4.0-Windows-7-Windows-8-64Bit-Version.r

    0下载:
  2. ices for this software, unless other terms accompany those items. If so, those terms apply. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. If you comply with these license terms, you have t
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4867579
    • 提供者:rssr
  1. program-starter

    0下载:
  2. windows下自动定时启动关闭exe可执行程序-this python scr ipt automatically start and stop exe softwares
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:梁超
  1. hygherprint

    0下载:
  2. 在一个Windows程序中,打印所需的额外负担通常比FORMFEED程序高得多-In a Windows program, print the required extra burden is often much higher than FORMFEED program
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-12
    • 文件大小:4058
    • 提供者:execfne
  1. 65941427

    0下载:
  2. 启动Windows程序自动运行(放入到注册表的Run),(Start Windows program automatically Run (Run) into the registry,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:attrzbutes
  1. 1555350

    0下载:
  2. windows系统下获取系统信息的程序,包括主机名,用户名,系统路径(Get information system under the Windows program, including the host name, user name, the system path)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:Hvldv
« 12 3 4 5 »
搜珍网 www.dssz.com