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

搜索资源列表

  1. 截取百事通

    0下载:
  2. 截取百事通,delphi 源代码,通过程序可以学习到如何使用windows api截取别的程序内的文字内容-interception knowledgeable person, delphi source code, adopted procedures to learn how to use the windows api interception other procedures within the text
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:177.98kb
    • 提供者:李吉
  1. itbbs

    0下载:
  2. 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:535.6kb
    • 提供者:小许
  1. moodsky_ProcessMonitor_0.0.1.0314

    0下载:
  2. ProcessMonitor 0.0.1.0314+ 版本信息+保存进程信息到文件+参数设定ProcessMonitor 0.0.1.0313+ 复制到剪切板+显示进程中调用的模块-ProcessMonitor version 0.0.1.0314 preservation process information to the text parameters set ProcessMonitor 0.0.1.0313 copy of Shear panel display process cal
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:358.15kb
    • 提供者:binzi
  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. dxccz

    0下载:
  2. 主要介绍了如何在 文本文件中实现多线程查找字符串的编程技术-major described how the text document search for multi-threaded programming string
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16.34kb
    • 提供者:YL
  1. 200612162059022030

    0下载:
  2. TEXT TO SPEECH
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:320.77kb
    • 提供者:kolya
  1. Mthread

    0下载:
  2. 一个简单的多线程,一个线程写对话框,一个线程写文本-a simple multi-thread, a thread written dialog, a text written Thread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.76kb
    • 提供者:贺岚
  1. Binary_search

    0下载:
  2. This section allows you to browse the files contained within a ZIP file without having to download it first. The file list below shows all of the files those that are in a text format that we recognize the extension for (e.g. source code files) are
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15.48kb
    • 提供者:Albert Chen
  1. 安全稳定的实现进线程监控

    0下载:
  2. 用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在<>一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.32kb
    • 提供者:
  1. 多线程方式同时进行多项任务

    0下载:
  2. 本程序利用多线程实现多项任务,并附带说明文挡-the procedures used to achieve a number of multi-threaded tasks, and annotated text block
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.78kb
    • 提供者:李明
  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
    • 文件大小:23.04kb
    • 提供者:黄春标
  1. VCLongRun

    0下载:
  2. 多线程的编程,将耗时的工作放在worker线程中,可实现动态调用UI界面的文本框和Static控件-Multi-threaded programming, will be time-consuming work on the worker thread, you can achieve the dynamic invocation interface UI text box and Static Control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:29.9kb
    • 提供者:Steven Xia
  1. Finder

    0下载:
  2. 通过多线程查找文本匹配内容,比windows的文本内容查询更快一些。-Multi-threaded search through text matching the contents of the text than windows inquiries faster.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:91.77kb
    • 提供者:曾辛
  1. PC

    0下载:
  2. 生产者和消费者:C 有相应的文字说明与注释-Producers and consumers: C there is a corresponding text descr iption and Notes
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:2.06kb
    • 提供者:li
  1. RemoteThread

    0下载:
  2. 远线程CreateRemoteThread修改指定文本文件的标题-Modify far thread CreateRemoteThread the title of the specified text file
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:49.32kb
    • 提供者:未愈书生
  1. MsgBoxDemo_demo

    0下载:
  2. This for using the systems MessageBox (no extra dialog creation needed). After a time with no user-response the dialog is automatically closed. An optional text showing the time left to interact is provided. It s also a replacement for MSDN Q181934 (
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:17.79kb
    • 提供者:kamalraj.s
  1. EXP

    0下载:
  2. 多线程 实例 多线程并发窗口 .net平台 实现三个窗口并发显示文字 -Concurrent multi-threaded multi-threaded window instance. Net platform concurrent three windows display text
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:68.12kb
    • 提供者:zm
  1. CN_Source_Files

    0下载:
  2. This code presents how to start then control a third party GUI application from our own C++ applications, particularly the Notepad text editor which is shipped with Windows operating system.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4.85kb
    • 提供者:Prasad
  1. Visual-CPP-shiyanbaogaoshu

    0下载:
  2. 图形和文本,菜单、工具栏、状态栏,对话框、Windows常用控件。动态链接库,多线程编程,数据库或多媒体。-Graphics and text, menus, toolbars, status bar, dialog boxes, Windows common controls. Dynamic link library, multi-threaded programming, database or multimedia.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:515.72kb
    • 提供者:yichunyan
  1. text

    0下载:
  2. Static text to display long filenames with ellipses(The Static text to display long filenames with ellipses)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:teerozkt
« 12 3 »
搜珍网 www.dssz.com