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

搜索资源列表

  1. maxyang_ShowUseage

    0下载:
  2. 自制Windows任务管理器源码 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:45921
    • 提供者:1178
  1. cross-platform-lib

    0下载:
  2. 这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, s
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:11010
    • 提供者:陈真
  1. processmanager

    0下载:
  2. 本程序基本实现了对系统进程的管理,它的基本功能与Windows系统自带的任务管理器类似。-This procedure basically the process of the management system, its basic function of the system comes with the Windows Task Manager similar.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:528715
    • 提供者:元昊
  1. door

    0下载:
  2. 控制服务端OS的关机, 登出, 重启. 得出进程列表. 获取windows的默认登录密码和用户名-Control of the server OS shutdown, log off, restart. Obtained the list of processes. To get the default windows login password and user name
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:5509
    • 提供者:李成
  1. pi

    0下载:
  2. 利用JNI技术实现java对window API的调用进而得到windows操作系统的所有进程信息。-Java using JNI technology and then on the window API calls to get all the windows operating system process information.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2645863
    • 提供者:大麦哥
  1. CreateProcess

    0下载:
  2. 这是一个在windows操作系统下实现创建父进程和子进程的源代码-This is a windows operating system to achieve the parent and child processes to create the source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:811
    • 提供者:陈柚
  1. produce_customer

    0下载:
  2. 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5500554
    • 提供者:孟庆刚
  1. ProcessScheduling

    0下载:
  2. Windows程序的进程调度源代码 拥有进程调度的算法-Process scheduling source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:203504
    • 提供者:顾文军
  1. hacker

    0下载:
  2. 进程管理软件,可代替Windows资源管理器,实现进程的管理控制-process control
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:7687610
    • 提供者:zhangfeng
  1. HideTrayIcon

    0下载:
  2. 隐藏windows系统托盘中指定进程名的图标,-Hide tray icons in the specified process name and refresh
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2707
    • 提供者:杂搜索
  1. Keyboard_clipboard_process_records

    0下载:
  2. 说明: 功能: 键盘记录+剪贴板记录+进程监控记录+热键开关自启动 监控记录存放位置: 键盘记录存放在:"C:\\WINDOWS\\WindowsUpdate.txt" 剪贴板记录和进程监控记录存放在: "C:\\WINDOWS\\WindowsUpdata.txt" "C:\\WINDOWS\\WindowsUpdeta.txt" processdata.txt文件中是不需要记录的进程(放在程序同目录下)可自己手
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:32971
    • 提供者:康建
  1. Threadinjection

    0下载:
  2. 讲的是WINDOWS的线程注入方法,包括远程注入,需要注入进程的朋友注意了,里面资料很全-WINDOWS thread talking about the injection methods, including remote injection, friends need to pay attention injection process, which is all the information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:17081
    • 提供者:aaa
  1. KillExe

    0下载:
  2. Kill当前正在运行的进程。功能相当于任务管理器。 1.列表框显示正在运行的进程.(Process) 2.Kill正在运行当中的进程,加入选择程序提示. 3.程序启动时在任务栏上隐藏本程序. 4.About对话框. 5.Kill进程之后可以刷新进程列表. 6.屏蔽系统热键功能. 7.Beauty按钮调用: 1.CreateProcess函数调用Notepad,用TerminateProcess函数关闭. 2.用Winexec调用Windows自带的
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:32729
    • 提供者:Domain
  1. Win_HOOK

    0下载:
  2. Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:10375
    • 提供者:宋若军
  1. ProcessViewWatcher

    0下载:
  2. C#类似windows任务管理器的进程监控程序源代码-C# similar to windows task manager process monitoring Source Code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:42603
    • 提供者:张扬
  1. reader_and_writer

    0下载:
  2. 读者写者问题模拟的实现,vs2008开发环境,有助于理解windows下的多进程机制-the reader and writer problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2900948
    • 提供者:Jason
  1. fsdafsadf

    0下载:
  2. Windows系统进程列表完全解析.doc-Fully resolve the list of Windows system processes. Doc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:16037
    • 提供者:黄明发
  1. TestFileLock

    0下载:
  2. 使用文件管理 API 实现进程间文件共享读写锁-Using File Management Windows API for implementing inter computer Read/Write lock
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:23262
    • 提供者:zhaozhpo
  1. OSproject

    0下载:
  2. 是一个在windows下实现消费者生产者进程互斥的实验-Is a producer in the windows of consumers to achieve mutual exclusion experiment
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:237674
    • 提供者:QiJun
  1. jinchengtongxin

    0下载:
  2. Windows下实现两个进程之间的通信。源码。-Windows to achieve communication between two processes. Source.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:243284
    • 提供者:XW
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com