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

搜索资源列表

  1. ProgressThreadTest

    0下载:
  2. 最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads -- in a
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:42.13kb
    • 提供者:nchang
  1. 创建多进(线)程

    0下载:
  2. VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental requirements compiler : 6.0 C contemp
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13.84kb
    • 提供者:黄小文
  1. Multiprocess

    1下载:
  2. 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49.54kb
    • 提供者:mars
  1. exitw

    0下载:
  2. 定时关机程序,在9x,2k,xp测试通过,Dephi中定时器的演示,关机代码的演示,30秒提醒功能。窗口在最顶端,较为实用。-Mytob.BSNotes procedures, the 9x, 2k, xp test pass, Delphi timer demonstration, the demonstration code shutdown, 30 seconds to remind function. In the top of the window, a more practical.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:153.34kb
    • 提供者:宋益波
  1. comtut17src55

    0下载:
  2. 我们写程序,经常需要实现这样的需求: 例一、程序运行产生一个窗口,用户关闭的时候需要记录窗口的位置,以便下次运行时保持位置不变; 例二、由于程序运行时间很长,今天执行一部分,明天继续执行。那么在下次运行前要恢复前次的状态; -we write procedures and frequently required to achieve such a demand : an cases, procedures have on the operations of a window, use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:61.7kb
    • 提供者:hello
  1. multiwindow

    0下载:
  2. 多线程编程,实现四个窗口同时运行(每个窗口执行不同的内容)-multithreaded programming, the realization of the four windows simultaneously run (each window implementation of the different elements)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17.3kb
    • 提供者:乐乐
  1. 2005112810545531483234556

    0下载:
  2. 这是我用汇编写的一个打字练习的程序,它能在窗口中随机显示一行字符,输入一行结束时,自动换一行。上面用一个箭头指示所要打的字符,输入正确时显示绿色,错误时显示红色,同时有错误提示音,能用back-space删除字-This is what I used to write a compilation of a typing practice and the procedures it in the window display random characters here, his input at
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.58kb
    • 提供者:三水
  1. Sendm

    0下载:
  2. 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:65.09kb
    • 提供者:宋益波
  1. Anon

    0下载:
  2. 一个使用共享内存的方法来实现在两个窗口之间传送信息的程序-use a shared-memory approach to the realization of the two window to relay messages between the procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41kb
    • 提供者:陈小明
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:51.34kb
    • 提供者:毛东
  1. console_cmdline

    0下载:
  2. 代码演示关于控制台的操作,如何启动系统的控制台,控制台如何作为一个窗口,如何向其发送命令,-demonstration code on the console operation, how to activate the system console, how as a console window, how to send orders, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.54kb
    • 提供者:liudaocan
  1. terminateQQ

    0下载:
  2. 两个进程互相监视,来实现QQ的关闭.如果想关闭的话,必须在进程管理器中关闭进程树来实现,而且它们的窗口是不显示的.-two mutual surveillance process to achieve the closure of QQ. If you want to close the case, management of the process must be shut down for the process to achieve the tree, and their window i
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.3kb
    • 提供者:编程浪子
  1. testjinchtongxin

    0下载:
  2. 演示不同进程进行通信的方法之一: 消息,只需修改代码中有关窗口寻找的代码 就可以在其它窗口动态创建按钮并响就事件-demonstration of different communication processes one way : news, but only a modification of the code window for the code would lead to the creation of other dynamic window button and ring
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28.74kb
    • 提供者:abc
  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
    • 文件大小:145.03kb
    • 提供者:赵杰伊
  1. EnaleMenu

    0下载:
  2. 按键激活程序说明 我用Asm写了一个按键激活小程序,它可以列举所有前台窗口,并发送WM_ENABLE消息到窗口中。 enabler.asm:asm原程序 dialog.res :资源文件 MISC02.ICO :图标文件-activation button I use the descr iption of the procedures for programmers wrote a small button activation procedures, It can
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.38kb
    • 提供者:宋芬
  1. sameprocess

    0下载:
  2. 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
  3. 所属分类:进程与线程

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

    0下载:
  2. window系统进程的枚举和终止。学习window系统的初步。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47.06kb
    • 提供者:宇维松
  1. winceopencomport

    0下载:
  2. open com port and over window
  3. 所属分类:进程与线程

    • 发布日期:2014-01-16
    • 文件大小:43.22kb
    • 提供者:阿福
  1. Programming.Windows.CHS

    0下载:
  2. 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋 奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程 序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位 图和元文件 ** 内核和打印机 ** 声音和音乐 **
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.93mb
    • 提供者:郑嘉
  1. Extended-window

    0下载:
  2. 扩展窗口,对主窗口的扩展补充。大多应用于对话框程序。-Expansion window, the main window of the expansion. Mostly used in dialog programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4.1mb
    • 提供者:jason
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com