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

搜索资源列表

  1. NT下进程隐藏

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

    • 发布日期:2008-10-13
    • 文件大小:31.53kb
    • 提供者:潘桂聪
  1. NT环境下进程隐藏的实现

    1下载:
  2. NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szT
  3. 所属分类:进程与线程

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

    0下载:
  2. 由于UNIX系统是分时多用户系统, CPU按时间片分配给各个用户使用, 而在实质上 应该 说CPU按时间片分配给各个进程使用, 每个进程都有自己的运行环境以使得在CPU 做进程 切换时不会\"忘记\"该进程已计算了一半的\"半成品\".-UNIX system is due to the multiple user system, CPU time allocated to each unit users, but in essence, it should be said
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:王雷
  1. 基于Windows的精确定时技术

    0下载:
  2. 基于Windows的精确定时技术,可实现windows环境下的软件定时触发-Windows-based precision timing technology, the environment can be realized under the windows software regularly trigger
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19.1kb
    • 提供者:张日红
  1. Drv_HideFile

    0下载:
  2. 在驱动层实现对文件的隐藏 开发环境:VC+WIN2000+DDK-achieve the driver layer of documents hidden development environment : VC WIN2000 DDK
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:匿阳
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.88kb
    • 提供者:苏匀
  1. DHTMLtoC

    0下载:
  2. VC++与DHTML混合编程并实现与JSP语言的参数传递 程序名称:ChildFrm.cpp 运行环境:Windows 2000 + SP4, VC++6.0-VC mixed with DHTML programming and to achieve and JSP language Parameter Passing procedures title : ChildFrm.cpp runtime environment : Windows 2000 SP4, VC 6.0
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:89.81kb
    • 提供者:远风
  1. vbhideprocess

    0下载:
  2. 在VB中实现隐藏进程,XP+Visual Basic 6环境下测试通过。-in VB achieve hidden process, XP Visual Basic 6 environment test.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:李晓科
  1. thread_xiancheng

    0下载:
  2. 用c编写的windows环境下的线程的例子,包括源文件和编译生成的目标文件-prepared with the windows environment threads examples, including source and compiled object files generated
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.11kb
    • 提供者:杨乐
  1. process(source)

    0下载:
  2. 示例程序没有脱离编译环境,因此要想成功运行,你的机器上必须有VC-sample program from the compiler environment, in order to be successful, you must have a machine VC
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:116.42kb
    • 提供者:张艳杰
  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. Thread_Windows

    0下载:
  2. windows环境下进程的创建与撤销,使用API实现进程的同步与互斥-windows environment and the process of creating revocation, the use of API process of synchronization and mutual exclusion
  3. 所属分类:进程与线程

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

    0下载:
  2. 一个操作系统的课程设计编程 是在C-C++环境下生成的-an operating system course design program is the C-C generated environment
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.16mb
    • 提供者:gaowei
  1. MLTITHRD.14

    0下载:
  2. vc++环境,mfc实现多线程,适用初学者学习之用-vc environment, mfc multi-threaded, applicable with beginners learning
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.16kb
    • 提供者:耿永玲
  1. SHELLASM

    0下载:
  2. 软件名称: 汇编语言的SHELL   软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 其他程序 运行环境: Win9x/NT/2000/XP/ -software name : Assembly Language SHELL software Language : English software types : Domestic software / free version / other procedures environment : Win9
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.55kb
    • 提供者:里米
  1. muthread

    0下载:
  2. 一个基于WIN32环境下的多线程示例,可作为入门,参考之用,扩充都可以-an environment based on the Win32 multithreading example, as a portal, reference and can be expanded
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.13kb
    • 提供者:程宏
  1. softdesigner

    0下载:
  2. 要考程序设计员的人可以用来模拟、熟悉考试环境,提高考试通过率.-procedures designed to take the person can be used to simulate familiar with the test environment, improve the examination pass rate.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:24.07mb
    • 提供者:cqq
  1. First_come_First_served

    0下载:
  2. 操作系统的先来先服务算法,java编写,命令行运行,有界面,可以安装jdk_1_5_0_04,不过需要path处设置好环境变量。-the first operating system to first serve algorithm, java preparation, command line operation, interface, jdk_1_5_0_04 can be installed, but it needs to install a good path environment
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28.05kb
    • 提供者:王铁
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com