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

搜索资源列表

  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:169.71kb
    • 提供者:程崇刚
  1. 关机重启计算机

    0下载:
  2. VB编写的开关机和注销程序,程序简单,易学易会。-VB prepare for the switch and cancellation procedure is simple and easy to learn easily.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.39kb
    • 提供者:家红
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.53kb
    • 提供者:潘桂聪
  1. Thread11

    0下载:
  2. 一种用VC++环境开发的进程与线程的界面,操作简单,便于理解过程.-A VC environment and the process of developing threaded interface, simple, easy to understand process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32.23kb
    • 提供者:weibin
  1. UseHookForThread

    0下载:
  2. 在线程中使用HOOK的编程要点 我所上传的是一篇关于如何在线程中使用钩子机制的文章,由于考虑到各自的程序所作的事情各不相同,所以文中以要点的形式摘录了程序的源代码。虽然源代码是用C++ Builder 5.0,相信编程者只要搞清楚这些要点,则采用其他C++编程环境实现起来也很容易。-thread in the use of the programming elements HOOK my upload is a thread on how to use the article hook me
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:rudian
  1. Multi-ThreadTest

    0下载:
  2. 简单的多线程例子,可以很清楚的看到怎么实现,win32编程,很易懂.-simple multithreading example, we can clearly see how the realization of win32 program, very easy to understand.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:荣天
  1. STLogFile

    0下载:
  2. 快捷的程序日志输出类,使用方便,借口简单。只须填加以个头文件即可,可以方便程序员打印日志。-speedier process log export category, easy to use, simple excuse. Only need to be filled header file, and it would be convenient programmers Print log.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.07kb
    • 提供者:hexwen
  1. Multi_Thread_C++

    0下载:
  2. 一个简单易套用且实用的Visual C++多线程例子,-a simple and easy to use and useful Visual C multithreading example,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.59kb
    • 提供者:annan
  1. MvpProject

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21.97kb
    • 提供者:dozingcat
  1. BCBMultiThreaded.rar

    0下载:
  2. Borland C++ Builder BCB的多线程例子 包括创建线程 运行线程等 简单易懂 exe文件可直接运行 看到效果 ,BCB examples include the multi-threaded thread running threads, such as the creation of easy-to-read document can be directly run the exe to see the effect of
  3. 所属分类:进程与线程

    • 发布日期:2017-03-30
    • 文件大小:350.03kb
    • 提供者:yaojinwei
  1. ThreadPool.rar

    0下载:
  2. 多线程池模块,可以通过简单的调用获得稳定的多线程支持,已经过充分测试。,Many thread pool module, you can call through the easy access to a stable multi-threading support, has been fully tested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13.13kb
    • 提供者:江浩
  1. HideProcess_dll.rar

    0下载:
  2. 进程隐藏代码.十分好用.大家可以试试.呵呵,The process of hiding the code. Very easy to use. You can try. Hehe
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6.61mb
    • 提供者:9605201
  1. jcjs

    0下载:
  2. 使用易语言开发的一款进程监控程序源码,可以自动结束掉你不希望允许的进程,比如限制小朋友玩游戏,呵呵。-Use easy language development of a process monitoring program source code, you can automatically out the end of the process you do not want to allow, such as restrictions on the children play games,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:6.68kb
    • 提供者:fg
  1. BR

    1下载:
  2. 易语言无驱动干掉冰刃源码。完全使用系统API函数。-Easy to get rid of Frostsaber language No driver source code. Fully use the system API functions.
  3. 所属分类:进程与线程

    • 发布日期:2017-03-24
    • 文件大小:4.04kb
    • 提供者:刘智强
  1. jinchengshouhu

    1下载:
  2. 双进程守护例子,想法其实大家都会,但实现不容易,大家可看看,其实运行时移动走一个程序,也失败了-Dual-process guardian example, the idea of fact, we will, but not easy to achieve, we can see, in fact, run-time mobile take a program, but also failed
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:10.31kb
    • 提供者:王奎
  1. Posixalarm

    0下载:
  2. Posix多线程的代码,关于时钟的,由浅入深,与大家交流-Posix multithreaded code, on the clock, easy-to-digest, and to facilitate the exchange of
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4.75kb
    • 提供者:fenglimei
  1. Thread_8examples

    0下载:
  2. 学习C++多线程的超好例子,里面有8个例子,由浅入深,100%能编译-Learn C++ multi-threaded super good example, which has eight examples, easy-to-digest, 100% can be compiled
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:103.44kb
    • 提供者:chenlinren
  1. MyProxy

    0下载:
  2. 实现了一个功能简单的HTTP代理服务器,主要涉及多线程编程相关的知识-Easy implementation of a function of the HTTP proxy server, mainly related to multi-threaded programming-related knowledge
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:60.77kb
    • 提供者:lyle
  1. easy-batch

    0下载:
  2. 简单既批处理_关闭Visual Machine(VM)后台进程&开启VM / 开启与停止win7 wifi热点-easy batch _ Close Visual Machine (VM) background process & open the VM/open and stop win7 wifi hotspots
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:565byte
    • 提供者:aya_sama
  1. easy

    0下载:
  2. Reinforcement calculation, easy to calculate the input value
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-23
    • 文件大小:3kb
    • 提供者:linqiz
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com